Jump to content

Pneuma

Members
  • Posts

    846
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Pneuma

  1. Those are outdated. If you look at the date, it says 2012 :3 You can get the proper files from here: https://github.com/ROClientSide/Translation System folder and Data folder.
  2. I was wanting download suggestions nanakiwurtz xD
  3. Hello everyone at rA :3 I'm wanting some suggestions to add to my website: http://pneuma.vhosted.us/ for more downloads. I'm limited to 5gigs of space so Uploading an auto-installer for kRO isn't something I can do. If you can think of anything, please let me know
  4. The issue was an account creation issue and has been solved.
  5. if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; set HEALDELAY,gettimetick(2)+.@Delay; close; } You don't have anything that checks .@Buffs. if (.@Buffs == 1) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; set HEALDELAY,gettimetick(2)+.@Delay; close; } You clearly don't know how a If works.. @Topic Try to remove this line mes "" + callfunc("Time2Str" ,HEALDELAY); I know how it use to work. If they made a change to it to allow it to check without ==,</>=, !=, ||, &&; then that was done while I was away from rA between 2012 and 2014.
  6. if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; set HEALDELAY,gettimetick(2)+.@Delay; close; } You don't have anything that checks .@Buffs. if (.@Buffs == 1) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; set HEALDELAY,gettimetick(2)+.@Delay; close; }
  7. Just simply change the view ID on the item_db entry to the desired number.(Also change it in your iteminfo.lua if you are using 2013 client)
  8. This is possible if you removed the slotnametable.txt information for them. However then, no one would know what items are slotted.
  9. Hmmm The only thing I could think of is you're missing the textures Try downloading this : http://pneuma.vhosted.us/Downloads/RO%20Files/data.rar and see if that fixes your issue
  10. First off; The stable client for rAthena is currently 2013-08-07 Secondly, I believe you're missing the packets for the later clientdate D:
  11. All that can be done in groups.conf
  12. Sorry to say, Harmony does not work with the latest rAthena.
  13. That's just for the aliases. Please look under /doc/atcommands.txt for the full list of commands.
  14. Those can only be found in the iteminfo.lua/lub because that's when the Costume System came out. There's a application that convert lub to lua right? i can get this costume items in the latest kRO? Yeah, but if you use the iteminfo.lub from the Translation Project located in System/ It's actually a .lua renamed to .lub bro is it possible that i can convert this iteminfo files ? into idnum2itemdesctable , idnum2itemdisplaynametable and idnum2itemresnametable Yeah, you just have to do it manually
  15. Those can only be found in the iteminfo.lua/lub because that's when the Costume System came out. There's a application that convert lub to lua right? i can get this costume items in the latest kRO? Yeah, but if you use the iteminfo.lub from the Translation Project located in System/ It's actually a .lua renamed to .lub
  16. Those can only be found in the iteminfo.lua/lub because that's when the Costume System came out.
  17. 1. We don't use SVN anymore, We use Git which can be found here: https://github.com/rathena/rathena 2. The most Stable client date is 2013-08-07a 3. Latest MySql client can be downloaded from the MySQL website. 4. Most Up-to-date Data folder can be found on the Translation Project Git located here: https://github.com/ROClientSide/Translation You would need to download the Data folder and System folder since kRO uses System/iteminfo.lub now instead of 6 different files for items. You can also download my Full kRO Client if you need to which is located here: http://rathena.org/board/topic/95977-ro-full-client-2014-07-22-kro2013-08-07-client/
  18. If the flag isn't set, it doesn't bother any default NPC. Flag 1 = Disable Discount 2 = Disable Overcharge Examples Discount & Overcharge are disabled here prontera,147,167,6 shop Shop 1 872,2102:-1,2104:-1,501:-1,3 Overcharge is disabled prontera,147,164,6 shop Shop 2 872,2102:-1,2104:-1,501:-1,2 Discount is disabled prontera,147,161,6 shop Shop 3 872,2102:-1,2104:-1,501:-1,1 When file is loaded with that flag, you will get this Info Screenshot_30.png Download Ahh sorry, from now, I think I just throw my modification on my fork (under PServeRO account), it'll easier for me to update some mode later. https://github.com/pservero/rathena/compare/custom/shop_flag Diff: https://github.com/pservero/rathena/compare/custom/shop_flag.diff This is a very nice release but I think it would be better as a default feature in rA
  19. My website was made nice (Except for the Logo/Icon) by Akkarin :3

  20. Looks like a custom job or a class sprite replaced with a mobsprite. Get a screenshot of your inventory?
  21. You can barely see what that even is. Please get a better(bigger) screenshot of what you're talking about before anyone can actually help you.
  22. To properly change them: data/luafiles514/lua files/admin/pcjobnamegender.lub
  23. http://spriterepository.com/index.php?/files/file/169-peaceful-prontera-by-ramone/ This is the closest thing you'll find of that map unless you decompile that server's GRF and grab the map files.
  24. np. For diff you client u need 3 files: - Uncrypted Client: http://k3dt.eu/Ragexe/unpacked/ - xdiff for the Uncrypted Client: http://k3dt.eu/Ragexe/unpacked/Diffs/ - Diff Patcher: http://www.mediafire.com/download/fibc47gzvdshp8o/xDiffPatcher.zip You have to use the same Client and .xdiff or you'll get errors. Extract all files at the same folder, open xDiffPatcher.exe , click on " ... " button in front of Exe File and select the Ragexe client. Now click on " ... " button in front of xDiff File and select the Diff file. Click on Load Button. Choose the Diff Options that you want and to finish, click on Diff'n'Save! button. That's it! Don't use DiffPatcher for 20130807 clients D: Use NEMO, I get 0 Error from NEMO and if I remember, there are some packets in NEMO that wont show up in DiffPatcher
  25. if you use sql db then @reloaditemdb works. you just need to relog or else it won't update. prontera,164,174,3 script CS Manager 510,{ //NPC Name set .npcname$, "Cash Shop"; mes "[^00AAAA"+.npcname$+"^000000]"; mes "Welcome to the ^00AAAACash Shop^000000!"; if (getgmlevel() == 99){ menu "Add Cash Item",AddCash,"Remove Cash Item",RemoveCash,"View Cash Items",ViewCash;} else { menu "View Cash Items",ViewCashPlayer;} AddCash: next; mes "[^00AAAA"+.npcname$+"^000000]"; mes "Please input the following Variables:"; mes "Cash Type, Item ID, Price"; mes "[Types]","New: 0","Hot: 1","Limited: 2","Rental: 3","Equipment: 4","Scrolls: 5","Consumable: 6","Miscellaneous: 7"; input .@Type$; input .@ItemID$; input .@Price$; query_sql("INSERT INTO `ragnarok`.`item_cash_db` (`tab`, `item_id`, `price`) VALUES ('"+.@Type$+"', '"+.@ItemID$+"', '"+.@Price$+"')"); atcommand "@reloaditemdb"; next; mes "[^00AAAA"+.npcname$+"^000000]"; mes "Alrighty! I think that worked~ Just relog to see if it worked."; close; RemoveCash: next; mes "[^00AAAA"+.npcname$+"^000000]"; mes "Please input the following Variables:"; mes "Cash Type and Item ID"; mes "[Types]","New: 0","Hot: 1","Limited: 2","Rental: 3","Equipment: 4","Scrolls: 5","Consumable: 6","Miscellaneous: 7"; input .@Type$; input .@ItemID$; query_sql("DELETE FROM `ragnarok`.`item_cash_db` WHERE `tab`='"+.@Type$+"' and `item_id`='"+.@ItemID$+"';"); atcommand "@reloaditemdb"; next; mes "[^00AAAA"+.npcname$+"^000000]"; mes "Alrighty! I think that worked~ Just relog to see if it worked."; close; ViewCash: next; next; mes "[^00AAAA"+.npcname$+"^000000]"; mes "[^00AA00Type^000000] [^00AAAAItem Name^000000]"; for( .@i = 0; .@i < .num_items; .@i++ ) mes "[^00AA00"+.tab[.@i]+"^000000] [^00AAAA"+getitemname(.itemid[.@i])+"^000000]("+.itemid[.@i]+")"; close; ViewCashPlayer: next; mes "[^00AAAA"+.npcname$+"^000000]"; for( .@i = 0; .@i < .num_items; .@i++ ) mes "[^00AAAA"+getitemname(.itemid[.@i])+"^000000]("+.itemid[.@i]+")"; close; OnInit: .num_items = query_sql("SELECT `tab`, `item_id` FROM `item_cash_db` ORDER BY `tab`", .tab,.itemid ); end; } this is my own custom cashshop manager.
×
×
  • Create New...