Jump to content

Start_

Members
  • Posts

    928
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. How to change status point require for increase 1 stats? Thanks.
  2. I think you should show your scripts here.
  3. I have a same problem. Lv 160 and no aura for 3rd class.
  4. Solved I used 2013-03-20 and these diff * Allow space in guild name* Change Gravity Error Handler * Custom Window Title ($customWindowTitle=K@NIn) * Disable Ragexe Filename Check * Disable Hallucination Wavy Screen * Disable HShield * Disable Packet Encryption * Enable 64k Hairstyle * Enable Custom 3D Bones * EnableDNSSupport * Enable Multiple GRFs * Enable Title Bar Menu * Enforce Official Login Background * Fix Camera Angles (FULL) * @ Bug Fix (Recommended) * Ignore Missing File Error * Ignore Missing Palette Error * Increase Headgear ViewID to 5000 * Increase Zoom Out Max * Read msgstringtable.txt * Read questid2display.txt * Remove GM Sprites * Remove Gravity Ads * Remove Gravity Logo * Remove Hourly Annonce * Remove Serial Display * Skip License Screen * Use SSO Login Packet * Translate Client In English * Use Custom Aura Sprites * Use Normal Guild Brackets * Use Ragnarok Icon Oh my godddddddddd to long time for fixed this problems!
  5. Yes I do #########Edited Now I have no error but still no Thai font display omg.
  6. 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
  7. 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
  8. set variable and changelook again at OnPCLoginEvent.
  9. re-added is working thanks.
  10. I don't know why it's got a problems. Maybe shutdown & restart a computer.
  11. I have find it on conf/mapflag but not found anything about no vending and no chatroom I used r17385 Thanks
  12. Can I put players to 2 teams and PvP all the times? Like a PvP party but bigger team
  13. I don't want to monster drop item and go check with magnicaft. so how to get it already identified. Thanks.
  14. 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
  15. Whoa I do opposite sign lol, Thanks.
  16. "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;
  17. 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
  18. try 127.0.0.1 for IP config and follow the basic. If server working now the problem it's on your IP!
  19. 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
×
×
  • Create New...