Jump to content

Yuka

Members
  • Posts

    333
  • Joined

  • Last visited

Posts posted by Yuka

  1. 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...

  2. 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. :)

  3. I'd like to know,

     

    did you check the "Disable dc_scream.txt" while diffing the client?

     

    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.)

  4. 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.

  5. #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.

  6. 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.

  7. If your talking about a naturally spawning mvp tutn the map to pvpon with onint bevause spqwn reset when map server resets then add death event to the mvp or choice. Turn pvpoff with that label.when he dies also set a timer for the spawn to turn pvp back on.

    Sent from phone sorry for grammar.

     

    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.

  8. 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.

  9. you can just remove the last parameter since it's optional for command logging.

     

    or just checkout a new version of rAthena and reinstalll.

     

    or fetch all the new patch and apply it into your current server for updates.

    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.

  10. 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. :P

×
×
  • Create New...