Hey guys,
I added some code to the Dervish bot to pick up first the dwarwen beacon.
(CoF_Dervish_Bot geht aber nicht minimiert .. xD), i don't know from who it is.
First declare :
Then add this to the Mainloop() :
I added some code to the Dervish bot to pick up first the dwarwen beacon.
(CoF_Dervish_Bot geht aber nicht minimiert .. xD), i don't know from who it is.
First declare :
Code:
; === Dialogs === Global Const $FIRST_DIALOG = 0x832105 Global Const $SECOND_DIALOG = 0x88 Global Const $BEACON_DIALOG = 0x84
Code:
Local $deldrimortitle = GetDeldrimorTitle()
If $deldrimortitle > 100 and $deldrimortitle < 80000 Then
Out("Taking Blessing")
GoNearestNPCToCoords(-18254, -8623)
Dialog($BEACON_DIALOG)
RndSleep(GetPing()+250)
EndIf