BBot - The best bot of the world
Gamel Quest (Life Crystal Changer) - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Gamel Quest (Life Crystal Changer) (/thread-18185.html)



Gamel Quest (Life Crystal Changer) - offya - 06-29-2015

Hello, I would like a MAcro that says:
____________________
Hi

Gamel is a rebel

yes

magic crystal Lugri deathcurse


yes

___________________


I would really be glad if u could help me, I'm stuck with 500 Life crystals


RE: Gamel Quest (Life Crystal Changer) - kaiquegabriel - 06-29-2015

Say hi with npc, don't move your character and active that macro.
Try:
Code:
3000 {say} NPC.Say(Game is a rebel) NPC.Say(yes) NPC.Say(magic crystal Lugri deathcurse) NPC.Say(yes)



RE: Gamel Quest (Life Crystal Changer) - offya - 06-30-2015

(06-29-2015, 12:50 AM)kaiquegabriel Wrote: Say hi with npc, don't move your character and active that macro.
Try:
Code:
3000 {say} NPC.Say(Game is a rebel) NPC.Say(yes) NPC.Say(magic crystal Lugri deathcurse) NPC.Say(yes)

didnt work


RE: Gamel Quest (Life Crystal Changer) - lukasze - 06-30-2015

try this
Quote:5000 {say} NPC.Say(Game is a rebel) Macro.Wait(1000) NPC.Say(yes) Macro.Wait(1000) NPC.Say(magic crystal Lugri deathcurse) Macro.Wait(1000) NPC.Say(yes)