Kakaroto Posted May 3, 2016 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: 16 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Akbare Posted May 3, 2016 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted May 3, 2016 remove -- for script maybe u can share full script Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted May 3, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: 21 hours ago Share Posted May 3, 2016 -- 'fraction; change to 'fraction--; 1 Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted May 4, 2016 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: 16 hours ago Author Share Posted May 4, 2016 -- 'fraction; change to 'fraction--; thx Quote Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.