max65 Posted October 20, 2018 Group: Members Topic Count: 46 Topics Per Day: 0.02 Content Count: 120 Reputation: 1 Joined: 10/02/18 Last Seen: February 18, 2022 Share Posted October 20, 2018 (edited) Hi, can you tell me how solved that plz? thx for your repply ^^ Edited October 25, 2018 by max65 Quote Link to comment Share on other sites More sharing options...
0 Radian Posted October 20, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted October 20, 2018 Just replace those you can see the list here https://github.com/rathena/rathena/blob/master/src/map/script_constants.hpp#L3707 1 Quote Link to comment Share on other sites More sharing options...
0 max65 Posted October 20, 2018 Group: Members Topic Count: 46 Topics Per Day: 0.02 Content Count: 120 Reputation: 1 Joined: 10/02/18 Last Seen: February 18, 2022 Author Share Posted October 20, 2018 (edited) thx i will try not working =s have a same problem Edited October 20, 2018 by max65 Quote Link to comment Share on other sites More sharing options...
0 Scanty Posted October 20, 2018 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 94 Reputation: 35 Joined: 11/08/15 Last Seen: Monday at 06:46 PM Share Posted October 20, 2018 16 minutes ago, max65 said: not working =s have a same problem 'E_GASP': 'ET_SURPRISE', 'E_WHAT': 'ET_QUESTION', 'E_HO': 'ET_DELIGHT', 'E_LV': 'ET_THROB', 'E_SWT': 'ET_SWEAT', 'E_IC': 'ET_AHA', 'E_AN': 'ET_FRET', 'E_AG': 'ET_ANGER', 'E_CASH': 'ET_MONEY', 'E_DOTS': 'ET_THINK', 'E_SCISSORS': 'ET_SCISSOR', 'E_ROCK': 'ET_ROCK', 'E_PAPER': 'ET_WRAP', 'E_KOREA': 'ET_FLAG', 'E_LV2': 'ET_BIGTHROB', 'E_THX': 'ET_THANKS', 'E_WAH': 'ET_KEK', 'E_SRY': 'ET_SORRY', 'E_HEH': 'ET_SMILE', 'E_SWT2': 'ET_PROFUSELY_SWEAT', 'E_HMM': 'ET_SCRATCH', 'E_NO1': 'ET_BEST', 'E_NO': 'ET_STARE_ABOUT', 'E_OMG': 'ET_HUK', 'E_OH': 'ET_O', 'E_X': 'ET_X', 'E_HLP': 'ET_HELP', 'E_GO': 'ET_GO', 'E_SOB': 'ET_CRY', 'E_GG': 'ET_KIK', 'E_KIS': 'ET_CHUP', 'E_KIS2': 'ET_CHUPCHUP', 'E_PIF': 'ET_HNG', 'E_OK': 'ET_OK', 'E_MUTE': 'ET_CHAT_PROHIBIT', 'E_INDONESIA': 'ET_INDONESIA_FLAG', 'E_BZZ': 'ET_STARE', 'E_RICE': 'ET_HUNGRY', 'E_AWSM': 'ET_COOL', 'E_MEH': 'ET_MERONG', 'E_SHY': 'ET_SHY', 'E_PAT': 'ET_GOODBOY', 'E_MP': 'ET_SPTIME', 'E_SLUR': 'ET_SEXY', 'E_COM': 'ET_COMEON', 'E_YAWN': 'ET_SLEEPY', 'E_GRAT': 'ET_CONGRATULATION', 'E_HP': 'ET_HPTIME', 'E_PHILIPPINES': 'ET_PH_FLAG', 'E_MALAYSIA': 'ET_MY_FLAG', 'E_SINGAPORE': 'ET_SI_FLAG', 'E_BRAZIL': 'ET_BR_FLAG', 'E_FLASH': 'ET_SPARK', 'E_SPIN': 'ET_CONFUSE', 'E_SIGH': 'ET_OHNO', 'E_DUM': 'ET_HUM', 'E_LOUD': 'ET_BLABLA', 'E_OTL': 'ET_OTL', 'E_DICE1': 'ET_DICE1', 'E_DICE2': 'ET_DICE2', 'E_DICE3': 'ET_DICE3', 'E_DICE4': 'ET_DICE4', 'E_DICE5': 'ET_DICE5', 'E_DICE6': 'ET_DICE6', 'E_INDIA': 'ET_INDIA_FLAG', 'E_LUV': 'ET_LUV', 'E_RUSSIA': 'ET_FLAG8', 'E_VIRGIN': 'ET_FLAG9', 'E_MOBILE': 'ET_MOBILE', 'E_MAIL': 'ET_MAIL', 'E_CHINESE': 'ET_ANTENNA0', 'E_ANTENNA1': 'ET_ANTENNA1', 'E_ANTENNA2': 'ET_ANTENNA2', 'E_ANTENNA3': 'ET_ANTENNA3', 'E_HUM': 'ET_HUM2', 'E_ABS': 'ET_ABS', 'E_OOPS': 'ET_OOPS', 'E_SPIT': 'ET_SPIT', 'E_ENE': 'ET_ENE', 'E_PANIC': 'ET_PANIC', 'E_WHISP': 'ET_WHISP', 'E_YUT1': 'ET_YUT1', 'E_YUT2': 'ET_YUT2', 'E_YUT3': 'ET_YUT3', 'E_YUT4': 'ET_YUT4', 'E_YUT5': 'ET_YUT5', 'E_YUT6': 'ET_YUT6', 'E_YUT7': 'ET_YUT7', 'E_MAX': 'ET_MAX' just change for example: "E_GG" to "ET_KIK". 1 Quote Link to comment Share on other sites More sharing options...
0 max65 Posted October 24, 2018 Group: Members Topic Count: 46 Topics Per Day: 0.02 Content Count: 120 Reputation: 1 Joined: 10/02/18 Last Seen: February 18, 2022 Author Share Posted October 24, 2018 (edited) hhhmmm i think i dont understand because i have try many handling but have same problem can you give the good code plz? export_constant(ET_SURPRISE); export_constant(ET_QUESTION); export_constant(ET_DELIGHT); export_constant(ET_THROB); export_constant(ET_SWEAT); export_constant(ET_AHA); export_constant(ET_FRET); export_constant(ET_ANGER); export_constant(ET_MONEY); export_constant(ET_THINK); export_constant(ET_SCISSOR); export_constant(ET_ROCK); export_constant(ET_WRAP); export_constant(ET_FLAG); export_constant(ET_BIGTHROB); export_constant(ET_THANKS); export_constant(ET_KEK); export_constant(ET_SORRY); export_constant(ET_SMILE); export_constant(ET_PROFUSELY_SWEAT); export_constant(ET_SCRATCH); export_constant(ET_BEST); export_constant(ET_STARE_ABOUT); export_constant(ET_HUK); export_constant(ET_O); export_constant(ET_X); export_constant(ET_HELP); export_constant(ET_GO); export_constant(ET_CRY); export_constant(ET_KIK); export_constant(ET_CHUP); export_constant(ET_CHUPCHUP); export_constant(ET_HNG); export_constant(ET_OK); export_constant(ET_CHAT_PROHIBIT); export_constant(ET_INDONESIA_FLAG); export_constant(ET_STARE); export_constant(ET_HUNGRY); export_constant(ET_COOL); export_constant(ET_MERONG); export_constant(ET_SHY); export_constant(ET_GOODBOY); export_constant(ET_SPTIME); export_constant(ET_SEXY); export_constant(ET_COMEON); export_constant(ET_SLEEPY); export_constant(ET_CONGRATULATION); export_constant(ET_HPTIME); export_constant(ET_PH_FLAG); export_constant(ET_MY_FLAG); export_constant(ET_SI_FLAG); export_constant(ET_BR_FLAG); export_constant(ET_SPARK); export_constant(ET_CONFUSE); export_constant(ET_OHNO); export_constant(ET_HUM); export_constant(ET_BLABLA); export_constant(ET_OTL); export_constant(ET_DICE1); export_constant(ET_DICE2); export_constant(ET_DICE3); export_constant(ET_DICE4); export_constant(ET_DICE5); export_constant(ET_DICE6); export_constant(ET_INDIA_FLAG); export_constant(ET_LUV); export_constant(ET_FLAG8); export_constant(ET_FLAG9); export_constant(ET_MOBILE); export_constant(ET_MAIL); export_constant(ET_ANTENNA0); export_constant(ET_ANTENNA1); export_constant(ET_ANTENNA2); export_constant(ET_ANTENNA3); export_constant(ET_HUM2); export_constant(ET_ABS); export_constant(ET_OOPS); export_constant(ET_SPIT); export_constant(ET_ENE); export_constant(ET_PANIC); export_constant(ET_WHISP); export_constant(ET_YUT1); export_constant(ET_YUT2); export_constant(ET_YUT3); export_constant(ET_YUT4); export_constant(ET_YUT5); export_constant(ET_YUT6); export_constant(ET_YUT7); /* emoticons deprecated */ script_set_constant("E_GASP",ET_SURPRISE,false,true); script_set_constant("E_WHAT",ET_QUESTION,false,true); script_set_constant("E_HO",ET_DELIGHT,false,true); script_set_constant("E_LV",ET_THROB,false,true); script_set_constant("E_SWT",ET_SWEAT,false,true); script_set_constant("E_IC",ET_AHA,false,true); script_set_constant("E_AN",ET_FRET,false,true); script_set_constant("E_AG",ET_ANGER,false,true); script_set_constant("E_CASH",ET_MONEY,false,true); script_set_constant("E_DOTS",ET_THINK,false,true); script_set_constant("E_SCISSORS",ET_SCISSOR,false,true); script_set_constant("E_ROCK",ET_ROCK,false,true); script_set_constant("E_PAPER",ET_WRAP,false,true); script_set_constant("E_KOREA",ET_FLAG,false,true); script_set_constant("E_LV2",ET_BIGTHROB,false,true); script_set_constant("E_THX",ET_THANKS,false,true); script_set_constant("E_WAH",ET_KEK,false,true); script_set_constant("E_SRY",ET_SORRY,false,true); script_set_constant("E_HEH",ET_SMILE,false,true); script_set_constant("E_SWT2",ET_PROFUSELY_SWEAT,false,true); script_set_constant("E_HMM",ET_SCRATCH,false,true); script_set_constant("E_NO1",ET_BEST,false,true); script_set_constant("E_NO",ET_STARE_ABOUT,false,true); script_set_constant("E_OMG",ET_HUK,false,true); script_set_constant("E_OH",ET_O,false,true); script_set_constant("E_X",ET_X,false,true); script_set_constant("E_HLP",ET_HELP,false,true); script_set_constant("E_GO",ET_GO,false,true); script_set_constant("E_SOB",ET_CRY,false,true); script_set_constant("E_GG",ET_KIK,false,true); script_set_constant("E_KIS",ET_CHUP,false,true); script_set_constant("E_KIS2",ET_CHUPCHUP,false,true); script_set_constant("E_PIF",ET_HNG,false,true); script_set_constant("E_OK",ET_OK,false,true); script_set_constant("E_MUTE",ET_CHAT_PROHIBIT,false,true); script_set_constant("E_INDONESIA",ET_INDONESIA_FLAG,false,true); script_set_constant("E_BZZ",ET_STARE,false,true); script_set_constant("E_RICE",ET_HUNGRY,false,true); script_set_constant("E_AWSM",ET_COOL,false,true); script_set_constant("E_MEH",ET_MERONG,false,true); script_set_constant("E_SHY",ET_SHY,false,true); script_set_constant("E_PAT",ET_GOODBOY,false,true); script_set_constant("E_MP",ET_SPTIME,false,true); script_set_constant("E_SLUR",ET_SEXY,false,true); script_set_constant("E_COM",ET_COMEON,false,true); script_set_constant("E_YAWN",ET_SLEEPY,false,true); script_set_constant("E_GRAT",ET_CONGRATULATION,false,true); script_set_constant("E_HP",ET_HPTIME,false,true); script_set_constant("E_PHILIPPINES",ET_PH_FLAG,false,true); script_set_constant("E_MALAYSIA",ET_MY_FLAG,false,true); script_set_constant("E_SINGAPORE",ET_SI_FLAG,false,true); script_set_constant("E_BRAZIL",ET_BR_FLAG,false,true); script_set_constant("E_FLASH",ET_SPARK,false,true); script_set_constant("E_SPIN",ET_CONFUSE,false,true); script_set_constant("E_SIGH",ET_OHNO,false,true); script_set_constant("E_DUM",ET_HUM,false,true); script_set_constant("E_LOUD",ET_BLABLA,false,true); script_set_constant("E_OTL",ET_OTL,false,true); script_set_constant("E_DICE1",ET_DICE1,false,true); script_set_constant("E_DICE2",ET_DICE2,false,true); script_set_constant("E_DICE3",ET_DICE3,false,true); script_set_constant("E_DICE4",ET_DICE4,false,true); script_set_constant("E_DICE5",ET_DICE5,false,true); script_set_constant("E_DICE6",ET_DICE6,false,true); script_set_constant("E_INDIA",ET_INDIA_FLAG,false,true); script_set_constant("E_LUV",ET_LUV,false,true); script_set_constant("E_RUSSIA",ET_FLAG8,false,true); script_set_constant("E_VIRGIN",ET_FLAG9,false,true); script_set_constant("E_MOBILE",ET_MOBILE,false,true); script_set_constant("E_MAIL",ET_MAIL,false,true); script_set_constant("E_CHINESE",ET_ANTENNA0,false,true); script_set_constant("E_ANTENNA1",ET_ANTENNA1,false,true); script_set_constant("E_ANTENNA2",ET_ANTENNA2,false,true); script_set_constant("E_ANTENNA3",ET_ANTENNA3,false,true); script_set_constant("E_HUM",ET_HUM2,false,true); script_set_constant("E_ABS",ET_ABS,false,true); script_set_constant("E_OOPS",ET_OOPS,false,true); script_set_constant("E_SPIT",ET_SPIT,false,true); script_set_constant("E_ENE",ET_ENE,false,true); script_set_constant("E_PANIC",ET_PANIC,false,true); script_set_constant("E_WHISP",ET_WHISP,false,true); script_set_constant("E_YUT1",ET_YUT1,false,true); script_set_constant("E_YUT2",ET_YUT2,false,true); script_set_constant("E_YUT3",ET_YUT3,false,true); script_set_constant("E_YUT4",ET_YUT4,false,true); script_set_constant("E_YUT5",ET_YUT5,false,true); script_set_constant("E_YUT6",ET_YUT6,false,true); script_set_constant("E_YUT7",ET_YUT7,false,true); Edited October 30, 2018 by Emistry Please use codebox Quote Link to comment Share on other sites More sharing options...
0 Radian Posted October 24, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted October 24, 2018 Post your script in here. Quote Link to comment Share on other sites More sharing options...
0 max65 Posted October 25, 2018 Group: Members Topic Count: 46 Topics Per Day: 0.02 Content Count: 120 Reputation: 1 Joined: 10/02/18 Last Seen: February 18, 2022 Author Share Posted October 25, 2018 script_constants.hpp thx for your repply guys really ^^ you use your time for me Quote Link to comment Share on other sites More sharing options...
0 max65 Posted October 25, 2018 Group: Members Topic Count: 46 Topics Per Day: 0.02 Content Count: 120 Reputation: 1 Joined: 10/02/18 Last Seen: February 18, 2022 Author Share Posted October 25, 2018 So... have understand and now its solved ! sorry for this post and thx all Quote Link to comment Share on other sites More sharing options...
Question
max65
Hi, can you tell me how solved that plz?
thx for your repply ^^
Edited by max65Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.