Search results

  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
  16. S

    goddameit's Auto Healer

    Hi guys, I left Ragnarok emulator for awhile, I wonder if anyone still have goddameit's auto healer script? It is the one that heals all players around it periodically. Thanks in advance, ShadowLight Found it in rAthena
  17. S

    Automatic Join #main

    Hey guys, I'm new to the new @main command, I am adding a script to make players automatically join #main chat room as soon as they log into the server (adding in MOTD), but I'm not sure how to. Looking forward to your help, ShadowLight
  18. S

    Auction System Not Working

    Hi there, After speaking to the Auction Broker, I pressed on Yes, then the message window closes but nothing happen. I am using Pre-Renewal on a 2012-04-10 client. Is there anyway for me to fix/add this feature? I've already set the feature to on: Thanks in advance, ShadowLight
  19. S

    Restriction on box items

    Hey guys, Is there a good way to make an item from a box restricted to the character (i.e. cannot be traded/vended/stored/dropped)? What I have right now: { getrandgroupitem(IG_GiftBox_2),1; },{},{} Just need a way to put a restriction on the random item obtained from a box. Thanks...
  20. S

    Rebirth command

    Hey guys, This might be a silly question, but what is the command to rebirth? I tried: resetlvl(1); I can see the base level and job level up animation but I am still just a novice. This NPC is used by new characters and they are mostly level 1/1 and they should be High Novice with proper stat...
Back
Top