Jump to content

Ronald

Members
  • Posts

    241
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Ronald

  1. Basically if players is dead and then you do @go 0 player will be revived so I think you don't have to do a script for this one. But if there's something else you want to do please let us know. We'll be more glad to assist you.
  2. View File convertertrader.txt Elemental Converter Trader ______________________________________ This is just a NPC wherein you can trade an etc item for elemental converters. Features: • Converts an etc item(any items but etc is recommended) to elemental converter of choice. • You can set the amount of conversion. ToDoList: Change item requirement and amount conversion depending on your preferred. By downloading this script, you agree to these terms: • You are not allowed to redistribute this script in any way, shape, or form. • I still retain all rights to this script. • Terms above may be changed or adjusted without prior notification. Submitter Ronald Submitted 08/28/2020 Category Utilities Video Content Author Ronald  
  3. View File fishslicemaker.txt Fish Slice Maker ______________________________________ This is just a NPC basically creates fishslice with prerequisite items. Features: • Creates fishslice with prerequisites. • You can set the amount of conversion. ToDoList: Change item requirement and amount conversion depending on your preferred. By downloading this script, you agree to these terms: • You are not allowed to redistribute this script in any way, shape, or form. • I still retain all rights to this script. • Terms above may be changed or adjusted without prior notification. Submitter Ronald Submitted 08/28/2020 Category Utilities Video Content Author Ronald  
  4. Version 1.0.0

    137 downloads

    Fish Slice Maker ______________________________________ This is just a NPC basically creates fishslice with prerequisite items. Features: • Creates fishslice with prerequisites. • You can set the amount of conversion. ToDoList: Change item requirement and amount conversion depending on your preferred. By downloading this script, you agree to these terms: • You are not allowed to redistribute this script in any way, shape, or form. • I still retain all rights to this script. • Terms above may be changed or adjusted without prior notification.
    Free
  5. Version 1.0.0

    134 downloads

    Elemental Converter Trader ______________________________________ This is just a NPC wherein you can trade an etc item for elemental converters. Features: • Converts an etc item(any items but etc is recommended) to elemental converter of choice. • You can set the amount of conversion. ToDoList: Change item requirement and amount conversion depending on your preferred. By downloading this script, you agree to these terms: • You are not allowed to redistribute this script in any way, shape, or form. • I still retain all rights to this script. • Terms above may be changed or adjusted without prior notification.
    Free
  6. N_GetZeny1k: set #Treasure_Token,#Treasure_Token-1; set Zeny, Zeny+1000; close; N_10T: if (#Treasure_Token > 9) goto N_GetZeny10k; mes "You don't have enough tokens!"; close; N_GetZeny10k: set #Treasure_Token,#Treasure_Token-10; set Zeny, Zeny+10000; close; N_100T: if (#Treasure_Token > 99) goto N_GetZeny100k; mes "You don't have enough tokens!"; close; N_GetZeny100k: set #Treasure_Token,#Treasure_Token-100; set Zeny, Zeny+100000; close; Look for this one. Just have to change the case names.
  7. May I ask what your attendance system is?
  8. This might help you. https://rathena.org/board/topic/102689-ragnarok-english-translation-project/
  9. Ronald

    Reward NPC

    map,x,x,x script Sample x,{ if(getcharid(3) == 2000004 || getcharid(3) == 2000006|| getcharid(3) == 2000030){ if (#EVENT_REWARD <= 0) { #EVENT_REWARD = gettimetick(2); getitem 501, 1; getitem 501, 2; getitem 501, 3; mes "You gained reward."; close; } } end; } Haven't tried this but it should do the trick. If you want to make it itembound then use getitembound2.
  10. Yours might be using data\luafiles514\lua files\datainfo Please keep me posted.
  11. Would you mind if we ask for screenshot or video of this matter?
  12. This has something to do with your video card or probably the setup of your RO. May I see your RO setup?
  13. You can't prevent DDoS. It's part of a game. You'll need to have security to prevent DDoS on your server. There are lots of way to prevent this one though. Basically you need to learn scripting if you want to start your ragnarok server.
  14. Just add sprite on GRF and then fix item sprites. It's basically like adding a custom item.
  15. This might actually be what you are looking for. https://rathena.org/board/topic/67519-who-can-give-me-armor-and-headgear-enchanter-script-with-no-failed/
  16. Hi Brother, You can use this one. https://rathena.org/board/topic/115293-race-to-99-rewards/ Basically if you plan to do it as an event like, a hosted event. You'll basically just need to put a condition wherein the user will have to register. Logic is like this: Player will be allowed to register if he/she is level 1 novice.
  17. Unfortunately you'll have to put all maps on it. You can actually do it within 2 minutes as this guy stated. XP https://rathena.org/board/topic/119756-disable-skill-in-all-maps-enable-in-one/
  18. I think Emistry already created this one. But I am not sure if it is free.
  19. I strongly believe this will require SRC modifications.
  20. This might help you. https://rathena.org/board/topic/109651-i-can´t-use-battle-mode-keys/
  21. Do you mean you want to have an option if you want to proceed to replace the current enhancement on the gear or retain the current one?
  22. I hope this helps. https://rathena.org/board/topic/83785-debug-mapindex_name2id-map-not-found-in-index-list/
  23. I don't know what you are trying to point out. Do you mean you don't want to show damage when you hit a player on hidden status?
×
×
  • Create New...