Jump to content

sader1992

Content Moderator
  • Posts

    1676
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by sader1992

  1. function script SaveClothes { // Save Clothes Color .@charid = getcharid(0); query_sql( "SELECT `clothes_color` FROM `char` WHERE `char_id` = '"+.@charid+"'",clothesc ); setlook 7,0; setlook LOOK_BODY2,1; } function script PutClothes { // Put Clothes setlook LOOK_BODY2,0; setlook LOOK_CLOTHES_COLOR,clothesc; }
  2. // Save Clothes Color == the player equip the item ? // Put Clothes == unequip ?
  3. i think you need 201705 and more for that
  4. the sql update when you login or when you use the script you just need to make sure that the line called everytime you want to save new value so i see here in the photo you are using another style and when you back to your style you back to the old color try that>> when you talk to the npc he will save the color value first then he will ask you to change your style ? ok change your style and when you get back to your old style make the npc restore your color after he gives you your old style back if you put the script it would be easier for us
  5. .@charid = getcharid(0); query_sql( "SELECT `clothes_color` FROM `char` WHERE `char_id` = '"+.@charid+"'",.@clothesc ); now .@clothesc = the color you can save it to char variables or else where and call it when you want it if you put the script here it would be easier for us to help
  6. I don't know what Bro but rAthena follow Kro and this is a client side error not server error so everything work fine in rAthena
  7. make sure they are in the instance_db.txt (all their maps) and that their quests in the quest_db.txt if you are using pre-renewal you have to add them in instance_db.txt cuz they are not by default
  8. - script pvp_map -1,{ OnPCLoadMapEvent: getmapxy .@ma$,.@ax,.@ay,0; if(.@ma$ == "pay_fild08") { message strcharinfo(0),"The map is currently in PVP mode so be ready!"; } } pay_fild08 mapflag loadevent
  9. switch (BaseClass) {case Job_Acolyte: bonus bAllStats,10; break; case Job_Thief: bonus bAllStats,20; break;} if Acolyte and up 10 all stats if Thief and up 20 all stats
  10. only champ and only thief ? or up and down classes ?
  11. you can use switch (BaseJob) or switch (BaseClass) if you want
  12. i think all rathena developers work as they can to make rathena support all kro feature Be patient
  13. TRY data\LuaFiles514\Lua Files\SignBoardList.lub
  14. no need for it remove it or leave it as it is rathena now ignore the version
  15. what you get in the terminal when you @reloadscript or when you use the npc ?
  16. try to do it your self you wont learn how until you start with some script you have an idea so this is your chance
  17. maybe someone would share it with you but i don't think it posted anywhere yet so don't search just wait for someone and i don't think it's stable enough to be shared (just my opinion).
  18. make backup from your client try to highlight only what green from the right and try to type there(do not edit what after the dot i don't know how you edit in the program you have but i think as i told you and save as .exe
  19. this need a hex edit B9 CC BF CF B7 E1 = something like (not completed) you want to think about a word that would be short to be there you have (B9 CC BF CF B7 E1 00 00) if you still wanna do it i would give you the rest
  20. did you use this ? https://github.com/zackdreaver/ROenglishRE/ for english
  21. try it like that and see if it work 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 19 Enable Title Bar Menu 33 Always Call SelectKoreaClientInfo() (Recommended) 35 Read Data Folder First 37 Read questid2display.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 46 Use Normal Guild Brackets (Recommended) 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 53 Use Ascii on All LangTypes (Recommended) 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 84 Remove Serial Display (Recommended) 90 Enable DNS Support (Recommended) 97 Cancel to Login Window (Recommended) 213 Disable Help Message on Login (Recommended)
×
×
  • Create New...