Jump to content

Wafflebutt

Members
  • Posts

    234
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Wafflebutt

  1. WOOOOT?? The time runs so damn fast Q_Q

  2. your client doesn´t support your lua/lub files. try older ones http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/Lub%20Files%205.0.2/
  3. Example please ;DD Well the easy way would be editing the skill to magic attack.
  4. You could make another grf like WhateverROpatch.grf and let a patcher patch into this grf. Or you could just use a data folder. And no with neoncube you don´t need to make a grf. You could make a rar file and let it patch into the grf.
  5. I´m so dead ~___~

  6. Just copy and rename your lua files to lub. The client can read them. Otherwise search for cmd -> copy cmd and paste it into your folder with luac. Execute it with admin rights and enter luacVERSION.exe" -o "accessoryid.lua" "accessoryid.lub" Now you will either get the lub or a error message in cmd. Darn you still have this problem >_< I wanna help but my knowledge is so limited q.q
  7. Skills etc should be translated by the lua files. Character creation title is hard coded. The map is the towninfo.lua look at this topic: http://rathena.org/board/topic/66079-2012-06-18aragexere-packet-db/page__st__20#entry113990 Judas is the client expert. I don´t have a 2012 client so I can only guess.
  8. 1. these are fonts used by the client 2. translation, maps, custom items, all your custom stuff 3. no you can leave it as data folder... tho it doesn´t look as professional and players can mess around with em 4. rAthena server files 5. palette= http://arianerocustom.voila.net/ Custom colors for classes 6. http://rathena.org/wiki/BrowEdit_Video_Tutorials 7. Most of the time updating your client via kro and updating your lua´s is enough for future content (items, mobs etc). There are some exceptions tho like some sprites (Bakonawa >_>).
  9. You have these old sprites from lilith? ;D I only need the leaf looking green wing thingies *o*
  10. Dabei ist das im wiki so schön umschrieben ;D http://rathena.org/wiki/SQL_Installation Der Guide funktz 100% und ist vor allem eine gute Basis um den Server nachher auf einen anderen host zu übertragen. Also mit workbench und exportieren undso. http://www.mysql.de/products/workbench/
  11. The eot files are fonts. But normally you would get a missing font.eot file error and not a gravity error o.O Btw you should add the sprite and palette folders. Otherwise you will be missing some headgears and have no color palette for sprites.
  12. Just use Shin´s diff patcher with weediff and select the Increase View ID option. http://rathena.org/board/topic/53420-shins-diff-patcher/
  13. Yeah Q_Q I don´t have those great sprites anymore. Anyone knows where I could get them? I´m talking about these sprites: http://www.eathena.w...howtopic=106343 Especially this one: http://img161.images...726431096jl.jpg Any help would be appreciated ;D Solved: Found em ;DD
  14. Try changing the version in your clientinfo to 28 or 30.
  15. Uhm... wierd... Your error is for the Stardust Hairband, wich has the view id 831. Maybe you should get the latest accname and accid luas. http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/datainfo/
  16. You already posted your issue a few times. Please be patient and try to give as many information as possible. You are using the basic rAthena client as I´ve seen here: http://rathena.org/board/topic/54190-release-basic-rathena-client/page__st__240#entry115651 Please show us your clientinfo and your #define PACKETVER (wich can be found @ rAthena\src\common\mmo.h
  17. Not sure how you did that ;D Would you mind posting the exact path of your sprites? They should look like this: data\sprite\¾Ç¼¼»ç¸®\¿©\¿©_TRAVELER_HAT.spr data\sprite\¾Ç¼¼»ç¸®\¿©\¿©_TRAVELER_HAT.act data\sprite\¾Ç¼¼»ç¸®\³²\³²_TRAVELER_HAT.spr data\sprite\¾Ç¼¼»ç¸®\³²\³²_TRAVELER_HAT.act
  18. Hmm are you sure that you have the sprites in the right folders? Headgear Sprite data\sprite\¾Ç¼¼»ç¸®\¿© data\sprite\¾Ç¼¼»ç¸®\³² data\sprite\¾ÆÀÌÅÛ data exture\À¯ÀúÀÎÅÍÆäÀ̽º\item data exture\À¯ÀúÀÎÅÍÆäÀ̽º\collection
  19. Maybe your client doesn´t support that many view ID´s. Try diffing with more view ids or use a lower one. IDs --833-835 are free
  20. I´m such a noob Q_Q

  21. Sir look at your view Ids.... Your traveler hat has the view id 400 which is ACCESSORY_SCUVER_MASK = 400, You need to change the view ids in your item db. 865,Traveler_Hat,Traveler_Hat,5,100000,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,400,{ bonus bAllStats,+10; },{},{} to 865,Traveler_Hat,Traveler_Hat,5,100000,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,865,{ bonus bAllStats,+10; },{},{} and so on edit: aw im to late >_>
  22. Maybe you forgot to insert the view id into your itemdb? '2285', 'Apple_Of_Archer', 'Apple of Archer', '5', '20', NULL, '200', NULL, '0', NULL, '0', '4294967294', '7', '2', '256', NULL, '30', '1', '72', 'bonus bDex,3;', NULL, NULL The view id of AoA = 72 You need to do the same with your item but replace the 72 with 1000.
  23. Normal hits can only go up to 32767 if I remember correctly. The client hit dmg is in Integer and thus it can only show 32767. Skills can go up to 999999. Tho I think it was 32768 but dunno ~_~
×
×
  • Create New...