Jump to content

Arcenciel

Members
  • Posts

    1315
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Arcenciel

  1. You make a new .txt file for it and load it to your server or just paste it into some existing file and reload your server. http://rathena.org/wiki/Adding_Script
  2. No one is gonna help you unless you add more details to this post because no one knows what to do.
  3. Take out all of your custom scripts then add them back one by one until you run into that error so you can identify exactly what the cause is or you can backtrack and take out the latest ones you've added one by one until the error no longer shows up. That's the only way for you to identify which script it is.
  4. Would using @mail be covered under the can_trade permission? If not, then a permission to disable mail would be nice. Thinking of some new system that can be made for RO that utilizes these permissions and not being to use the mail would be an awesome addition. And clydelion, why not have these permissions added in official to the SVN? I don't see the harm in adding more settings to the permission systems. I can actually add your work in myself, if you can give me permission to do.
  5. I haven't played in a while but I remember using Bwing to leave the castles after WoE was over.
  6. What do you mean by equipment code? What are you trying to use it for?
  7. Do you want it disabled at every map in your server during WoE? Or do you just want it disabled in castles?
  8. Use the combination of the following: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/mapflag/restricted.txt https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/item_noequip.txt Read the comments/samples on the top of each link.
  9. Not related to the topic at all but I feel the need to say this... Emistry, you've worked hard here at rA and have helped countless amount of people. You've earned yourself a good reputation in our community a LONG time ago and never forget that.
  10. That could work but this one the one specific for it *isequippedcnt(<card id>{,<card id>{,<card id>{,<card id>}}}) This function is similar to 'isequipped', but instead of 1 or 0, it will return the number of cards in the list given that were found on the invoking character. if (isequippedcnt(4001,4005,4033,4196)=4) mes "Finally got all four poring cards?"; if ( isequippedcnt(4403) <= 1 ) { Kiel card effect here }
  11. Topic moved. Please use the search function this has been asked a number of times.
  12. What is wrong with the script?
  13. Just to clarify, you want the player equipped with the item to not be knocked back whenever he is hit with the skill bowling bash or not be knocked back by any skill at all?
  14. As for that second part I have no idea. Ask in Source Support maybe? Can this topic be marked Solved?
  15. Is it just me or someone is starting to get horribly annoying? With talks bout me me me me me....

  16. I think it's a completely different learning experience between watching a video/someone teaching you versus self-sufficiently learning via reading the basic tutorial in the wiki. One way just works better for some than the other.
  17. He's referring to this http://rathena.org/board/topic/53620-scripting-for-dummies/ It's a shame the project was never completed. Zero was doing such a good job on it.
  18. Have you actually tested it in game though? Cause if I remember correctly (again someone test it in game..or maybe it was @go..), I've used @refresh to get out of NPC conversations I'm stuck in before. Edited by post and replaced sleep with sleep2.
  19. Uhm...try this...all dependent on what refresh can do though. mes "Blah blah blah"; sleep2 1000; // Give player time to read atcommand "@refresh"; // I'm assuming can clear/close the NPC window..maybe I'm wrong..can't test since I don't have a test server ready sleep2 1000; mes "blah blah blah";
  20. Been happening to all the gifs on Chrome. I've seen worst but that did catch me off guard first time I saw it.
  21. I actually wouldn't mind this. LOL
  22. Arcenciel

    Help

    Uhm...you just remove all the OnClock and replace it with OnMinute....like how Euphy said. Can't you do that on your own?
  23. The problem probably has something to do with the custom map itself if you've done everything correctly. I'm no expert when it comes to map stuff but I believe night mode has something to do with the actual creation of the map in addition to server side stuff.
×
×
  • Create New...