Strip Weapon Macro

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
Kheldar
Noob
Noob
Posts: 12
Joined: 26 Jan 2010, 13:55
Noob?: Yes
Location: Turkey

Strip Weapon Macro

#1 Post by Kheldar »

Hello i found this macro on the forum searching. But it's not working.

Code: Select all

automacro re_equip_weapon {
        console /You unequip/i
        run-once 1
        overrideAI 1
        exclusive 1
                call {
			do tele
          		do eval $::messageSender->sendQuitToCharSelect()                         
			pause 15  
     			do eq +10 Stiletto [Skeleton*3] [3]
			release re_equip_weapon
                }

		}
When it triggers i recieve this error 'Can't call method "reconstruct" without a package or object reference at src/Network/send.pm line 510.' and my character keeps attacking monsters without a weapon. Can someone help me identifying the problem?

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Strip Weapon Macro

#2 Post by EternalHarvest »

Not related to "Macro Plugin".

Fixed.

Kheldar
Noob
Noob
Posts: 12
Joined: 26 Jan 2010, 13:55
Noob?: Yes
Location: Turkey

Re: Strip Weapon Macro

#3 Post by Kheldar »

This isnt fixed, why would you move it to fixed section? It's not even answered once.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Strip Weapon Macro

#4 Post by EternalHarvest »

Kheldar wrote:This isnt fixed, why would you move it to fixed section?
Maybe because it was fixed right before that?

By the way, it was moved only to bug reports and somebody almost immediately moved it to fixed.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Strip Weapon Macro

#5 Post by kLabMouse »

EternalHarvest wrote:
Kheldar wrote:This isnt fixed, why would you move it to fixed section?
Maybe because it was fixed right before that?

By the way, it was moved only to bug reports and somebody almost immediately moved it to fixed.
It was me.
I saw the Commit and Comment in the topic.
So I moved it.

Kheldar
Noob
Noob
Posts: 12
Joined: 26 Jan 2010, 13:55
Noob?: Yes
Location: Turkey

Re: Strip Weapon Macro

#6 Post by Kheldar »

Okay i have no clue what you are talking about. I'm not pro about these coding stuff. I'm just a beginner and i think the link you posted means something.

Post Reply