Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. Yes I do #########Edited Now I have no error but still no Thai font display omg.
  2. Ok sir I will try it now. I have tried it and working fine! but I have another problems about language. I can't used Thai font when something show about Thai font It's will crash. Used EXE 2013-03-20 Clientinfo <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>thai</servicetype> <servertype>primary</servertype> <connection> <display>K@NIn</display> <balloon>K@NIn</balloon> <desc>K@NIn</desc> <address>kanin.dlinkddns.com</address> <port>6900</port> <version>34</version> <langtype>5</langtype> <registrationweb></registrationweb> <aid> <admin></admin> <yellow></yellow> </aid> </connection> </clientinfo
  3. I can't used this npc sprite 4_M_ROEL ID: 10040 EXE 2012-04-10 SVN 17440 I've added xxxxx.act, xxxxx.spr edited npcidentity.lua, jobname.lua
  4. set variable and changelook again at OnPCLoginEvent.
  5. re-added is working thanks.
  6. I don't know why it's got a problems. Maybe shutdown & restart a computer.
  7. I have find it on conf/mapflag but not found anything about no vending and no chatroom I used r17385 Thanks
  8. Can I put players to 2 teams and PvP all the times? Like a PvP party but bigger team
  9. I don't want to monster drop item and go check with magnicaft. so how to get it already identified. Thanks.
  10. if (countitem(705)>=100 && countitem(711)>=100 && countitem(905)>=100 && countitem(914)>=100 && countitem(949)>=100 && countitem(511)>=100) goto L_Done; I edited to this and it's work now because something wrong on SQL database script:delitem failed bla bla bla
  11. Whoa I do opposite sign lol, Thanks.
  12. "if" can't check how to fix it? if (countitem(705)>=100 && countitem(711)>=100 && countitem(905)>=100 && countitem(914)>=100 && countitem(916)>=100 && countitem(511)>=100) goto L_Done; mes "[Geffen]"; close; L_Done: delitem 705,100; delitem 711,100; delitem 905,100; delitem 914,100; delitem 916,100; delitem 511,100; mes "[Geffen]"; close;
  13. I've already edited jobname.lua, npcidentity.lua. before I edited it's poring sprite but after edited it's error. my data has .spr and .act jobname.lua (Lastest is VADON after that I added it) [jobtbl.JT_E_VADON_X_H_S] = "VADON", [jobtbl.JT_4_f_runain] = "4_f_runain", [jobtbl.JT_4_energy_black] = "4_energy_black", [jobtbl.JT_4_energy_blue] = "4_energy_blue", [jobtbl.JT_4_energy_red] = "4_energy_red", [jobtbl.JT_4_energy_white] = "4_energy_white", [jobtbl.JT_4_energy_yellow] = "4_energy_yellow", [jobtbl.JT_4_f_mocboy] = "4_f_mocboy", [jobtbl.JT_4_f_pere01] = "4_f_pere01", [jobtbl.JT_4_f_shalosh] = "4_f_shalosh", [jobtbl.JT_4_greencookie] = "4_greencookie", [jobtbl.JT_4_jitterbug] = "4_jitterbug", [jobtbl.JT_4_m_roel] = "4_m_roel" } npcidentity.lua (Lastest is 631 after that I added it) ["JT_4_BLACKDRAGON"] = 631, ["JT_4_f_runain"] = 658, ["JT_4_energy_black"] = 659, ["JT_4_energy_blue"] = 660, ["JT_4_energy_red"] = 661, ["JT_4_energy_white"] = 662, ["JT_4_energy_yellow"] = 663, ["JT_4_f_mocboy"] = 664, ["JT_4_f_pere01"] = 665, ["JT_4_f_shalosh"] = 666, ["JT_4_greencookie"] = 667, ["JT_4_jitterbug"] = 668, ["JT_4_m_roel"] = 669 } data\sprite\npc\4_f_runain.act data\sprite\npc\4_f_runain.spr .act and .spr put on my KSDATA.grf this is my DATA.ini [DATA] 0=KSClient.grf 1=KSDATA.grf 2=data.grf Problem solved! I've try this out by changed lua at this directory not luafile/datainfo/jobname.lua but data\luafiles514\lua files\datainfo\jobname.lua !! wow wwwwwwwwwwwwwwwwwwwwwwwwwwwww
  14. try 127.0.0.1 for IP config and follow the basic. If server working now the problem it's on your IP!
  15. Hey I seen where to edit for show party name but let me find it for a while. rathena\conf\battle\party.conf // Display party name regardless if player is in a guild. // Official servers do not display party name unless the user is in a guild. (Note 1) display_party_name: yes
  16. It's on your client data I think so. http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ try this.
  17. Try @mail and go to tab 2(write) in your picture is tab 1(Inbox)
  18. Once I have same problem as you because. I updated svn, patched, changed or deleted something about server.(I used SQL) After that I import main.sql and log.sql again it's working again. you should remember what you done with you server. or you server just first time to run and this thing happen?
  19. I see, tnx for this! Sry but what will I edit there? Edit what you need It's a math, not sure how to change it but you need to try it with huge math and it'll show try to status->cri += 10 + (status->luk*10/3); every 1 luk = +0.3 critical ?? to status->cri += 10 + (status->luk*10/300); every 1 luk = +0.300 critical ?? not sure sorry
  20. in your data folder or grf ro\data\msgstringtable.txt
×
×
  • Create New...