Jump to content
  • 0

Little Help


Kakaroto

Question


  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  638
  • Reputation:   95
  • Joined:  05/11/12
  • Last Seen:  

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:

 

N0chjPi.png

 

 

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?

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2370
  • Joined:  10/28/11
  • Last Seen:  

-- 'fraction;

change to

'fraction--;
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

remove -- for script

maybe u can share full script 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  638
  • Reputation:   95
  • Joined:  05/11/12
  • Last Seen:  

-- 'fraction;

change to

'fraction--;

 

 

thx

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...