Jump to content

Bahmut

Members
  • Posts

    382
  • Joined

  • Last visited

Everything posted by Bahmut

  1. It's really simple to create a shop. Example: morocc,156,73,0<tab>shop<tab>NPC Name<tab>93,ItemID1:Price1,ItemID2:Price2,...
  2. xray is dead and you can do mainly everything in the new re clients. The Shortcut settings are relatively new, so i don't think there is such a new xray client. Same with Stat-Equipment Window. Back then it was seperated in two different windows
  3. http://rathena.org/wiki/Thor_Patcher
  4. I have the same issue
  5. Search your Client in this changelog and then checkout the skillinfolist.lua from this revision for your game exe
  6. It is implemented but you have to use special items. Here a list: http://ratemyserver.net/index.php?page=re_item_db&item_type=5&item_class=202
  7. If you want to use @loadnpc you have to give the full path to your npc file. Example: @loadnpc npc/custom/breeder.txt If you want to unload a npc you have to give the exact name of the npc Example: @unloadnpc Universal Rental Npc If you want to load a npc automaticly on your server start you have to add it to your scripts_custom.conf. It's located in npc/scripts_custom.conf. Example: Add this line at the end of the file: npc: npc/custom/<filename>.txt More info on this: http://rathena.org/wiki/Adding_a_Script
  8. Could you pls upload the source, too, so I can see how you realised it? EDIT : It just opens the loginscreen without entering the username or password.
  9. what do you mean with "3rd class items"? you should atleast give a list of items you want to sell.
  10. Oh I already fixed it myself but forget to set this thread to solved. But thanks anyway.
  11. Have you tried the official rAthena Stat- and Skillreseter? Link from the SVN: https://rathena.svn..../jobs/reset.txt
  12. Bahmut

    @whosell

    Could someone port this @whosell command to the new rAthena system: http://rathena.org/board/topic/55817-new-source-mod-added-whosell/page__hl__whosell__fromsearch__1 Didn't want to open a new thread for it.
  13. No you don't. You can also patch it but it would be better if miruku gets updated regularly and now is a good time because the package is over 3 months old. Like this the normal users don't have to patch this much.
  14. You have to have a SaveData folder in your Game folder and have to remove the "optioninfo" folder (Location: "data/lua files/") in your custom grf and/or your data folder.
  15. The Client is kind of outdated and it's using christmas maps when not updated
  16. could you update the miruku client to a newer version, please?
  17. Which lua file are you refering to? EDIT If you are refering to "/lua files/skillinfoz/skillinfolist.lua" there is this line for every skill but I still can't change the level. Example [sKID.AL_HEAL] = { "AL_HEAL"; SkillName = "Heal", MaxLv = 10, SpAmount = { 13, 16, 19, 22, 25, 28, 31, 34, 37, 40 }, bSeperateLv = true, AttackRange = { 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 }, NeedSkillList = { [JOBID.JT_CRUSADER] = { { SKID.CR_TRUST,10 }, { SKID.AL_DEMONBANE,5 } } } },
  18. It would really help if you post the script in a readable form
  19. I have the same problem: http://rathena.org/board/topic/60967-change-used-skill-level/
  20. *bump* I know there are normaly arrows to control the level but in my client there aren't. Here are some screens: Any hints? Is this a LUA problem, too?
  21. The problem is there is no arrow to choose the level not in the big skill window nor in the small skill window. Is this a LUA problem, too? Fixed this problem thanks Nope as far as I know they are just not updating the changelog because all the lua files are new and the revision number is changing regularly and I spoke about my Client EXE this is 2011-11-16
  22. Hi, I'm using: rAthena r15806 Client Side LUA and TXT from http://svn6.assembla...svn/ClientSide/ (Newest Revision) Client Version 2011-11-16aRagexeRE.exe My Questions: How can I use a lower skill level than the one I have skilled. Like when I want to use Heal lvl 1 instead of lvl 10. I haven't found any answere to this. Is this a LUA thing or caused by the Client EXE I'm using. My Client do not save settings like BGM on (Is always off when I join game), Sound on (Same here) or /fog (Is always on when I join) changes. How can I fix this? I have tried using the new setup and the old one but both did not work.
×
×
  • Create New...