Jump to content
  • 0

Spirit Buffer, MVP Room and Custom Item! Please help, my server is opening soon :'(


Milky Holmes

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  11/06/12
  • Last Seen:  

Please HELP!!! :'(

Spirit= When I put the script into the buffer, the if (class == blablabla) doesn't work, it just gives all the spirit from novices, knight, all of it...

MVP Room = on the map server it it says it doesn't need the '(' Symbol, when I tried to remove it, it says again that it doesn't need the ')' symbol, then it got error when I remove all of it.. The one I give Bold and Underline

/End of editing

sleep 3000;

if (getmapmobs ("guild_vs1-3")) end;

set .@countdown,rand(.@displaycount);

set .@countdown2,.@countdown*1000;

Custom Item= For the custom item, it wont show even after I wore it!!! It doesn't get any Gravity Error or something, it just doesnt show!!! You can see it on the files I attached.. :(

spirit (complete).txt

easy_mvp_arena.txt

Custom Item.rar

If anybody view this post and know what's wrong please answer it !!

I need it asap !! :'(

Because my server is opening soon... that's what I promised to the players... :(

Edited by sobimask
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

1. You have to write Class == xx || Class == xx || Class == ... (i.e. you can't just list them).

2. The command is 'mobcount' on rAthena: http://rathena.org/wiki/Mobcount

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  11/06/12
  • Last Seen:  

Thankyou very much.. :) I thought there are something wrong with it, but never have thought the command are different...

and what u mean by I can't just list them? I don't really understand..

Could you please give me an example from below what can I write?

if (Class == 18 || 4019 || 4071 || 4078 || 4041 || 4107) {

sc_start SC_ALCHEMIST,900000,5;

skilleffect 445,0;

}

else if (Class == 15 || 4016 || 4070 || 4077 || 4038 || 4106) {

sc_start SC_MONK,900000,5;

skilleffect 447,0;

}

Link to comment
Share on other sites


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

take a look on this for the Soul Link part...

http://pastebin.com/raw.php?i=C2uH07ac

credit for @AnnieRuru...xD

sc_start wont work for certain soul link effect ( assassin sonic blow damage) ...

haha i still remember that Annie keep scold me for asking users use sc_start for soul link buff when she already explained alot time for it while i didnt notice about it... hahhaa ~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

and what u mean by I can't just list them? I don't really understand..

Class == xx || Class == xx || Class == ...

As opposed to Class == xx || xx || ...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  11/06/12
  • Last Seen:  

Ahh...thanks.. :) but for ass cross sonic blow, acolyte holy light, stalker chase walk etc.. it doesn't work?

then any other way to use other than sc_start?

and do you know what is wrong with my custom item? I don't see anything wrong with it.. maybe someone spotted my mistakes..

Edited by sobimask
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...