Jump to content

Weistony

Members
  • Posts

    108
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Weistony

  1. Seriously, please do use "GOOGLE" or the search button.. I got like a hundred results with using typical keywords like "ragnarok server setup" http://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial/ www.youtube.com/watch?v=f06EBENhV84 http://forum.ragezone.com/f577/setup-own-ragnarok-server-rathena-899375/ and more... Plus, you got yourself in the wrong section..
  2. Nevermind, please check getitem2 information on what other stuffs you can do to it in your script_commands.txt located inside your doc folder
  3. use @produce like { atcommand "@produce <item_id>,<quantity>" .... },{},{} The only problem is, it'll be shown on your atcommand logs.. :3
  4. You could at least make another box and put things inside it.. I mean, make a custom box and just add the items you want them to contain in its script like : { getitem <item_id>,<quantity>; getitem <item_id>,<quantity>;.... and so on.. },{},{}
  5. If you get random errors upon logging in, make sure you have the proper lub files as well inside your luafiles514/luafiles/datainfo/ location in your grf.
  6. Please learn to read the comments. // ----------------------------------------------------------- // Quest items -- do NOT use a reward item more than once! // Add(<shop ID>,<reward ID>,<reward amount>, // <Zeny cost>,<point cost>, // <required item ID>,<required item amount>{,...}); // -----------------------------------------------------------
  7. About the content management add-on, there is a "Pages" button located at your Admin Menu if you are an Admin once you log in. You can edit and add pages at your own will in it.
  8. According to what he says, I don't think it's about the iteminfo.lub I suppose it's about the files itself, location of files and all.. @TS, please make sure you have put the files inside its respective folder and edit your accname.lua and accessoryid.lua , convert them to lub files and make sure you use the proper lua/lub files for the client you are using.
  9. OnSpecialKill: set .SpecialPorings[1],.SpecialPorings[1]-1; announce strcharinfo(0) + " got a " + getitemname(.ItemID) + "!",bc_map; // getitem .ItemID,1; set PoringPoint,PoringPoint+1; dispbottom "You got 1 Poring Point"; dispbottom "Total Poring Points:"+PoringPoint; goto PoringCount; On that part of the script, edit this part : set PoringPoint,PoringPoint+1; to set #PoringPoint,#PoringPoint+1; Since using the # sign is to make the variable eligible to be used by the whole account. And as for the shop, just use any Dynamic shops that uses variables as a currency like Emistry's Multi-Currency Shop. Link : http://rathena.org/board/topic/68468-utility-multi-currency-shop/ Please kindly press the green UP button if it helped. Thanks.
  10. It's all good, inside every add-on you added. There's a theme folder and inside that, just edit the folder name the same to the folder name of the current theme you are using. If you find it helpful, kindly press the green UP button. Thank you.
  11. Lol Yuka made it clear its a 2010 Client though. Oh sorry, I wasn't reading the content, my bad..
  12. If you were using 2012 clients to latest, make sure you provided the lub files as well to avoid such errors as this. If you find this useful please press the green UP button. Thanks.
  13. I followed everything properly and everything ended up perfectly. Try to re-do the snippets the creator made.
  14. Weistony

    Help.

    It is stated right there that the GKey you might be using is rejected. :3
  15. Amazing.. O_O Anakid ! Don't post anything, stay at 999.. It's a Godly number. hahaha *kidding. Again, it's so amazing.. wooo O_O
  16. Is it on .BMP files already ? If not, try to convert or save it first as 24-Bitmap. Transparency use of #ff00ff only supports .BMP files. If problem persists, please provide more information regarding it.
  17. Can you at least put more details or give us a link with the files ?
  18. Greetings, I wanted to ask about how to modify Star Gladiator's Soul Link that it'll give an effect of increase ATK by 1,000 for 3 seconds at 50% chance. A help would be much appreciated. Thank you in advance ! Regards, Weistory Bump ? Bump ?
  19. I don't know if this is working but it is the same with the @whosell command, the problem is it jumps you to the vendor who vends the item you are searching for. Link : http://rathena.org/board/topic/57329-release-command-jump-to-who-sell/ Next time, please learn to ask Google before posting and please press the green up button if it helped. Thanks
  20. Can you please make it more detailed ? What SVN are you using ? Did you mess up with something ?
  21. Weistony

    NPC Vending

    Try downgrading your svn to its compatible version.
  22. It's the client.. You need to have the proper LUA/LUB files of the client you are using in order for it to work.
  23. It really is working.. If you see that it doesn't, the reason might be because you are using a Game Master account or an Admin account which is allowed to drop those stuffs.
  24. I'm using the latest svn and haven't experience those so maybe it's because of your SVN ? :3
×
×
  • Create New...