Kakaroto Posted May 3, 2016 Posted May 3, 2016 Well ... I'm trying to update a script to run in the emulator, but I'm getting an error in map_server not know how to solve, can anyone help me? Map_server: Script: OnTimer20000: initnpctimer; getunitdata 'BossID,.@bossdata; .@map$ = instance_mapname("1@glast"); .@x = .@bossdata[6]; .@y = .@bossdata[7]; if(.@bossdata[2]< 'fraction*.@bossdata[3]/5) { -- 'fraction; areamonster .@map$,192,339,209,330,"--ja--",3192,2,instance_npcname("#snffinal")+"::OnMyMobDead"; areamonster .@map$,192,339,209,330,"--ja--",3195,2,instance_npcname("#snffinal")+"::OnMyMobDead"; } Can someone please help me? Quote
0 Akbare Posted May 3, 2016 Posted May 3, 2016 remove -- for script maybe u can share full script Quote
0 Kakaroto Posted May 4, 2016 Author Posted May 4, 2016 -- 'fraction; change to 'fraction--; thx Quote
Question
Kakaroto
Well ... I'm trying to update a script to run in the emulator, but I'm getting an error in map_server not know how to solve, can anyone help me?
Map_server:
Script:
Can someone please help me?
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.