I guess its just my bad luck that came with my CruelDragon.ini
Basically, my auto loot never worked, managed to work that out with a lil help from derwiz and demonic, but ive noticed now, my CTRL+S to replace yourself doesnt work now either (Ctrl+x does work) Could anyone try pointing me in the right direction with this.
Also whilst i'm here, anyone see any reason that this would crash my server every time it runs?
just a simple script running from a mondie in mapquest, note flag has been set by an npc to [005] 1
(situated in questdiary\wizquest\Bichon.txt
[@main]
{
#IF
random 20
#ACT
give BichonTalisman 1
#ELSEACT
break
}
from mapquest:
0 [0] 0 [MonDie] Oma * [MapQuest_Def\Mon_Oma] [@Main]
from Mon_Oma.txt situated in the mapquest_df folder.
[@main]
#IF
check [005] 1
#ACT
goto @wizquest
break
#ELSEACT
goto @oma
[@oma]
#IF
Check [209] 1
Check [210] 1
Check [409] 0
#ACT
Mov A8 "Oma"
goto @TodayQuest_TQCase1
#ELSEACT
goto @main_Except
[@main_Except]
#ACT
Mov A0 %usermap
#IF
check [102] 1
check [302] 0
check [199] 1
Equal A0 "0"
#ACT
goto @main_Chobo_16
break
#IF
check [104] 1
check [304] 0
check [199] 1
Equal A0 "2"
#ACT
goto @main_OmaQuest_20
break
[@wizquest]
#CALL [wizquest\Bichon.txt] @main
[@TodayQuest_TQCase1]
#CALL [TodayQuest\QT_TotalMonster.txt] @TodayQuest_Monster_Oma
[@main_Chobo_16]
#CALL [AreaQuest\ChoBoGuide2\Monster.txt] @main_Oma_Bichun
Basically, my auto loot never worked, managed to work that out with a lil help from derwiz and demonic, but ive noticed now, my CTRL+S to replace yourself doesnt work now either (Ctrl+x does work) Could anyone try pointing me in the right direction with this.
Also whilst i'm here, anyone see any reason that this would crash my server every time it runs?
just a simple script running from a mondie in mapquest, note flag has been set by an npc to [005] 1
(situated in questdiary\wizquest\Bichon.txt
[@main]
{
#IF
random 20
#ACT
give BichonTalisman 1
#ELSEACT
break
}
from mapquest:
0 [0] 0 [MonDie] Oma * [MapQuest_Def\Mon_Oma] [@Main]
from Mon_Oma.txt situated in the mapquest_df folder.
[@main]
#IF
check [005] 1
#ACT
goto @wizquest
break
#ELSEACT
goto @oma
[@oma]
#IF
Check [209] 1
Check [210] 1
Check [409] 0
#ACT
Mov A8 "Oma"
goto @TodayQuest_TQCase1
#ELSEACT
goto @main_Except
[@main_Except]
#ACT
Mov A0 %usermap
#IF
check [102] 1
check [302] 0
check [199] 1
Equal A0 "0"
#ACT
goto @main_Chobo_16
break
#IF
check [104] 1
check [304] 0
check [199] 1
Equal A0 "2"
#ACT
goto @main_OmaQuest_20
break
[@wizquest]
#CALL [wizquest\Bichon.txt] @main
[@TodayQuest_TQCase1]
#CALL [TodayQuest\QT_TotalMonster.txt] @TodayQuest_Monster_Oma
[@main_Chobo_16]
#CALL [AreaQuest\ChoBoGuide2\Monster.txt] @main_Oma_Bichun
