Jump to content

xRyusuke

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by xRyusuke

  1. hahaha, I would not go and blame him, I should be thankful for his work instead Btw, I thought of an idea, what if I hide the npc on saturday and sunday, so that they could not click it and unhide it again after sunday woe. WIll it be able to solve my case? Logically it could, if i am not mistaken. LOL
  2. Saturday and sunday woe is on different castle I mean the script renew the variable for checking if taken or not by depending on agitstart and agitend right? For example, if the winning guild claimed the reward for saturday(prontera castle) win and when sunday(payon castle) woe start and ended, the saturday winner will be able to claim prize again, hence making saturday woe winner be able to claim twice instead of once. This applies to the sunday winner as well how can I prevent that?
  3. I am interested in this as well, Can I limit a specific map that when the player warp to the map, it will automatically rest the homunculus?
  4. What if I have 2 woe session? for example saturday and sunday?
  5. xRyusuke

    WoE Reward NPC

    What if I have 2 woe with different castle? How to modify so that it wont check using agitend? since this will cause them to get 2 rewards instead of one
  6. Thanks for your bump, but sadly no replies yet
  7. ahh... I see Too bad 3CeAM does not support it by itself
  8. if I just add in the https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/mob_item_ratio.txt I dont need to recompile everything right? what do i need to change ?
  9. can you link me to a guide? I am at a lost
  10. I am not so sure about my version, it shows r679M. I am using 3CeAM I copy pasted it in, bot how do i load it?
  11. Hi Euphy, can you teach me how to implement that into my server? because mine doesnt have it yet.
  12. will @mi show the drop rate of items using that script?
  13. where do I place and load this script? It does work for item and equipment as well right?
  14. I am having trouble lowering MVP card drop rate. for example: Now I my mvp card is 10x normal drop rate, which make every mvp drop card at 0.10% I want to edit so that a certain few mvp drop card at 0.05% and 0.01% But in the database, the card drop rate is already set at 1 which is 0.01% and I think it couldnt support 0.5 or 0.1 value in the database. What can I do instead of editing all the mvp card drop rate?
  15. Is it possible to have a automated pvp event with this 2 mode? - 5v5 random team assign - Last Man standing After it ends, it will reward the winners appropriately Can some kind people help me with this??
  16. if( .label == label1 ) goto label1; if( .label == label2 ) goto label2; label1; //codes close; end; label1; //codes close; end; This a simple ways to do it, you can give it a try You could just do what Nochii did there, much simpler for players so they can choose from a menu, instead of inputting s set of string Well, just my comment, since I have no idea what you are planning *cheers*
  17. Yes, I did. It works fine. Great work. Thanks a lot
  18. Thank You so much. Dont think I would dare to touch the src without guidance. LoL
  19. Can some kind people help me with the following? I need to debuff assasin cross soullink when he click on my npc to go into pvp room. I need to lower Assassin Cross soullink sonic blow damage in certain map. Is the above possible?
  20. Can some kind people help me with this? -Disable vending in certain area of town (for example the main street of prontera only and the other part of the town is allow merchant vending) *If there already exist such or similar script, please do be so kind and direct me to it for I failed to search it.
  21. I am familiar with programming but not so in RO C language yet. So what you mean now is the # sign made the difference?
  22. per char ,..... if you want per account.. set #lastTimeTalked,gettimetick(2); i did what emistry said but im still having per char not account I did the same, but my players still can claim the rewards using different character from the same account. Can some one help to make it into Per account?
×
×
  • Create New...