Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. Change this part bindatcmd "maintown",strnpcinfo(3)+"::OnAtcommand"; Into this bindatcmd "maintown",strnpcinfo(3)+"::OnAtcommand",45,99; So a level 45 and 99 GM can only access this command.
  2. Sorry, Alayne it will work if you server is on PK Mode. Right? and how does it work im trying to make it work right now. Is there a specific time?
  3. Do I need the whole script or just the function? I got this debugged message, everytime I select Take a hunt = Killers. [Debug]: script debug : 2000000 110270653 : SELECT `id`, `name`, `prime`, `hunterCount` FROM `prime_char` WHERE `killer`=0 AND `name`!='Radian' ORDER BY `karma` DESC
  4. @Alayne for the prime Hunter, this function is missing OnRegisterJob
  5. @Alayne Hi is there another version for https://github.com/Nyliar/RagnarokContent/blob/master/Utilities/viprequest.txt ? it seems that this part is not available for rathena. sellitem Red_Potion; sellitem Orange_Potion; sellitem Yellow_Potion;
  6. How can I modify the reflect shield skill of paladin into like this explanation Original Behavior Reflect Shield + Item with reflect damage % bonus + Card Reflect Damage effect = will stack Desired, or new behavior Reflect Shield + Card Reflect Damage effect = will stack Bonus from items are not applicable or will not stack.
  7. This will answer to your issue https://github.com/rathena/rathena/issues/1145
  8. I think its already in the script on this part set .announce, 1; // announce to : 0 - global, 1 - map
  9. You can also make it like this? Zeny += .@variable;
  10. Thank you.. I also try somethings and see what i can find
  11. @Antares I did try rebuilding and test it again sometimes its working but most of the time its not.
  12. I still have this issue and its annoying sometimes its working and sometimes its not.
  13. You encounter this issue too? im trying to look what is causing this problem..
  14. Hey guys, Im having trouble with this and I've been trying to fix it and make it work as what i wanted, but i failed. On this part, what I want to achieve is to check each player if they have the specific potion that is restricted while entering the area. for ( .@i = 0; .@i < getarraysize(.Potions); .@i++ ) { if(checkcart()) { if(cartcountitem(.Potions[.@i]) >= 1){ mes "Please remove the restricted items from your inventory and cart."; close; } } else if(countitem(.Potions[.@i]) >= 1) { mes "Please remove the restricted items from your inventory and cart."; close; } } So far the result is when Player have a cart its working but it will ignore the inventory check.
  15. He said that he cant make it work for old version of rathena. damn
  16. @Alayne Alright, Issue: ''The Captain System'' Fakename dont work properly. Total Score to consider winner is not followed. Player who got killed by other player received points. The player who died and re-spawn receive no heal and buffs.
  17. change this set #CASHPOINTS,#CASHPOINTS+1; into this #CASHPOINTS += 1; I dont know if this works
  18. Hi @Alayne I know those instance are for renewal, but is there an Instance that, I can use for pre-renewal? Thanks
  19. @Keitenai It worked when there's a nowarp mapflag.
  20. @yuchinin Heya! Its a great script. I just want to add something that will prevent players giving bounded items as reward. If that is possible thanks in advance!
  21. @Keitenai I messaged you please check pm
  22. The question is do you answer messages? like example mine?
  23. Hi Alayne, I saw you upload awesome scripts here in rAthena and I want to say thank you for doing this.. Have a great day :)

    1. Alayne

      Alayne

      Thank you ^^

  24. If you look into your database, Im pretty sure you'll find this
×
×
  • Create New...