Jump to content

pandaplaygames

Members
  • Posts

    113
  • Joined

  • Last visited

Everything posted by pandaplaygames

  1. I have GDB insalled but there isn't any core dump file in trunk. Should I make it or is that system generated. I feel the guide is lacking in details. Kindly expound thank you. I am having random map-server session time-outs and there are absolutely no error messages. Without help from a log, I cannot figure out why there would be issues.
  2. hi everyone- so far i've tried using the old db and the attr_fix tables.. but to no avail.. any hints? help? to revert GR card back to pre-renewal?
  3. post your script with the attached code snippet.
  4. HI All- I've been looking for the source codes related to crafted potion potency. Can someone help me with by pointing out where these codes are located? Or if there is an existing project on modifying this please share. 1.) Item potency is inceased when crafted by someone in high fame points 2.) Slim pitcher skill increased/ bonus heal increase when the potions were crated. (skill.c shows some hope that it might be there) bump
  5. Add this ... or something like this.. set .requireditem,PODITEMID; // sets the itemId of the Proof of donation or required itemId for instant job set .requiredqty,1; //sets the qty of the itemid needed for instant job if(countitem(.requireditem)<.requiredqty) { mes "You need "+.requiredqty+" "+getitemname(.requireditem)+" "; } Before this this if( ClassHelper == 1 || #ClassHelper == 1 ) end; the rest is up to you.
  6. this one's missing collection and item. sprites are there though
  7. i'm sorry is this a custom quest?
  8. Nvm. Solved.. Stupid me.. Ovelrooking the tiniest detail.. data/514lua/lua files/datainfo was.. data/514lua/luafiles/datainfo mapping issue...
  9. thanks for everyone's input on this and I apologize i posted on the wrong section. I know @changelook command calls for the client to select that id and show. But darn thing just won't show up even with a custom "apple" item just to check it out. So also [874] = "_Angel_Wings" doesn't work for me thanks for the info but i've tried that too. Langtype is set 0 or 1.. still doesn't work... can someone be nice enough to give me a sample? I'd upload the files for you if you need it. I juzt need 1 ~
  10. do you have the whole flux cp? just a quick question
  11. Hey All! Client - 2012-04-10a So i first followed the wiki - http://rathena.org/wiki/Custom_Items These are the steps i made regarding the files I followed the guide and appended the following entries in their respective files and file locations. Let's take for example...a Headgear item. "Angeling_Wings" I dumped the drop files (.ACT and .SPR) in data\sprite\¾ÆÀÌÅÛ - resnametable deals with this I dumped the equip files (.ACT and .SPR) in the following details for males data\sprite\¾Ç¼¼»ç¸®\³²\ and renamed the file " ³²Angeling_Wings " for femails data\sprite\¾Ç¼¼»ç¸®\¿©\ and renamed the file " ¿©Angeling_Wings " In accname.lua [ACCESSORY_IDs.ACCESSORY_Angeling_Wings] = "_Angeling_Wings" } In accessoryid.lua (other guides and default file removes the comma on the last entry) ACCESSORY_Angeling_Wings = 874 } Ingame @changelook command 874 (or whatever ID i placedin accessoryid.lua) gives me nothing in-game. The EXE file has been patched for custim Id max at 30000 and to read lua files before lub.
  12. Please post the following... Server revision (rathena rblablabla) Login/Char/Map server screenshots configuration files (login_conf / char_conf/ map_conf) Client used (example 2012-04-11) sclientinfo.xml / clientinfo.xml configuration
  13. thanks Emistry. I'll go grab diff patches and patch me up a client that doesn't need one. Btw - I have the weirdest error. ".exe has stopped working" whenever WOE maps are involved. turning the BGM off in setup seems to work but would be nice to get some background music while on WOE. that's not the worst part. When i get that error, all other opened applications closes along with it....
  14. Anther issue its a weird one http://rathena.org/board/topic/78523-character-deletion-option-email-or-bday/
  15. Hi All- First of yes, we know the renewal character deletion process.. but oddly enough, the client asks for my players their birthdate not their email address.- yeah I searched around the forums - the format yyyy-mm-dd doesn't work. nor does 00000000 or yyyymmdd. or 0000-00-00. When I try character deletion on my end for my account and theirs, the client asks me the email address and not the birthdate. Some help over here?
  16. this worked before but cant get this one to work ~ sigh
  17. Mootie has already posted what you need. http://eathena.ws/wiki/index.php?title=NeonCube
  18. Hi everyone, We are not new to application crashing, but oddly enough when ragnarok client crashes, all of my other application crashes. Major weird for me. So I've manage to see when the client crashes the most is when music is turned on in setup.exe (the new interface - doesnt matter as long as the music is on there the client crashes a lot!). Even if you turn it off inside the game, I still get these crashes. Turning the music/bgm off in setup does the trick. I find the files are intact but anyone else seems to have crash issues wit this client as well. I'm using 2012-04-10 Client.
  19. on knees kissing your feet :3 ur awesome... ima lick that guitar too <3
  20. Google is my bestfriend 000webshost/zymic allowed those before now they dont ... try that in your local computer instead...
  21. @Rauhl Appreciate the coded integrated CP theme. I'm using it now @ oracleRO.tk. It's not as flashy as other's, but I hope I did some justice to the great work you laid out You'r on the credits fyi
×
×
  • Create New...