Jump to content

khenma09

Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by khenma09

  1. I copied all the items from my custom_itemInfo.lub into my existing itemInfo.lub but same error. Unfinished string
  2. I keep on receiving error with palettes. I used haziels 3rd job corrected sprite and my palettes that are working without Haziels sprite Can somebody give me one that are working without errors which includes haziels sprite. Will it work if I merge it to kamishi's palette?
  3. How shoild i add this in my client?
  4. alright.. Can somebody give me .wav for skills of kagerou and oboro... found some missing...
  5. Hi! Does anyone experienced to enable 3rd jobs on your online servers? Do you experience some crashes? Just wondering.... Are they stable to use? Any issues u had encounter?
  6. Im using a hunter... While attacking both normal and skill, there are times that the the ASPD increases visually (animation) for a few seconds and then back to normal. ASPD increases visually but not on status. Then i found out this error. Dont know this error. Help please.. Thanks in advance. Im using client 2015-09-16 (i forgot if 16-09 or 09-16) hahaha.. Too lazy to open my laptop. Solved
  7. the itemInfo.lub i have is the translation project. and I have another file which is custom_itemInfo.lub which contains my custom items only. Should I copy the content of the custom_itemInfo.lub starting from the [19910 >>>to>>> } and then paste it inside the translated itemInfo.lua? when I copy and paste it I receive this error EDIT: I checked the ID 13736 but it is the same format with the other ID's I'm sorry, Im confused with the table name.
  8. Oh wait, "System/iteminfo.lua" when diffing then? where should the custom_iteminfo.lub goes?
  9. Should I change the System/iteminfo.lub to System/custom_iteminfo.lua? and paste/add the custom_iteminfo.lua in system folder?
  10. Hi guyz, How should I add this lub files in myclient and make it readable by my client? What's inside? I cant understand/follow the notes inside There's a::: tbl_custom = { (Which is different from original itemInfo.lub, SO,how should I Add this in my client? Just copy and Paste?) Emistry is quite busy to answer my msgs and emails, so i posted here. Thanks in advance....
  11. can anyone post a link to download sql products that's you're using which can be compatible with client 2013-08-07 ragexe please post the one that you're using
  12. why i have no permission to download in this site http://spriterepository.com/
  13. can anyone make a NPC script that will set players into specific map into a limited amount of players can enter, and will countdown to disable npc right after the room is full or in a 3 minutes time. example steps: 1. enable npc for queue or in a 3 minutes time. I preferred 3 minutes time. (Example of location of warper for event NPC --prontera) 2. then once full or 3mins. time is elapsed, disabled npc for entering then inside the said room: 3. a 1 minute pause/ countdown again before starting the event. so the players will get ready. 4. then 3-4 monsters will be summon inside room that will automatically attack the players. 5.then the last man/character standing will be the winner. will be given the item reward. on the script, the npc will only start countdown when i click it. but i want it to start the count down when the room is full or 3 minutes time elapsed. should be Broadcasts to all... hope you can help me. Thanks! here's the code: g_room1-3,64,185,3 script RFYL Event 668,{ // We need to use attachnpctimer because the mes command below // needs RID attach attachnpctimer; initnpctimer; npctalk "We will start in a short time, give me 15 seconds"; end; OnTimer15000: npctalk "Ok 5 seconds more"; end; OnTimer6000: npctalk "4"; end; OnTimer7000: npctalk "3"; end; OnTimer8000: npctalk "2"; end; OnTimer9000: npctalk "1"; end; OnTimer10000: stopnpctimer; mes "[Man]"; mes "Ok Let us start the RFYL Event"; mes "Good Luck to all participants!"; monster "g_room1-3",64,185,"Poring",1002,4,"NPCNAME::OnLabel"; for (set .@i, 0; .@i < .mobnumber; set .@i, .@i + 1){ set .@mobGID, monster ("g_room1-3",64,185,"Killer Poring",1002,4); unitattack .@mobGID, getcharid(3); } close; detachnpctimer; // and remember attachnpctimer and detachnpctimer can only be used // while the NPC timer is not running! }
  14. ok thanks, ill try to fix it.. but I forgot my password... did anyone knows how to reset the password so i can use it ?
  15. Hi.. Guys help, did someone knows about this errors? help please.. And what i'm going to put in these notepad? portion which is encircled
  16. Where im going to put these?? Found it-- But then How about this?? always problem next to solving previous problem. I think i mixed up everything the files before... How to resolve this??
  17. Thanks.. problem solved. Thanks also problem solved BUT here comes a new problem appears after i login using Loki launcher.
  18. If your using a jobchanger ingame, u can always edit it there. Thanks 4th error solve... Is this what you mean sir? and put it here?? I did this but i came up with the same result. NO sir xD ? MySql Account sir : ex. user : root password : root i change it already with root.. but still the same problem...
  19. If your using a jobchanger ingame, u can always edit it there. 1st Error : HMM INTERNET CONNECTION PROBLEM? /oops 2nd Error : Yah just the trunk, but having them all is not bad either /bo 3rd Error : Edit inter_athena.conf , in ID and PW use the one in char and map conf, in database use the schema name ex. ragnarok/rathena and logs // Global SQL settings // overridden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: <THIS!!> sql.db_password: <THIS!!> sql.db_database: <THIS!!> sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: <THIS!!> char_server_pw: <THIS!!> char_server_db: <THIS!!> // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: <THIS!!> map_server_pw: <THIS!!> map_server_db: <THIS!!> // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: <THIS!!> log_db_pw: <THIS!!> log_db_db: <THIS!!> log_codepage: log_login_db: loginlog And Lastly : Don't forget to edit loki launcher.ini [Settings] ; Must be on same directory of Loki Exe = 2013-07-03aRagexe_patched.exe Thanks 4th error solve... Is this what you mean sir? and put it here?? I did this but i came up with the same result.
  20. why i got this error when downloading on this site for data folder translation https://subversion.assembla.com/svn/client-side-translation/ Also, do i have to download all of the content here? or just the /trunk? https://rathena.svn.sourceforge.net/svnroot/rathena/ Also i really dont know what wrong here? can somebody help me? Thanks! and Lastly about my Loki Launcher
  21. please someone help me.. thanks can someone help me please? and what rag.exe version or date do you have..
×
×
  • Create New...