Jump to content

Whathell

Members
  • Posts

    116
  • Joined

  • Last visited

Everything posted by Whathell

  1. The "skilleffect" in his script is for the visual effects (like someone casted the skill on you), the effect part is "sc_start SC_BLESSING", and the "-1" makes the effect infinite. so there you go for the explanation.
  2. Try upgrading server files. Seems like you updated a part of your server, like src, and did not update other files like db.
  3. In your restricted.txt you put in the zone number as 32. //no custom guild_vs1 mapflag restricted 32 prtg_cas03 mapflag restricted 32 Try using numbers 1-7 when applying this. I'd say use number 1 //no custom guild_vs1 mapflag restricted 1 prtg_cas03 mapflag restricted 1 since you used 32 in trunk/db/pre-re/item_noequip.txt //no custom 26335,32
  4. what client are you using? I dont know for 2013 clients, but for 2012, edit files here: data/luafiles514/lua files/skillinfoz/
  5. It appears only on those level? Tested on different maps? Different part of diff maps? Any buff active? Might as well post in bug section. xD
  6. There is a third option. lol xD I think this is easier. Drop rate mapflag.
  7. I haven't started getting my hands on 2013 clients. But I know that the item description is in your iteminfo.lua, edit that and add your custom item.
  8. I think Online Gaming has become part of South Korea's culture and it has been known for it. If they think it has become addiction, they should just moderate it, not kill it xD
  9. Use this one. Get it thru Git. I am giving this one because this includes a diff that fully translates your navigation texts too.
  10. No I dont think it is embedded on the client. You just need a translated lua which I think nobody has atm.
  11. It is possible. You just wanna reset the stats or roll em all back to level 1? Rolling them back will be easier so stat calculation would not be necessary once you change your sql table.
  12. src/map/map.h: #define MAX_LEVEL 160 change to 255. recompile.
  13. LOL. You mean the client files? I prefer this site.
  14. If you use gvg mapflag, reductions will also apply.
  15. Whathell

    My SQL

    try to log in to mysql using the username and password in your inter_athena.conf, if you successfully logged in, then user and pass is correct, then you can check this: Make sure the user jomar has privileges on your ragnarok database.
  16. What is your problem? You have it in costume tab.
  17. Whathell

    My SQL

    This is an English thread
  18. try this? 30023,Rose_Ring,Rose Ring,5,20,,100,,0,,0,0xFFFFFFFE,63,2,4096,,1,0,259,{},{},{}
  19. here: 5206,Romantic_White_Flower,Romantic White Flower,5,20,,100,,0,,0,0xFFFFFFFE,63,2,1,,0,0,259,{ bonus2 bSubRace,RC_Plant,3; },{},{} change to: 5206,Romantic_White_Flower,Romantic White Flower,5,20,,100,,0,,0,0xFFFFFFFE,63,2,4096,,0,0,259,{ bonus2 bSubRace,RC_Plant,3; },{},{} note that: 1 in "0xFFFFFFFE,63,2,1" has become 4096 at "0xFFFFFFFE,63,2,4096" explained from doc/item_db.txt: 2^0 001 = Lower Headgear and 2^12 4096 = Costume Low Headgear
  20. Try this one. This should work, if not, and you have error messages, then it is prolly a missing OptionInfo.lua in your system folder.
  21. That function is not implemented here on rAthena.
×
×
  • Create New...