This place is for Closed bug reports only. NOT for asking help!
Moderators: Moderators , Developers
Kheldar
Noob
Posts: 12 Joined: 26 Jan 2010, 13:55
Noob?: Yes
Location: Turkey
#1
Post
by Kheldar » 06 Sep 2011, 10:47
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
Posts: 1798 Joined: 05 Dec 2008, 05:42
Noob?: Yes
#2
Post
by EternalHarvest » 06 Sep 2011, 19:01
Not related to "Macro Plugin".
Fixed.
Kheldar
Noob
Posts: 12 Joined: 26 Jan 2010, 13:55
Noob?: Yes
Location: Turkey
#3
Post
by Kheldar » 06 Sep 2011, 19:50
This isnt fixed, why would you move it to fixed section? It's not even answered once.
EternalHarvest
Developers
Posts: 1798 Joined: 05 Dec 2008, 05:42
Noob?: Yes
#4
Post
by EternalHarvest » 06 Sep 2011, 20:19
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.
kLabMouse
Administrator
Posts: 1301 Joined: 24 Apr 2008, 12:02
#5
Post
by kLabMouse » 06 Sep 2011, 21:08
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
Posts: 12 Joined: 26 Jan 2010, 13:55
Noob?: Yes
Location: Turkey
#6
Post
by Kheldar » 06 Sep 2011, 21:24
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.