Recent content by ShadowLight

  1. S

    Auction House Fee Bug?

    Hi, I tried changing the auction system fee per hour from the default 12000 to 600 by changing this in misc.conf: // Auction system, fee per hour. Default is 12000auction_feeperhour: 600 But nothing seemed to be changing in game. I've both rebooted and recompiled the server. Is there a step...
  2. S

    Remove skill via script?

    Hi guys, I'm doing a quest where players would be able to learn steal on a particular map. But I'm having problem removing them, not sure what the command is. I've added the skill to the players (if they don't already have 'Steal') using: skill 1001,1,0; The question is, how do I remove...
  3. S

    Sending Mail via Script?

    Hi there, Does anyone know how to or has a template for me to send mail to players using NPC script? Thanks in advance.
  4. S

    Skill description

    Hi guys, I just came back to RO in a long while. I can't seem to find where the skill description is located. Where should I edit the skill description? Thanks in advance, ShadowLight
  5. S

    Saving Mob ID for Daily/Weekly Quest

    Hi all, I have an event where players have to hunt a range of different mobs. Players will be rewarded with zeny for killing the mob the first time. Nothing will happen the following time he/she kills the mob if he already killed it in the last 6 days. After 7 days, the player can claim the...
  6. S

    /memo restrictions

    Hi all, It has been awhile since I last edited the memo restriction. I'm planning to remove restriction of /memo on certain map, where does the config file located? Thanks in advance, ShadowLight
  7. S

    Text in Cash Shop

    Hey guys, I hoping to change these texts (red box): Where can I find each of them (all 7)? Thanks in advance, ShadowLight
  8. S

    Auction House Fees Bug

    Hey guys, I want to change the fee per hour in auction so I changed the following line in misc.conf: // Auction system, fee per hour. Default is 12000auction_feeperhour: 600 but it is still set to 12000. Is it a bug or is there a step I'm missing? I tried a full server reset and recompile but...
  9. S

    mp3 to wav converter

    Hi all, I'm looking to make .wav files to make in-game sound from mp3 files that I have. But so far, when I use the online converters, it doesn't seem to work in RO (I know how to add sounds via script). Does anyone know a free software that converts mp3 to wav that works within Ragnarok...
  10. S

    Custom NPC Trader not working

    Hi all, I used the example from doc/npc_trader_sample.txt: /* custom npc trader */prontera,153,152,1 trader TestCustom2 4_F_EDEN_OFFICER,{ OnInit: tradertype(NST_CUSTOM); sellitem Red_Potion,2; end;} But I am still buying the items using zeny instead of points. What did I do wrong? Thank in...
  11. S

    Hotkey are not saving

    Hi all, I recently changed my client to 20140708 (from 20120410). My players and I are having problem saving hotkeys. It says "User customized key is saved to [RO/SaveData/UserKeys.lua]" but it is still using the default keys. Looking forward to your kind help. Thanks in advance, ShadowLight
  12. S

    Wav file format

    Hi all, I wanted to add a custom sound to my server. I have the MP3 file but I'm not sure what format of .wav file should I use (there's a lot). I converted them and place them in data/wav. I have no errors but there's no sound. I'm assuming that the format of WAV files is incorrect, need help...
  13. S

    Looking for client with working auction system for Pre-Renewal

    Hey guys, Just as what is stated on my title, is there any client I recommended for me to run Pre-renewal with auction system on? Thanks in advance, ShadowLight
  14. S

    Send in-game mail function

    Hey guys, I'm just wondering if there's a script to send in-game mail via script (attaching name,title,message,zeny and items). Thanks in advance, ShadowLight
  15. S

    Izlude NPC

    My izlude NPCs are badly positioned, even the warps. Anyone know how to fix this? Need help ASAP, my players need to use the Airship. Thanks, ShadowLight
Back
Top