Jump to content

Yuka

Members
  • Posts

    333
  • Joined

  • Last visited

Everything posted by Yuka

  1. restricted mapflag? I need to add all healing items anyway, right? And that's what I'm asking for here...
  2. Currently I am running: Xtremetop100 Gamesites200 Top100Arena Sadly the admin of Xtremetop100 won't reply my mails, so I want to replace this one. Any suggestions?
  3. Xtremetop100 is one of the most visited Ragnarok Voting Sites and I would rarely like to miss it... I have not lost anything, but I'd like to use it for advertising me server. For now I have to buy another domain and redirect to my homepage... I have sent him another few mails, I'll just mail him until my Gold Member expired and will look for another Voting Site...
  4. Hi, I guess the best way is to use the augment the item_noequip.txt, but I'm sure there is a list of all healing items already in a similar script, right? I have only found dead links or eathena links where I cannot register anymore. So if someone could share his no healing item restriction, I'd be thankful for that.
  5. I guess it's my client version that makes an ErrorLog.txt when the client crashes. So yeah, I can read that in given file.
  6. To avoid people spamming my main chat, I would like to raise a cost for every PM to #main. And maybe give everyone a free PM every hour.
  7. I haven't diffed the client my own. But this is really strange since when I do a Gypsy the screams are the usual ones, just for this one person the screams are @dance XX. (And by "for this person" I mean it looks like @dance XX to me, while my screams look normal to me.)
  8. Hi, when I try to set my URL for my server on http://www.xtremetop100.com/ to http://mastelaro.com it says "URL already in use". Now I have sent this guy at least 15 E-Mails over the past 6 weeks, but he did not reply to me. Does anyone know staff from xtremetop100? I am clueless right now... I won't purchase Gold Member as long as this isn't fixed.. Need to use a crappy redirect domain at the moment which charges 4$ a month. Kind regards Bump.
  9. Right, it's || not or. Too many languages.
  10. I will try this, thank you.
  11. if (agitcheck() or agitcheck2()){ end; }
  12. Thanks. I did not change that to 200 btw, so it is x3 for every server running on rAthena? xD
  13. map,x,y script name -1,{ atcommand "@ban 1s "+@player$; atcommand "@unban" "+@player$; end; } ? o: No idea if this works.. xd Just try it out. Remove the " after unban.
  14. #00 texture\À¯ÀúÀÎÅÍÆäÀ̽º\navigation_interface\_c.bmp - Failed 0.00 #01 texture\À¯ÀúÀÎÅÍÆäÀ̽º\navigation_interface\_c.bmp - Failed 0.00 #02 texture\À¯ÀúÀÎÅÍÆäÀ̽º\navigation_interface\_b.bmp - Failed 0.00 #03 texture\À¯ÀúÀÎÅÍÆäÀ̽º\navigation_interface\_b.bmp - Failed 0.00 #04 texture\À¯ÀúÀÎÅÍÆäÀ̽º\navigation_interface\_a.bmp - Failed 0.00 #05 texture\À¯ÀúÀÎÅÍÆäÀ̽º\navigation_interface\_a.bmp - Failed 0.00 #06 texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\3.bmp - Failed 0.00 #07 texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\3.bmp - Failed 0.00 #08 texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\2.bmp - Failed 0.00 #09 texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\2.bmp - Failed 0.00 #10 texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\1.bmp - Failed 0.00 #11 texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\1.bmp - Failed 0.00 #12 texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\3.bmp - Failed 0.00 #13 texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\3.bmp - Failed 0.00 #14 texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\2.bmp - Failed 0.00 #15 texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\2.bmp - Failed 0.00 #16 texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\1.bmp - Failed 0.00 #17 texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\1.bmp - Failed 0.00 I tried to set up dummies, but it still happens.
  15. That's crazy. Awesome work! I'd use it as King of Emperium Hill map. Is it for sale btw?
  16. How experienced are you in scripting? I have no time for writing the whole script but here are a few tips which should help you to write the script yourself: Use rand(1,10) for getting a number between 1 and 10 (inclusive 1 and 10) Get the account id with getcharid(3) and save it in a NPC array Reset the NPC array every day at 7pm (OnClock1900) Iterate over the array to check whether a player used the NPC already. Good luck on that.
  17. Try @ban 1s. You need to give a time scheme, not the amount of milliseconds.
  18. This assumes that all his MvPs have a fix respawn time. OnTopic: There is no label for "OnMVPSpawn" I guess, so you would need to remove the variable spawn times and make everything fix and then set up a timer like Skorm said.
  19. Of course this can be done. You can refer to a player's Base Level with this variable: BaseLevel So just do some ifs about that: if (BaseLevel <= 10) { switch(select("Payon Field 1:Payon Field 3"){ case 1: warp pay_fild01,0,0; break; case 2: warp pay_fild03,0,0; break; } } else if (BaseLevel <= 30){ ... } else if ... Edit: Just noticed this is the request not the support section. Sorry but I do not have the time you write you the whole script. Just try it yourself, it's a good practice and really easy.
  20. I tried it with Fire Endow and Crit and the damage is increased by x3 instead of x2. What and where do I need to edit the source code for this? I have never touched any skill source code btw.. Bump. Bump.
  21. Hm, well the problem is I want to log the command, thus I need the last paramter. What's the way to go so that I don't have to set all my settings again? (By reinstalling I would have to do so, right?) Bump. Bump.
  22. Can't I say "sign this item with 'blablalba'"?
  23. I have a script that starts SC_EXPBOOST,-1,-99. It works fine and I have tested it a lot. But now there was this one player who somehow list his (de)buff. Do you have any idea what could have ended this? I have NPCs that sc_end debuffs like Curse or Blind and some that end Assumptio and Link. I have checked his picklog, he only used some potions and herbs (I have used them myself, it didn't end my SC_EXPBOOST) Now a workaround would be if my NPC could check if the SC_EXPBOOST -99 is still running before giving his reward. Is there any way to do it? I mean the buffs are saved somewhere server-sided, but where? And how can I review them? Thanks a lot! Edit: getstatus was the way to go, sorry.
×
×
  • Create New...