Jump to content

allofeve

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by allofeve

  1. How to add Custom Job for rAthena server

    Server Config
    1. src\common\mmo.h

    JOB_REBELLION = 4215,
    	
    // custom job
    JOB_AKATSUKI = 4230,
    
    JOB_MAX,
    

    2. src\map\map.h

    MAPID_BABY_CHASER,
    
    //custom job
    MAPID_AKATSUKI = 0x11,
    };
    

    3. src\map\pc.c

    case JOB_BABY_CHASER:           return MAPID_BABY_CHASER;
    
    // custom job
    case JOB_AKATSUKI:              return MAPID_AKATSUKI;
    
    default:
    return -1;
    
    }
    
    case MAPID_BABY_CHASER:           return JOB_BABY_CHASER;
    
    // custom job
    case MAPID_AKATSUKI:              return JOB_AKATSUKI;
    
    default:
    return -1;
    
    }
    
    case JOB_REBELLION:
    return msg_txt(NULL,695);
    	
    // custom job
    case JOB_AKATSUKI:
    return msg_txt(NULL,700);
    
    default:
    return msg_txt(NULL,655);
    
    } 

    4. src\map\itemdb.c

    if (jobmask & 1<<30) //Rebellion
    bclass[1] |= 1<<MAPID_GUNSLINGER;
    		
    // custom job
    if (jobmask & 1<<31) //Akatsuki
    bclass[0] |= 1<<MAPID_AKATSUKI;
    
    }
    

    5. src\char\inter.c

    case JOB_KAGEROU:
    case JOB_OBORO:
    return msg_txt(103 - JOB_KAGEROU+class_);
    		
    // custom job
    case JOB_AKATSUKI:
    return msg_txt(700);
    
    default:
    return msg_txt(106);
    
    } 

    6. db\const.txt

    Job_Rebellion  4215
    
    // custom job
    Job_Akatsuki  4230
    
    EAJ_BABY_CHASER		0x6206
    
    // custom job
    EAJ_AKATSUKI	0x6300
    

    7. db\pre-re\job_exp.txt (for pre-renewal),  db\re\job_exp.txt (for renewal)

    //Base - custom job
    99,4216:4217:4218:4219:4220:4221:4222:4223:4224:4225:4226:4227:4228:4229:4230,0,350,550,900,1500,2200,3200,3800,4200,4550,5000,5500,6000,6100,6350,6700,7350,8000,8400,8800,9200,9700,10300,11000,11800,13000,14000,15000,16000,17000,18000,19000,20000,21000,22000,23200,24000,26000,27500,29000,30000,31500,33000,34000,36000,37500,38000,40000,42000,44500,47000,49000,51000,53000,55000,57000,59000,61500,63000,65000,67000,69000,70000,73000,77000,80000,84000,88000,91000,95000,110000,128000,140000,155000,163000,170000,180000,188000,195000,200000,230000,260000,300000,350000,400000,480000,550000,600000,680000,750000,900000,1000000,1200000,1500000,1800000,2100000,2400000,2800000,3300000,4000000,4015999,4032062,4048190,4064382,4080639,4096961,4113348,4129801,4146319,4162904,4179555,4196273,4213057,4229909,4246828,4263815,4280870,4297993,4315184,4332444,4349773,4367171,4384639,4402177,4419785,4437463,4455212,4473032,4490923,4508886,4526921,4545028,4563207,4581459,4599784,4618182,4636654,4655200,4673820,4692515,4711284,4730128,4749048,4768043,4787114,4806262,4825486,4844787,4864165,4883621,4903155,4922767,4942457,4962226,4982074,5002002,5022009,5042096,5062264,5082512,5102841,5123252,5143744,5164318,5184975,5205714,5226536,5247441,5268430,5289503,5310660,5331902,5353229,5374641,5396139,5417723,5439393,5461150,5482994,5504925,5526944,5549051,5571246,5593530,5615903,5638366,5660919,5683562,5706295,5729119,5752035,5775042,5798141,5821333,5844618,5867996,5891467,5915032,5938691,5962445,5986294,6010238,6034278,6058414,6082647,6106977,6131404,6155929,6180552,6205273,6230093,6255013,6280032,6305151,6330371,6355692,6381114,6406638,6432264,6457992,6483823,6509757,6535795,6561937,6588184,6614536,6640993,6667556,6694225,6721001,6747884,6774875,6801974,6829181,6856497,6883922,6911457,6939102,6966858,6994725,7022703,7050793,7078995,7107310,7135738,7164280,7192936,7221707,7250593,7279594,7308712,7337946,7367297,7396765,7426351,7456056,7485879,7515822,7545884,7576067,7606370,7636795,7667341,7698009,7728800,7759714,7790752,7821914,7853201,7884613,7916151,7947815,7979605,8011523,8043568,8075741,8108043,8140474,8173035,8205726,8238548,8271501,8304586,8337803,8371153,8404637,8438255,8472007,8505894,8539917,8574076,8608371,8642804,8677374,8712083,8746930,8781917,8817044,8852311,8887719,8923269,8958961,8994796,9030774,9066896,9103163,9139575,9176132,9212836,9249686,9286684,9323830,9361124,9398568,9436161,9473905,9511800,9549846,9588044,9626395,9664900,9703559,9742372,9781340,9820464,9859745,9899183,9938779,9978533,10018446,10058519,10098752,10139146,10179702,10220420,10261301,10302345,10343553,10384926,10426465,10468170,10510042,10552081,10594288,10636664,10679210,10721926,10764813,10807871,10851101,10894504,10938081,10981832,11025758,11069860,11114138,11158593,11203226,11248038,11293029,11338200,11383552,11429085,11474800,11520698,11566780,11613046,11659497,11706134,11752957,11799968,11847167,11894555,11942132,11989899,12037857,12086007,12134350,12182886,12231616,12280541,12329662,12378980,12428495,12478208,12528120,12578231,12628543,12679056,12729771,12780689,12831811,12883137,12934668,12986406,13038350,13090502,13142863,13195433,13248214,13301206,13354410,13407826,13461456,13515301,13569361,13623637,13678130,13732841,13787771,13842921,13898291,13953883,14009697,14065735,14121997,14178484,14235197,14292137,14349304,14406700,14464326,14522182,14580269,14638589,14697142,14755929,14814951,14874210,14933706,14993440,15053412,15113624,15174077,15234772,15295710,15356892,15418318,15479990,15541909,15604075,15666490,15729155,15792070,15855237,15918657,15982330,16046258,16110442,16174882,16239580,16304537,16369754,16435232,16500972,16566975,16633242,16699774,16766572,16833637,16900969,16968571,17036445,17104588,17173005,17241695,17310661,17379901,17449418,17519214,17589289,17659644,17730281,17801200,17872403,17943892,18015666,18087727,18160077,18232715,18305645,18378865,18452378,18526186,18600289,18674688,18749385,18824380,18899676,18975273,19051172,19127375,19203884,19280698,19357819,19435250,19512989,19591038,19669401,19748076,19827067,19906375,19986000,20065942,20146204,20226787,20307694,20388923,20470478,20552358,20634566,20717103,20799971,20883170,20966701,21050565,21134765,21219301,21304176,21389391,21474948,21560846,21647088,21733675,21820609,21907889,21995518,22083498,22171830,22260516,22349556,22438953,22528706,22618819,22709294,22800130,22891329,22982892,23074822,23167120,23259787,23352825,23446234,23540017,23634174,23728709,23823621,23918913,24014586,24110643,24207085,24303911,24401126,24498729,24596721,24695105,24793883,24893058,24992628,25092597,25192965,25293734,25394907,25496486,25598470,25700862,25803664,25906877,26010502,26114542,26218998,26323872,26429166,26534881,26641018,26747580,26854568,26961984,27069830,27178107,27286819,27395965,27505546,27615566,27726026,27836928,27948274,28060065,28172302,28284989,28398126,28511717,28625761,28740261,28855219,28970639,29086521,29202864,29319673,29436949,29554694,29672911,29791602,29910766,30030407,30150528,30271128,30392210,30513777,30635829,30758369,30881399,31004924,31128942,31253456,31378468,31503980,31629994,31756512,31883536,32011068,32139110,32267664,32396732,32526317,32656419,32787043,32918190,33049861,33182057,33314782,33448039,33581830,33716157,33851018,33986418,34122359,34258847,34395881,34533461,34671592,34810276,34949515,35089312,35229667,35370584,35512064,35654110,35796726,35939913,36083669,36228000,36372910,36518401,36664471,36811127,36958370,37106199,37254622,37403640,37553252,37703463,37854275,38005691,38157712,38310340,38463579,38617432,38771899,38926985,39082689,39239016,39395970,39553549,39711760,39870604,40030084,40190202,40350958,40512361,40674407,40837103,41000450,41164447,41329103,41494418,41660391,41827031,41994337,42162311,42330959,42500281,42670278,42840958,43012321,43184367,43357103,43530530,43704647,43879464,44054979,44231197,44408118,44585750,44764092,44943146,45122914,45303401,45484611,45666548,45849211,46032606,46216736,46401600,46587204,46773550,46960643,47148484,47337075,47526421,47716523,47907387,48099015,48291409,48484571,48678507,48873219,49068710,49264984,49462041,49659885,49858520,50057951,50258181,50459210,50661042,50863681,51067132,51271397,51476478,51682383,51889110,52096665,52305047,52514265,52724318,52935214,53146954,53359537,53572971,53787261,54002406,54218414,54435286,54653026,54871633,55091115,55311477,55532719,55754848,55977864,56201772,56426576,56652279,56878886,57106400,57334822,57564160,57794413,58025586,58257683,58490711,58724671,58959567,59195403,59432182,59669909,59908584,60148215,60388805,60630356,60872874,61116360,61360822,61606264,61852685,62100091,62348489,62597878,62848268,63099657,63352051,63605456,63859874,64115308,64371765,64629247,64887761,65147307,65407893,65669520,65932194,66195917,66460696,66726535,66993438,67261410,67530450,67800566,68071766,68344051,68617420,68891890,69167452,69444122,69721892,70000771,70280767,70561887,70844131,71127500,71412010,71697652,71984434,72272366,72561453,72851698,73143099,73435664,73729402,74024313,74320405,74617685,74916154,75215812,75516667,75818726,76121999,76426484,76732181,77039108,77347256,77656641,77967262,78279129,78592240,78906604,79222230,79539116,79857272,80176696,80497398,80819385,81142657,81467222,81793088,82120256,82448732,82778526,83109637,83442074,83775835,84110931,84447367,84785153,85124288,85464780,85806638,86149862,86494459,86840429,87187789,87536538,87886677,88238222,88591172,88945528,89301305,89658504,90017133,90377199,90738704,91101654,91466057,91831915,92199234,92568024,92938291,93310036,93683267,94057992,94434219,94811948,95191194,95571951,95954234,96338043,96723387,97110272,97498708,97888693,98280245,98673363,99068048,99464315,99862164,100261603,100662641,101065285,101469543,101875416,102282912,102692038,103102802,103515205,103929263,104344975,104762350,105181396,105602112,106024515,106448604,106874396,107301892,107731090,108162006,108594650,109029020,109465134,109902990,110342598,110783964,111227098,111671998,112118682,112567148,113017414,113469479,113923352,114379039,114836550,115295892,115757065,116220086,116684962,117151693,117620296,118090771,118563124,119037366,119513511,119991559,120471520,120953399,121437207,121922950,122410637,122900276,123391866,123885425,124380959,124878477,125377987,125879489,126382999,126888525,127396075,127905649,128417264,128930926,129446645,129964427,130484275,131006202,131530218,132056330,132584546,133114875,133647324,134181910,134718632,135257491,135798510,136341699,136887055,137434597,137984323,138536250,139090393,139646754,140205331,140766142,141329201,141894509,142462082,143031920,143604040,144178440,144755138,145334149,145915473
    
    //Job - custom job
    50,4216:4217:4218:4219:4220:4221:4222:4223:4224:4225:4226:4227:4228:4229:4230,1,150,340,550,760,990,1250,1600,1980,2340,2740,3140,3950,4510,5210,5950,7000,8150,9130,10220,11480,12780,14090,15560,16980,18620,20280,21780,24510,27000,29000,31000,36000,39000,41000,45000,49000,51900,55000,59450,64630,70030,74940,79800,84630,89610,95170,100420,107250,112070,118120,120482,122891,125348,127854,130411,133019,135679,138392,141159,143982,146861,149798,152793,155848,158964,162143,165385,168692,172065,175506,179016,182596,186247,189971,193770,197645,201597,205628,209740,213934,218212,222576,227027,231567,236198,240921,245739,250653,255666,260779,265994,271313,276739,282273,287918,293676,299549,305539,311649,317881,324238,330722,337336,344082,350963,357982,365141,372443,379891,387488,395237,403141,411203,419427,427815,436371,445098,453999,463078,472339,481785,491420,501248,511272,521497,531926,542564,553415,564483,575772,587287,599032,611012,623232,635696,648409,661377,674604,688096,701857,715894,730211,744815,759711,774905,790403,806211,822335,838781,855556,872667,890120,907922,926080,944601,963493,982762,1002417,1022465,1042914,1063772,1085047,1106747,1128881,1151458,1174487,1197976,1221935,1246373,1271300,1296725,1322659,1349112,1376094,1403615,1431687,1460320,1489526,1519316,1549702,1580696,1612309,1644555,1677446,1710994,1745213,1780117,1815719,1852033,1889073,1926854,1965391,2004698,2044791,2085686,2127399,2169946,2213344,2257610,2302762,2348817,2395793,2443708,2492582,2542433,2593281,2645146,2698048,2752008,2807048,2863188,2920451,2978859,3038436,3099204,3161188,3224411,3288899,3354676,3421769,3490204,3560008,3631208,3703832,3777908,3853466,3930535,4009145,4089327,4171113,4254535,4339625,4426417,4514945,4605243,4697347,4791293,4887118,4984860,5084557,5186248,5289972,5395771,5503686,5613759,5726034,5840554,5957364,6076511,6198041,6322001,6448440,6577408,6708956,6843134
     

    8. db\pre-re\job_db1.txt (for pre-renewal), db\re\job_db1.txt (for renewal)

    // custom job
    4230,	26000,80   ,0    ,300  ,440  ,470  ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,590  ,2000 ,500
    

    9. db\job_db2.txt

    // custom job
    4230,2,2,0,0,0,0,0,0,0,5,2,0,0,0,0,0,0,0,0,4,2,5,0,0,0,0,0,0,4,6,2,5,0,0,0,0,0,0,0,6,2,4,5,0,0,0,0,0,0,4,2,6,5,0,0,0,0,0,1,3,2,4,5,6,0,0,0,0,0,0
    

    10. conf\msg_conf\char_msg.conf

    211: Payment for your auction!.
    
    // custom job
    700: Akatsuki
    

    11. db\pre-re\skill_tree.txt (for pre-renewal), db\re\skill_tree.txt (for renewal)

    4215,2571,5,2569,3,0,0,0,0,0,0,0,0 //RL_HAMMER_OF_GOD#Hammer of God#
    
    // custom job
    4230,1,9,0,0,0,0,0,0,0,0,0,0 //NV_BASIC#Basic Skill#
    

    12. conf\help.txt

    " 4048 Star Gladiator (Union)\n"
    "---- Custom Jobs ----\n"
    "4230 Akatsuki \n"
    

    13. Compile rAthena Server

     

    Data Client Config

    use Nemo diff Enable Custom Job

     

    1. data\luafiles514\lua files\admin\PCIds.lub

    JT_2004_JOB_LAST = 4217,
    	
    -- custom job
    JT_AKATSUKI = 4230,
    
    }
    

    2. data\luafiles514\lua files\admin\PCNames.lub

    [PCJobTable.JT_REBELLION] 			=	"Rebellion",
    
    -- custom job
    [PCJobTable.JT_AKATSUKI] 			=	"Akatsuki",
    
    }
    

    3. data\luafiles514\lua files\admin\PCPaths.lub

    [PCJobTable.JT_PECO_REBELLION] 	=	"peco_rebellion",
    
    -- custom job
    [PCJobTable.JT_AKATSUKI] 		=	"akatsuki",
    
    }
    

    4. data\luafiles514\lua files\admin\PCHands.lub

    [PCJobTable.JT_REBELLION] 	=	"rebellion\\rebellion",
    
    -- custom job
    [PCJobTable.JT_AKATSUKI] 	=	"akatsuki\\akatsuki",
    
    }
    

    5. data\luafiles514\lua files\admin\PCPals.lub

    [PCJobTable.JT_OBORO] 				=	"OBORO",
    
    -- custom job
    [PCJobTable.JT_AKATSUKI] 			=	"akatsuki",
    
    }
    

    6. add akatsuki sprite file

    data\sprite\인간족\몸통\남\akatsuki_남.act

    data\sprite\인간족\몸통\남\akatsuki_남.spr

     

    data\sprite\인간족\몸통\여\akatsuki_여.act

    data\sprite\인간족\몸통\여\akatsuki_여.spr

    • Love 1
  2. Sorry I'm wrong and this is the right thing.

     

    db\re\job_exp.txt

    //custom job akatsuki base level
    99,4216:4217:4218:4219:4220:4221:4222:4223:4224:4225:4226:4227:4228:4229:4230,0,350,550,900,1500,2200,3200,3800,4200,4550,5000,5500,6000,6100,6350,6700,7350,8000,8400,8800,9200,9700,10300,11000,11800,13000,14000,15000,16000,17000,18000,19000,20000,21000,22000,23200,24000,26000,27500,29000,30000,31500,33000,34000,36000,37500,38000,40000,42000,44500,47000,49000,51000,53000,55000,57000,59000,61500,63000,65000,67000,69000,70000,73000,77000,80000,84000,88000,91000,95000,110000,128000,140000,155000,163000,170000,180000,188000,195000,200000,230000,260000,300000,350000,400000,480000,550000,600000,680000,750000,900000,1000000,1200000,1500000,1800000,2100000,2400000,2800000,3300000,4000000,4015999,4032062,4048190,4064382,4080639,4096961,4113348,4129801,4146319,4162904,4179555,4196273,4213057,4229909,4246828,4263815,4280870,4297993,4315184,4332444,4349773,4367171,4384639,4402177,4419785,4437463,4455212,4473032,4490923,4508886,4526921,4545028,4563207,4581459,4599784,4618182,4636654,4655200,4673820,4692515,4711284,4730128,4749048,4768043,4787114,4806262,4825486,4844787,4864165,4883621,4903155,4922767,4942457,4962226,4982074,5002002,5022009,5042096,5062264,5082512,5102841,5123252,5143744,5164318,5184975,5205714,5226536,5247441,5268430,5289503,5310660,5331902,5353229,5374641,5396139,5417723,5439393,5461150,5482994,5504925,5526944,5549051,5571246,5593530,5615903,5638366,5660919,5683562,5706295,5729119,5752035,5775042,5798141,5821333,5844618,5867996,5891467,5915032,5938691,5962445,5986294,6010238,6034278,6058414,6082647,6106977,6131404,6155929,6180552,6205273,6230093,6255013,6280032,6305151,6330371,6355692,6381114,6406638,6432264,6457992,6483823,6509757,6535795,6561937,6588184,6614536,6640993,6667556,6694225,6721001,6747884,6774875,6801974,6829181,6856497,6883922,6911457,6939102,6966858,6994725,7022703,7050793,7078995,7107310,7135738,7164280,7192936,7221707,7250593,7279594,7308712,7337946,7367297,7396765,7426351,7456056,7485879,7515822,7545884,7576067,7606370,7636795,7667341,7698009,7728800,7759714,7790752,7821914,7853201,7884613,7916151,7947815,7979605,8011523,8043568,8075741,8108043,8140474,8173035,8205726,8238548,8271501,8304586,8337803,8371153,8404637,8438255,8472007,8505894,8539917,8574076,8608371,8642804,8677374,8712083,8746930,8781917,8817044,8852311,8887719,8923269,8958961,8994796,9030774,9066896,9103163,9139575,9176132,9212836,9249686,9286684,9323830,9361124,9398568,9436161,9473905,9511800,9549846,9588044,9626395,9664900,9703559,9742372,9781340,9820464,9859745,9899183,9938779,9978533,10018446,10058519,10098752,10139146,10179702,10220420,10261301,10302345,10343553,10384926,10426465,10468170,10510042,10552081,10594288,10636664,10679210,10721926,10764813,10807871,10851101,10894504,10938081,10981832,11025758,11069860,11114138,11158593,11203226,11248038,11293029,11338200,11383552,11429085,11474800,11520698,11566780,11613046,11659497,11706134,11752957,11799968,11847167,11894555,11942132,11989899,12037857,12086007,12134350,12182886,12231616,12280541,12329662,12378980,12428495,12478208,12528120,12578231,12628543,12679056,12729771,12780689,12831811,12883137,12934668,12986406,13038350,13090502,13142863,13195433,13248214,13301206,13354410,13407826,13461456,13515301,13569361,13623637,13678130,13732841,13787771,13842921,13898291,13953883,14009697,14065735,14121997,14178484,14235197,14292137,14349304,14406700,14464326,14522182,14580269,14638589,14697142,14755929,14814951,14874210,14933706,14993440,15053412,15113624,15174077,15234772,15295710,15356892,15418318,15479990,15541909,15604075,15666490,15729155,15792070,15855237,15918657,15982330,16046258,16110442,16174882,16239580,16304537,16369754,16435232,16500972,16566975,16633242,16699774,16766572,16833637,16900969,16968571,17036445,17104588,17173005,17241695,17310661,17379901,17449418,17519214,17589289,17659644,17730281,17801200,17872403,17943892,18015666,18087727,18160077,18232715,18305645,18378865,18452378,18526186,18600289,18674688,18749385,18824380,18899676,18975273,19051172,19127375,19203884,19280698,19357819,19435250,19512989,19591038,19669401,19748076,19827067,19906375,19986000,20065942,20146204,20226787,20307694,20388923,20470478,20552358,20634566,20717103,20799971,20883170,20966701,21050565,21134765,21219301,21304176,21389391,21474948,21560846,21647088,21733675,21820609,21907889,21995518,22083498,22171830,22260516,22349556,22438953,22528706,22618819,22709294,22800130,22891329,22982892,23074822,23167120,23259787,23352825,23446234,23540017,23634174,23728709,23823621,23918913,24014586,24110643,24207085,24303911,24401126,24498729,24596721,24695105,24793883,24893058,24992628,25092597,25192965,25293734,25394907,25496486,25598470,25700862,25803664,25906877,26010502,26114542,26218998,26323872,26429166,26534881,26641018,26747580,26854568,26961984,27069830,27178107,27286819,27395965,27505546,27615566,27726026,27836928,27948274,28060065,28172302,28284989,28398126,28511717,28625761,28740261,28855219,28970639,29086521,29202864,29319673,29436949,29554694,29672911,29791602,29910766,30030407,30150528,30271128,30392210,30513777,30635829,30758369,30881399,31004924,31128942,31253456,31378468,31503980,31629994,31756512,31883536,32011068,32139110,32267664,32396732,32526317,32656419,32787043,32918190,33049861,33182057,33314782,33448039,33581830,33716157,33851018,33986418,34122359,34258847,34395881,34533461,34671592,34810276,34949515,35089312,35229667,35370584,35512064,35654110,35796726,35939913,36083669,36228000,36372910,36518401,36664471,36811127,36958370,37106199,37254622,37403640,37553252,37703463,37854275,38005691,38157712,38310340,38463579,38617432,38771899,38926985,39082689,39239016,39395970,39553549,39711760,39870604,40030084,40190202,40350958,40512361,40674407,40837103,41000450,41164447,41329103,41494418,41660391,41827031,41994337,42162311,42330959,42500281,42670278,42840958,43012321,43184367,43357103,43530530,43704647,43879464,44054979,44231197,44408118,44585750,44764092,44943146,45122914,45303401,45484611,45666548,45849211,46032606,46216736,46401600,46587204,46773550,46960643,47148484,47337075,47526421,47716523,47907387,48099015,48291409,48484571,48678507,48873219,49068710,49264984,49462041,49659885,49858520,50057951,50258181,50459210,50661042,50863681,51067132,51271397,51476478,51682383,51889110,52096665,52305047,52514265,52724318,52935214,53146954,53359537,53572971,53787261,54002406,54218414,54435286,54653026,54871633,55091115,55311477,55532719,55754848,55977864,56201772,56426576,56652279,56878886,57106400,57334822,57564160,57794413,58025586,58257683,58490711,58724671,58959567,59195403,59432182,59669909,59908584,60148215,60388805,60630356,60872874,61116360,61360822,61606264,61852685,62100091,62348489,62597878,62848268,63099657,63352051,63605456,63859874,64115308,64371765,64629247,64887761,65147307,65407893,65669520,65932194,66195917,66460696,66726535,66993438,67261410,67530450,67800566,68071766,68344051,68617420,68891890,69167452,69444122,69721892,70000771,70280767,70561887,70844131,71127500,71412010,71697652,71984434,72272366,72561453,72851698,73143099,73435664,73729402,74024313,74320405,74617685,74916154,75215812,75516667,75818726,76121999,76426484,76732181,77039108,77347256,77656641,77967262,78279129,78592240,78906604,79222230,79539116,79857272,80176696,80497398,80819385,81142657,81467222,81793088,82120256,82448732,82778526,83109637,83442074,83775835,84110931,84447367,84785153,85124288,85464780,85806638,86149862,86494459,86840429,87187789,87536538,87886677,88238222,88591172,88945528,89301305,89658504,90017133,90377199,90738704,91101654,91466057,91831915,92199234,92568024,92938291,93310036,93683267,94057992,94434219,94811948,95191194,95571951,95954234,96338043,96723387,97110272,97498708,97888693,98280245,98673363,99068048,99464315,99862164,100261603,100662641,101065285,101469543,101875416,102282912,102692038,103102802,103515205,103929263,104344975,104762350,105181396,105602112,106024515,106448604,106874396,107301892,107731090,108162006,108594650,109029020,109465134,109902990,110342598,110783964,111227098,111671998,112118682,112567148,113017414,113469479,113923352,114379039,114836550,115295892,115757065,116220086,116684962,117151693,117620296,118090771,118563124,119037366,119513511,119991559,120471520,120953399,121437207,121922950,122410637,122900276,123391866,123885425,124380959,124878477,125377987,125879489,126382999,126888525,127396075,127905649,128417264,128930926,129446645,129964427,130484275,131006202,131530218,132056330,132584546,133114875,133647324,134181910,134718632,135257491,135798510,136341699,136887055,137434597,137984323,138536250,139090393,139646754,140205331,140766142,141329201,141894509,142462082,143031920,143604040,144178440,144755138,145334149,145915473
    //custom job akatsuki job level
    50,4216:4217:4218:4219:4220:4221:4222:4223:4224:4225:4226:4227:4228:4229:4230,1,60,130,260,460,780,1060,1300,1560,1910,2290,2680,2990,3340,3740,4360,4970,5530,6120,6700,8090,8920,9970,11080,12690,14440,15850,17400,19220,21060,22870,24910,26840,29080,31320,33300,37110,40500,43570,46180,53510,57200,60310,65690,70090,72130,77540,83320,90120,97180,99123,101105,103127,105189,107292,109437,111625,113857,116134,118456,120825,123241,125705,128219,130783,133398,136065,138786,141561,144392,147279,150224,153228,156292,159417,162605,165857,169174,172557,176008,179528,183118,186780,190515,194325,198211,202175,206218,210342,214548,218838,223214,227678,232231,236875,241612,246444,251372,256399,261526,266756,272091,277532,283082,288743,294517,300407,306415,312543,318793,325168,331671,338304,345070,351971,359010,366190,373513,380983,388602,396374,404301,412387,420634,429046,437626,446378,455305,464411,473699,483172,492835,502691,512744,522998,533457,544126,555008,566108,577430,588978,600757,612772,625027,637527,650277,663282,676547,690077,703878,717955,732314,746960,761899,777136,792678,808531,824701,841195,858018,875178,892681,910534,928744,947318,966264,985589,1005300,1025405,1045913,1066831,1088167,1109930,1132128,1154770,1177865,1201422,1225450,1249958,1274957,1300456,1326465,1352994,1380053,1407654,1435807,1464523,1493813,1523689,1554162,1585245,1616949,1649287,1682272,1715917,1750235,1785239,1820943,1857361,1894508,1932398,1971045,2010465,2050674,2091687,2133520,2176190,2219713,2264107,2309389,2355576,2402687,2450740,2499754,2549749,2600743,2652757,2705812,2759928,2815126,2871428,2928856,2987433,3047181,3108124,3170286,3233691,3298364,3364331,3431617,3500249,3570253,3641657,3714490,3788779,3864554,3941845,4020681,4101094,4183115,4266777,4352112,4439154,4527936,4618494,4710863,4805080,4901181,4999204,5099187,5201170,5305193,5411296,5519521,5629911
    

    bah5BX.png

    No error

     

     

     

     

     

    you can ignore the server warnings it wont cause you any issue. Remove the : at the end of the lines you modified in job_exp.txt to fix th errors.

     

    As for the client side issue, it looks like you are using my old lua files. Get the files in Support folder from NEMO and add your job.

     

    Make sure you are using latest version of NEMO (using git pull)

     

    New Nemo from Git can't Enable Custom Job

    N6GQKq.png

     

     

     

     

     

     

    Thank you Everyone, Client-Side No Problem

     

    I use Nemo v2.3+lub and config same guide http://hercules.ws/board/topic/9273-guide-how-to-add-custom-jobs/

    nz0eeU.jpg

  3. For the server side, to remove the warnings I just simply insert this lines to job_exp.txt

    //Base - Custom Jobs
    99,4216:4217:4218:4219:4220:4221:4222:4223:4224:4225:4226:4227:4228:4229:
    
    //Job - Custom Jobs
    70,4216:4217:4218:4219:4220:4221:4222:4223:4224:4225:4226:4227:4228:4229:
    
    

    For the client side, I can't really point what would be the problem. But you surely messed up something in your lua files.

    You probably miss something, or typo.. 

     

    The error message is the same.

    arZGRD.png

    My Server

    https://mega.co.nz/#!6xJ0yAzA!7L67C7oUaEVgl-iRYVBPUeIbqr8nmTQTWWjG26psJMM

  4. Thank you Lord Ganja


    help me please

     

    rAthena 17704

    EX5xSU.png

    my config (Server)

    src\commom\mmo.h

    	JOB_REBELLION = 4215,
    	
    	//custom jobs
    	JOB_AKATSUKI = 4230,
    
    	JOB_MAX,
    };
    

    src\map\map.h

    	MAPID_BABY_GENETIC,
    	MAPID_BABY_CHASER,
    //custom jobs
    	MAPID_AKATSUKI = 0x11,
    };
    

    src\map\pc.c

    		case JOB_BABY_GENETIC:          return MAPID_BABY_GENETIC;
    		case JOB_BABY_CHASER:           return MAPID_BABY_CHASER;
    	//custom job
    		case JOB_AKATSUKI:              return MAPID_AKATSUKI;
    		default:
    			return -1;
    	}
    
    		case MAPID_BABY_GENETIC:          return JOB_BABY_GENETIC;
    		case MAPID_BABY_CHASER:           return JOB_BABY_CHASER;
    	//custom job
    		case MAPID_AKATSUKI:              return JOB_AKATSUKI;
    		default:
    			return -1;
    	}
    
    	case JOB_REBELLION:
    		return msg_txt(NULL,695);
    
    	//custom job
    	case JOB_AKATSUKI:
    		return msg_txt(NULL,700);
    		
    	default:
    		return msg_txt(NULL,655);
    	}
    

    src\map\itemdb.c

    	if (jobmask & 1<<30) //Rebellion
    		bclass[1] |= 1<<MAPID_GUNSLINGER;
    	//custom job
    	if (jobmask & 1<<31) //Akatsuki
    		bclass[0] |= 1<<MAPID_AKATSUKI;
    }
    

    src\char\inter.c

    		case JOB_KAGEROU:
    		case JOB_OBORO:
    			return msg_txt(103 - JOB_KAGEROU+class_);
    		
    		// add job rebellion
    		//custom job
    		case JOB_AKATSUKI:
    			return msg_txt(700);
    
    		default:
    			return msg_txt(106);
    	}
    }
    

    db\const.txt

    Job_Rebellion  4215
    
    //custom job
    Job_Akatsuki	4230
    
    EAJ_BABY_CHASER		0x6206
    
    //custom job
    EAJ_AKATSUKI	0x11
    

    db\re\job_exp.txt

    //custom job akatsuki base level
    99,4230,0,350,550,900,1500,2200,3200,3800,4200,4550,5000,5500,6000,6100,6350,6700,7350,8000,8400,8800,9200,9700,10300,11000,11800,13000,14000,15000,16000,17000,18000,19000,20000,21000,22000,23200,24000,26000,27500,29000,30000,31500,33000,34000,36000,37500,38000,40000,42000,44500,47000,49000,51000,53000,55000,57000,59000,61500,63000,65000,67000,69000,70000,73000,77000,80000,84000,88000,91000,95000,110000,128000,140000,155000,163000,170000,180000,188000,195000,200000,230000,260000,300000,350000,400000,480000,550000,600000,680000,750000,900000,1000000,1200000,1500000,1800000,2100000,2400000,2800000,3300000,4000000,4015999,4032062,4048190,4064382,4080639,4096961,4113348,4129801,4146319,4162904,4179555,4196273,4213057,4229909,4246828,4263815,4280870,4297993,4315184,4332444,4349773,4367171,4384639,4402177,4419785,4437463,4455212,4473032,4490923,4508886,4526921,4545028,4563207,4581459,4599784,4618182,4636654,4655200,4673820,4692515,4711284,4730128,4749048,4768043,4787114,4806262,4825486,4844787,4864165,4883621,4903155,4922767,4942457,4962226,4982074,5002002,5022009,5042096,5062264,5082512,5102841,5123252,5143744,5164318,5184975,5205714,5226536,5247441,5268430,5289503,5310660,5331902,5353229,5374641,5396139,5417723,5439393,5461150,5482994,5504925,5526944,5549051,5571246,5593530,5615903,5638366,5660919,5683562,5706295,5729119,5752035,5775042,5798141,5821333,5844618,5867996,5891467,5915032,5938691,5962445,5986294,6010238,6034278,6058414,6082647,6106977,6131404,6155929,6180552,6205273,6230093,6255013,6280032,6305151,6330371,6355692,6381114,6406638,6432264,6457992,6483823,6509757,6535795,6561937,6588184,6614536,6640993,6667556,6694225,6721001,6747884,6774875,6801974,6829181,6856497,6883922,6911457,6939102,6966858,6994725,7022703,7050793,7078995,7107310,7135738,7164280,7192936,7221707,7250593,7279594,7308712,7337946,7367297,7396765,7426351,7456056,7485879,7515822,7545884,7576067,7606370,7636795,7667341,7698009,7728800,7759714,7790752,7821914,7853201,7884613,7916151,7947815,7979605,8011523,8043568,8075741,8108043,8140474,8173035,8205726,8238548,8271501,8304586,8337803,8371153,8404637,8438255,8472007,8505894,8539917,8574076,8608371,8642804,8677374,8712083,8746930,8781917,8817044,8852311,8887719,8923269,8958961,8994796,9030774,9066896,9103163,9139575,9176132,9212836,9249686,9286684,9323830,9361124,9398568,9436161,9473905,9511800,9549846,9588044,9626395,9664900,9703559,9742372,9781340,9820464,9859745,9899183,9938779,9978533,10018446,10058519,10098752,10139146,10179702,10220420,10261301,10302345,10343553,10384926,10426465,10468170,10510042,10552081,10594288,10636664,10679210,10721926,10764813,10807871,10851101,10894504,10938081,10981832,11025758,11069860,11114138,11158593,11203226,11248038,11293029,11338200,11383552,11429085,11474800,11520698,11566780,11613046,11659497,11706134,11752957,11799968,11847167,11894555,11942132,11989899,12037857,12086007,12134350,12182886,12231616,12280541,12329662,12378980,12428495,12478208,12528120,12578231,12628543,12679056,12729771,12780689,12831811,12883137,12934668,12986406,13038350,13090502,13142863,13195433,13248214,13301206,13354410,13407826,13461456,13515301,13569361,13623637,13678130,13732841,13787771,13842921,13898291,13953883,14009697,14065735,14121997,14178484,14235197,14292137,14349304,14406700,14464326,14522182,14580269,14638589,14697142,14755929,14814951,14874210,14933706,14993440,15053412,15113624,15174077,15234772,15295710,15356892,15418318,15479990,15541909,15604075,15666490,15729155,15792070,15855237,15918657,15982330,16046258,16110442,16174882,16239580,16304537,16369754,16435232,16500972,16566975,16633242,16699774,16766572,16833637,16900969,16968571,17036445,17104588,17173005,17241695,17310661,17379901,17449418,17519214,17589289,17659644,17730281,17801200,17872403,17943892,18015666,18087727,18160077,18232715,18305645,18378865,18452378,18526186,18600289,18674688,18749385,18824380,18899676,18975273,19051172,19127375,19203884,19280698,19357819,19435250,19512989,19591038,19669401,19748076,19827067,19906375,19986000,20065942,20146204,20226787,20307694,20388923,20470478,20552358,20634566,20717103,20799971,20883170,20966701,21050565,21134765,21219301,21304176,21389391,21474948,21560846,21647088,21733675,21820609,21907889,21995518,22083498,22171830,22260516,22349556,22438953,22528706,22618819,22709294,22800130,22891329,22982892,23074822,23167120,23259787,23352825,23446234,23540017,23634174,23728709,23823621,23918913,24014586,24110643,24207085,24303911,24401126,24498729,24596721,24695105,24793883,24893058,24992628,25092597,25192965,25293734,25394907,25496486,25598470,25700862,25803664,25906877,26010502,26114542,26218998,26323872,26429166,26534881,26641018,26747580,26854568,26961984,27069830,27178107,27286819,27395965,27505546,27615566,27726026,27836928,27948274,28060065,28172302,28284989,28398126,28511717,28625761,28740261,28855219,28970639,29086521,29202864,29319673,29436949,29554694,29672911,29791602,29910766,30030407,30150528,30271128,30392210,30513777,30635829,30758369,30881399,31004924,31128942,31253456,31378468,31503980,31629994,31756512,31883536,32011068,32139110,32267664,32396732,32526317,32656419,32787043,32918190,33049861,33182057,33314782,33448039,33581830,33716157,33851018,33986418,34122359,34258847,34395881,34533461,34671592,34810276,34949515,35089312,35229667,35370584,35512064,35654110,35796726,35939913,36083669,36228000,36372910,36518401,36664471,36811127,36958370,37106199,37254622,37403640,37553252,37703463,37854275,38005691,38157712,38310340,38463579,38617432,38771899,38926985,39082689,39239016,39395970,39553549,39711760,39870604,40030084,40190202,40350958,40512361,40674407,40837103,41000450,41164447,41329103,41494418,41660391,41827031,41994337,42162311,42330959,42500281,42670278,42840958,43012321,43184367,43357103,43530530,43704647,43879464,44054979,44231197,44408118,44585750,44764092,44943146,45122914,45303401,45484611,45666548,45849211,46032606,46216736,46401600,46587204,46773550,46960643,47148484,47337075,47526421,47716523,47907387,48099015,48291409,48484571,48678507,48873219,49068710,49264984,49462041,49659885,49858520,50057951,50258181,50459210,50661042,50863681,51067132,51271397,51476478,51682383,51889110,52096665,52305047,52514265,52724318,52935214,53146954,53359537,53572971,53787261,54002406,54218414,54435286,54653026,54871633,55091115,55311477,55532719,55754848,55977864,56201772,56426576,56652279,56878886,57106400,57334822,57564160,57794413,58025586,58257683,58490711,58724671,58959567,59195403,59432182,59669909,59908584,60148215,60388805,60630356,60872874,61116360,61360822,61606264,61852685,62100091,62348489,62597878,62848268,63099657,63352051,63605456,63859874,64115308,64371765,64629247,64887761,65147307,65407893,65669520,65932194,66195917,66460696,66726535,66993438,67261410,67530450,67800566,68071766,68344051,68617420,68891890,69167452,69444122,69721892,70000771,70280767,70561887,70844131,71127500,71412010,71697652,71984434,72272366,72561453,72851698,73143099,73435664,73729402,74024313,74320405,74617685,74916154,75215812,75516667,75818726,76121999,76426484,76732181,77039108,77347256,77656641,77967262,78279129,78592240,78906604,79222230,79539116,79857272,80176696,80497398,80819385,81142657,81467222,81793088,82120256,82448732,82778526,83109637,83442074,83775835,84110931,84447367,84785153,85124288,85464780,85806638,86149862,86494459,86840429,87187789,87536538,87886677,88238222,88591172,88945528,89301305,89658504,90017133,90377199,90738704,91101654,91466057,91831915,92199234,92568024,92938291,93310036,93683267,94057992,94434219,94811948,95191194,95571951,95954234,96338043,96723387,97110272,97498708,97888693,98280245,98673363,99068048,99464315,99862164,100261603,100662641,101065285,101469543,101875416,102282912,102692038,103102802,103515205,103929263,104344975,104762350,105181396,105602112,106024515,106448604,106874396,107301892,107731090,108162006,108594650,109029020,109465134,109902990,110342598,110783964,111227098,111671998,112118682,112567148,113017414,113469479,113923352,114379039,114836550,115295892,115757065,116220086,116684962,117151693,117620296,118090771,118563124,119037366,119513511,119991559,120471520,120953399,121437207,121922950,122410637,122900276,123391866,123885425,124380959,124878477,125377987,125879489,126382999,126888525,127396075,127905649,128417264,128930926,129446645,129964427,130484275,131006202,131530218,132056330,132584546,133114875,133647324,134181910,134718632,135257491,135798510,136341699,136887055,137434597,137984323,138536250,139090393,139646754,140205331,140766142,141329201,141894509,142462082,143031920,143604040,144178440,144755138,145334149,145915473
    //custom job akatsuki job level
    50,4230,1,60,130,260,460,780,1060,1300,1560,1910,2290,2680,2990,3340,3740,4360,4970,5530,6120,6700,8090,8920,9970,11080,12690,14440,15850,17400,19220,21060,22870,24910,26840,29080,31320,33300,37110,40500,43570,46180,53510,57200,60310,65690,70090,72130,77540,83320,90120,97180,99123,101105,103127,105189,107292,109437,111625,113857,116134,118456,120825,123241,125705,128219,130783,133398,136065,138786,141561,144392,147279,150224,153228,156292,159417,162605,165857,169174,172557,176008,179528,183118,186780,190515,194325,198211,202175,206218,210342,214548,218838,223214,227678,232231,236875,241612,246444,251372,256399,261526,266756,272091,277532,283082,288743,294517,300407,306415,312543,318793,325168,331671,338304,345070,351971,359010,366190,373513,380983,388602,396374,404301,412387,420634,429046,437626,446378,455305,464411,473699,483172,492835,502691,512744,522998,533457,544126,555008,566108,577430,588978,600757,612772,625027,637527,650277,663282,676547,690077,703878,717955,732314,746960,761899,777136,792678,808531,824701,841195,858018,875178,892681,910534,928744,947318,966264,985589,1005300,1025405,1045913,1066831,1088167,1109930,1132128,1154770,1177865,1201422,1225450,1249958,1274957,1300456,1326465,1352994,1380053,1407654,1435807,1464523,1493813,1523689,1554162,1585245,1616949,1649287,1682272,1715917,1750235,1785239,1820943,1857361,1894508,1932398,1971045,2010465,2050674,2091687,2133520,2176190,2219713,2264107,2309389,2355576,2402687,2450740,2499754,2549749,2600743,2652757,2705812,2759928,2815126,2871428,2928856,2987433,3047181,3108124,3170286,3233691,3298364,3364331,3431617,3500249,3570253,3641657,3714490,3788779,3864554,3941845,4020681,4101094,4183115,4266777,4352112,4439154,4527936,4618494,4710863,4805080,4901181,4999204,5099187,5201170,5305193,5411296,5519521,5629911
    

    db\re\job_db1.txt

    // custom job Akatsuki
    4230,	26000,80   ,0    ,300  ,440  ,470  ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,590  ,2000 ,500
    

    db\job_db2.txt

    // custom job Akatsuki
    4230,2,2,0,0,0,0,0,0,0,5,2,0,0,0,0,0,0,0,0,4,2,5,0,0,0,0,0,0,4,6,2,5,0,0,0,0,0,0,0,6,2,4,5,0,0,0,0,0,0,4,2,6,5,0,0,0,0,0,1,3,2,4,5,6,0,0,0,0,0,0
    

    conf\msg_conf\char_msg.conf

    //custom job
    700: Akatsuki
    

    db\re\skill_tree.txt

    //custom job
    //Akatsuki
    4230,1,9,0,0,0,0,0,0,0,0,0,0 //NV_BASIC#Basic Skill#
    

    Client Error

    q10V2C.png

    DYc2c0.png

    YKzj45.png

    BLXm7U.png

    DJHux6.png

    hD36zp.png

     

     

    My Config (Data Client)

     

    data\luafiles514\lua files\admin\pcidentity.lua

    	JT_REBELLION = 4215,
    	-- custom jobs
    	JT_AKATSUKI = 4230,
    

    data\luafiles514\lua files\admin\pcnames.lua

    	-- custom job
    	[pcJobTbl.JT_AKATSUKI] = "Akatsuki"
    

    data\luafiles514\lua files\admin\pcpaths.lua

    	[pcJobTbl.JT_REBELLION]			   = "rebellion",
    	-- custom job
    	[pcJobTbl.JT_AKATSUKI]			   = "Akatsuki",
    

    data\luafiles514\lua files\admin\pchands.lua

    	[pcJobTbl.JT_MADOGEAR]             = "마도기어\\마도기어",
    	-- custom job
    	[pcJobTbl.JT_AKATSUKI]			   = "Akatsuki\\Akatsuki",
  5. Help me please.

     

    I use rAthena Revision 13309

     

    My Config

    src\common\mmo.h

    #ifndef PACKETVER
            // for 2013-06-18aRagexe
    	#define PACKETVER 20130618
    #endif
    

    conf\battle\client.conf (i don't known i use default)

    // 0x00000001: 2013-06-18	Ragexe		(version 40)
    // 0x00000002: 2013-06-26	Ragexe		(version 41)
    // 0x00000004: 2013-07-03	Ragexe		(version 42)
    // 0x00000008: 2013-07-10	Ragexe		(version 43)
    // 0x00000010: 2013-07-17	Ragexe		(version 44)
    // 0x00000020: 2013-08-07	Ragexe		(version 45)
    // default value: 0x7FFFFFFF			(all clients/versions [41;72])
    packet_ver_flag2: 0x7FFFFFFF
    

    db\packet_db.txt

    //2013-06-18Ragexe (Shakto)
    packet_ver: 40
    packet_keys: 0x434115DE,0x34A10FE9,0x6791428E // [Shakto]
    0x0889,7,actionrequest,2:6
    0x0951,10,useskilltoid,2:4:6
    0x088E,5,walktoxy,2
    0x0930,6,ticksend,2
    0x08A6,5,changedir,2:4
    0x0962,6,takeitem,2
    0x0917,6,dropitem,2:4
    0x0885,8,movetokafra,2:4
    0x0936,8,movefromkafra,2:4
    0x096A,10,useskilltopos,2:4:6:8
    0x094F,90,useskilltoposinfo,2:4:6:8:10
    0x0944,6,getcharnamerequest,2
    0x0945,6,solvecharname,2
    0x0890,12,searchstoreinfolistitemclick,2:6:10
    0x0363,2,searchstoreinfonextpage,0
    0x0281,-1,searchstoreinfo,2:4:5:9:13:14:15
    0x0891,-1,reqtradebuyingstore,2:4:8:12
    0x0862,6,reqclickbuyingstore,2
    0x085A,2,reqclosebuyingstore,0
    0x0932,-1,reqopenbuyingstore,2:4:8:9:89
    0x08A7,18,bookingregreq,2:4:6
    //0x087A,8 // CZ_JOIN_BATTLE_FIELD
    0x0942,-1,itemlistwindowselected,2:4:8:12
    0x095B,19,wanttoconnection,2:6:10:14:18
    0x0887,26,partyinvite2,2
    //0x0878,4 // CZ_GANGSI_RANK
    0x0953,26,friendslistadd,2
    0x02C4,5,hommenu,2:4
    0x0864,36,storagepassword,2:4:20
    

    data\clientinfo.xml

    <?xml version="1.0" encoding="euc-kr" ?>
    
    <clientinfo>
    	
    	<servicetype>thai</servicetype>
    	<servertype>primary</servertype>
    	<passwordencrypt></passwordencrypt>
    	<extendedslot></extendedslot>
    	<readfolder></readfolder>
    	
    	<desc>Ragnarok Client Information - Thai Version</desc>
    
    	<viewhomepage>http://localhost/ro_cp/exit.php</viewhomepage>
    	
    	<connection>
    		<display>RagnarokOffline</display>
    		<balloon>SinglePlayer</balloon>
    		<subconnection>
    			<display>^00FF00 rAthena ^000000</display>
    			<desc>None</desc>
    			<address>127.0.0.1</address>
    			<port>6900</port>
    			<version>40</version>
    			<langtype>5</langtype>
    			<registrationweb>http://localhost/ro_cp</registrationweb>
    			<aid>
    				<admin>2000000</admin>
    				<admin>2000001</admin>
    			</aid>
    		</subconnection>		
    	</connection>
            <connection>
    		<display>RagnarokOnline</display>
    		<balloon>MultiPlayer</balloon>
    			<subconnection>
                <display>LAN</display>
                <balloon>LAN</balloon>
    			<desc>None</desc>
    			<address>192.168.1.2</address>
    			<port>6900</port>
    			<version>40</version>
    			<langtype>5</langtype>
    			<registrationweb>http://localhost/ro_cp</registrationweb>
    			<aid>
    				<admin>2000000</admin>
    				<admin>2000001</admin>
    				</aid>
    		</subconnection>		
    		<subconnection>
    			<display>WAN</display>
    			<desc>None</desc>
    			<address>123.123.123.12</address>
    			<port>6900</port>
    			<version>40</version>
    			<langtype>5</langtype>
                <registrationweb>http://localhost/ro_cp</registrationweb>
    			<aid>
    				<admin>2000000</admin>
    				<admin>2000001</admin>
    				</aid>
                    </subconnection>     
    		<subconnection>
    			<display>NoIP</display>
    			<desc>None</desc>
    			<address>rathena.no-ip.com</address>
    			<port>6900</port>
    			<version>40</version>
    			<langtype>5</langtype>
                <registrationweb>http://localhost/ro_cp</registrationweb>
    			<aid>
    				<admin>2000000</admin>
    				<admin>2000001</admin>
    				</aid>
                    </subconnection>               
    	</connection>
    </clientinfo>
    

    Nemo diff patcher (i use 2013-06-18aRagexe)

    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    14 Disable Hallucination Wavy Screen (Recommended)
    15 Disable HShield (Recommended)
    24 Fix Camera Angles (Recommended)
    28 Increase Headgear ViewID
    33 Always Call SelectKoreaClientInfo() (Recommended)
    34 Enable /showname (Recommended)
    36 Read msgstringtable.txt (Recommended)
    37 Read questid2display.txt (Recommended)
    39 Remove Gravity Logo (Recommended)
    40 Restore Login Window (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    44 Translate Client (Recommended)
    47 Use Ragnarok Icon
    48 Use Plain Text Descriptions (Recommended)
    49 Enable Multiple GRFs (Recommended)
    53 Use Ascii on All Langtypes (Recommended)
    64 @ Bug Fix (Recommended)
    68 Enable 64k Hairstyle
    73 Remove Hourly Announce (Recommended)
    76 Enforce Official Login Background
    84 Remove Serial Display (Recommended)
    90 Enable DNS Support (Recommended)
    
    

    dggYal.png

     

     

    Error

    j14bzM.png

  6. Judging from the size of the data.grf in your first picture, I'd guess your old client is just too old, even for the YARE client exe. What is that even? Thailand 2nd beta client? 

     

    Try using this one instead http://www.gamefront.com/files/3640334/Ragnarok_Online_Client

     

    Worked for me. It's a really old iRO client with patch files included for up to about December 2003 (Amatsu episode).

     

    From your picture it doesn't look like the server initializes properly though. Char server should be listing all maps loaded. Map server should list all maps and NPCs.

     

    By the way, you should know that this server is from before emulators had gotten to a playable state. It's from when Ragnarok was still in "episode 2.0" (before the big Comodo update). Many things don't work.

     

    I don't think any emulators were any good before about 2004. If you want to play really old Ragnarok you should get an old version of AEGIS instead. I think you can find AEGIS versions that are 2-1 class only.

     

    I can't download file from this link. Do you have a mirror link ?

     

    I want see zombie dragon.

    1,45000,15000,0 monster_info Zombie Dragon 1181,32000

     

    Thank you.

  7. Concept Sex Project

    ·       Male                 : _M ชาย

    ·       Female              : _F หญิง

    ·       Ladyboys          : _L (head male, body female)กระเทย หรือ สาวประเภทสอง (หัวเป็นชาย ตัวเป็นหญิง)

    ·       Tom                 : _T (head female, body male)ทอม (หัวเป็นหญิง ตัวเป็นชาย)

    ·       Both                 : _B มีทั้งสองเพศ (มีคุณสมบัติ 2 เพศในเพศเดียวคือ ชาย กับ หญิง)

    ·       All                    : _A มีเพศทั้งหมด (มีเพศเดียว แต่เปลี่ยนได้ครบทั้งหมด)

    ·       Hybrid             : _H มีเพศรวมกัน (มีเพศครบทั้งหมด แต่เปลี่ยนไม่ได้)

    ·       Neuter               : _N ไม่มีเพศ (ใช้ตอนเปลงร่างเป็นสิ่งใดๆ ที่ไม่มีเพศ)

    ·       Unknown          : _U ไม่สามารถระบุได้ (ใช้ตอนเปลงร่างเป็นสิ่งใดๆ ที่ไม่สามารถระบุเพศได้)

     

    My fixed

    1. login-server_sql/login_sql/login.h

    line 100

    #define sex_num2str(num) ( (num ==  SEX_FEMALE  ) ? 'F' : (num ==  SEX_MALE  ) ? 'M' : (num ==  SEX_LADYBOYS  ) ? 'L' : (num ==  SEX_TOM  ) ? 'T' : (num ==  SEX_BOTH  ) ? 'B' : (num ==  SEX_ALL  ) ? 'A' : (num ==  SEX_HYBRID  ) ? 'H' : (num ==  SEX_NEUTER  ) ? 'N' : (num ==  SEX_UNKNOWN  ) ? 'U' : 'S' ) 

     line 101

    #define sex_str2num(str) ( (str == 'F' ) ?  SEX_FEMALE  : (str == 'M' ) ?  SEX_MALE  : (str == 'L' ) ?  SEX_LADYBOY : (str == 'T' ) ?  SEX_TOM : (str == 'B' ) ?  SEX_BOTH : (str == 'A' ) ?  SEX_ALL : (str == 'H' ) ?  SEX_HYBRID : (str == 'N' ) ?  SEX_NEUTER : (str == 'U' ) ?  SEX_UNKNOWN :  SEX_SERVER  )
    

    2. login-server_sql/login_sql/login.c

    line 832

    char sex = ( acc.sex == 'M' ) ? 'F' : 'M' : 'L' : 'T' : 'B' : 'A' : 'H' : 'N' : 'U'; //Change gender
    

    line 1089

    if( sex != 'M' && sex != 'F' && sex != 'L' && sex != 'T' && sex != 'B' && sex != 'A' && sex != 'H' && sex != 'N' && sex != 'U')
    

    3. login-server_sql/common/mmo.h

    line 745

    enum {
    	SEX_FEMALE = 0,
    	SEX_MALE,
    	SEX_LADYBOYS,
    	SEX_TOM,
    	SEX_BOTH,
    	SEX_ALL,
    	SEX_HYBRID,
    	SEX_NEUTER,
    	SEX_UNKNOWN,
    	SEX_SERVER
    };
    

    What do I need to fix ? I want to make (head male body female) and (head female body male)

×
×
  • Create New...