Jump to content

skenywitdafer

Members
  • Content Count

    42
  • Joined

  • Last visited

About skenywitdafer

  • Rank
    Advanced Member

Recent Profile Visitors

2188 profile views
  1. I have lots of issues in sql...its sql updates just like that
  2. This is awesome map bruh...keep it up your work
  3. yes i have it already the sprite for those classes sir
  4. How to make custom job with this jobs? (Padawan job to Jedi job) for more details its like (Knight to Lord Knight) Sith job i want to put it in my test server thos 3 jobs Padawan(1st job) Jedi(Trans job of Padawan) Sith can anyone help me on this one?
  5. is there a script on how to change the skin color of a character? or put a command just like @ccolor or @hcolor command?
  6. i have a script but i cant make working
  7. How to put price in this script? For example if i want to job instant it will require TCG card for exchange. Thanks in advance new_1-1,55,113,5 script Auto Job Changer 459,{ set $@blvl,255;// max lvl of your server set $@jlvl,120;// max job lvl of your server if( Class != 0 ) goto zzzz; mes "you can job change to any job in an instant"; mes "you can choose to be a rebirth class right away"; next; mes "what do you wanna be?"; menu "1st Job Class",L_1st,"2nd Job Class",L_2nd,"Rebirth 1st Job Class",L_r1st,"Rebirth 2nd Job Class",L_r2nd,"Cancel",lclose; L_1st: switch(select("Swordsman","Magician","Archer","Acolyte","Merchant","Thief","Taekwon Kid","Nothing")) { case 1: jobchange 1; jobchange 1; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 2: jobchange 2; jobchange 2; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 3: jobchange 3; jobchange 3; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 4: jobchange 4; jobchange 4; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 5: jobchange 5; jobchange 5; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 6: jobchange 6; jobchange 6; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 7: jobchange 4046; jobchange 23; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 8: jobchange 5; jobchange 24; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 9: jobchange 6; jobchange 25; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 10: mes "Come back when I can help you!"; break; } close; L_2nd: switch(select("knight","Priest","Wizard","Blacksmith","Hunter","Assassin","Crusader","Monk","Sage","Rogue","Alchemis","Bard","Dancer","Taekwon Master","Soul Linker","Nothing")) { case 1: jobchange 7; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 2: jobchange 8; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 3: jobchange 9; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 4: jobchange 10; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 5: jobchange 11; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 6: jobchange 12; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 7: jobchange 14; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 8: jobchange 15; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 9: jobchange 16; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 10: jobchange 17; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 11: jobchange 18; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 12: jobchange 19; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 13: jobchange 20; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 14: jobchange 4047; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 15: jobchange 4049; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 16: mes "Back when I can help you!"; break; } close; L_r1st: switch(select("High Swordsman","High Magician","High Archer","High Acolyte","High Merchant","High Thief","High Novice","Nothing")) { case 1: jobchange 4002; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 2: jobchange 4003; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 3: jobchange 4004; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 4: jobchange 4005; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 5: jobchange 4006; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 6: jobchange 4007; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 7: jobchange 4001; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allskill "[email protected]$; percentheal 100,100; break; case 8: mes "Back when I can help you!"; break; } close; L_r2nd: switch(select("Lord Knight","High Priest","High Wizarrd","Whitesmith","Sniper","Assassin Cross","Paladin","Champion","Professor","Stalker","Creator","Clown","Gypsy","Nothing")) { case 1: jobchange 4008; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 2: jobchange 4009; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 3: jobchange 4010; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 4: jobchange 4011; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 5: jobchange 4012; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 6: jobchange 4013; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 7: jobchange 4015; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 8: jobchange 4016; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 9: jobchange 4017; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 10: jobchange 4018; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 11: jobchange 4019; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 12: jobchange 4020; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 13: jobchange 4021; set baselevel,$@blvl; set joblevel,$@jlvl; set skillpoint,130; ResetSkill; ResetStatus; atcommand "@allskill "[email protected]$; atcommand "@allstats "[email protected]$; percentheal 100,100; break; case 14: mes "Come back when I can help you!"; break; } close; lclose: close; zzzz: mes "[Babols]"; mes "I can only change your Job for 1 time only and you need to be a Novice also."; mes "sorry I cant help you"; close;
  8. How about if you pay TCG card and it will auto max lvl and job lvl?
  9. Hello guys can anyone have a instant job changer that pay the NPC? For example: My novice and i want to instant max lvl, job and change my job but i need to pay the npc. Item for payments is TCG Card.
  10. Can you help me sir... My problem is when I run the diff client that I made the client window will not appear i also run as admin and still didnt work. right now i'm using 2013-08-07aRagexe hope you can help me thnks in advance
  11. Can anyone teach me how to edit this is script? i want it run every 3hrs...because this runs every hour and why 2tcg will i get? 1 is drop in the ground and 1 for auto in my inventory..how to fix this bug? it duplicates the tcg // --- Exteria Ragnarok Online [ExRO] 's Property ---// --- Please visit http://www.exteriaro.com ---// --- Scripted By: ARTHistic ---// --- Do Not Revomed the Credits ---prontera,122,192,4 script Treasure Box Summoner 856,{ mes "[ Treasure Hunt Event ]"; mes "Hello, I'm a new mage here in Midgard. Every hour, I tried to cast my summoning spells and there a chance that i can summon a Treasure Box that will give you items once you destroy it. I only cast my spell on main city and I immediately announce to everyone once I perfectly cast my spells. Anyways, I will give you a little hint..."; if( $@tboxevent == 0 ){ mes "I ^ff0000failed^000000 to summoned the Treasure Box last time.^000000"; }else { mes "^I successfully summoned the Treasure Box last time."; } mes " "; mes "Scripted by: ^777777ARTHistic^000000"; close;OnMinute00: set $@tboxevent, rand(4); if ( $@tboxevent != 0 ){ announce "Treasure Chest Event Manager: I perfectly cast my summoning skills.",0; sleep2 5000; announce "A rare Treasure Box will be spawned in 30 seconds at Prontera.",0; sleep2 30000; monster "prontera.gat",0,0,"Treasure Box",1845,1,"Treasure Box Summoner::OnTBoxKilled"; end; }else { announce "Treasure Chest Event Manager: I cast my summoning skills.",0; end; } end;OnTBoxKilled: announce "The rare Treasure Box has been founded and destroyed by "+strcharinfo(0)+"!", bc_all; getitem 7227, 1; end;}
  12. i dont know how to edit sir can you make it for me? //Experience tables format://Max Level,Class list,Type (0 - Base Exp; 1 - Job Exp),Exp for Lv 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98//Note: 3rd class base and job tables are using the official jRO exp tables since they kept the classic tables and added onto them.//Base - Normal and Baby Jobs255,0:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:23:24:25:26:4023:4024:4025:4026:4027:4028:4029:4030:4031:4032:4033:4034:4035:4036:4037:4038:4039:4040:4041:4042:4043:4044:4045:4046:4047:4048:4049:4050:4051:4052,0,9,16,25,36,77,112,153,200,253,320,385,490,585,700,830,970,1120,1260,1420,1620,1860,1990,2240,2504,2950,3426,3934,4474,6889,7995,9174,10425,11748,13967,15775,17678,19677,21773,30543,34212,38065,42102,46323,53026,58419,64041,69892,75973,102468,115254,128692,142784,157528,178184,196300,215198,234879,255341,330188,365914,403224,442116,482590,536948,585191,635278,687211,740988,925400,1473746,1594058,1718928,1848355,1982340,2230113,2386162,2547417,2713878,3206160,3681024,4022472,4377024,4744680,5125440,5767272,6204000,6655464,7121664,7602600,9738720,11649960,13643520,18339300,23836800,35658000,48687000,58135000,99999999//Base - Adv Jobs255,4001:4002:4003:4004:4005:4006:4007:4008:4009:4010:4011:4012:4013:4014:4015:4016:4017:4018:4019:4020:4021:4022,0,10,18,28,40,85,123,168,220,278,400,481,613,731,875,1038,1213,1400,1575,1775,2268,2604,2786,3136,3506,4130,4796,5508,6264,9645,12392,14220,16159,18209,21649,24451,27401,30499,33748,47342,58160,64711,71573,78749,90144,99312,108870,118816,129154,174196,213220,238080,264150,291427,329640,363155,398116,434526,472381,610848,731828,806448,884232,965180,1073896,1170382,1270556,1374422,1481976,1850800,3389616,3666333,3953534,4251217,4559382,5129260,5488173,5859059,6241919,7374168,9570662,10458427,11380262,12336168,13326144,14994907,16130400,17304200,18516326,19766760,29216160,34949880,40930560,55017900,71510400,106974000,146061000,174405000,343210000//Base - 3rd Jobs255,4054:4055:4056:4057:4058:4059:4060:4061:4062:4063:4064:4065:4066:4067:4068:4069:4070:4071:4072:4073:4074:4075:4076:4077:4078:4079:4080:4081:4082:4083:4084:4085:4086:4087:4096:4097:4098:4099:4100:4101:4102:4103:4104:4105:4106:4107:4108:4109:4110:4111:4112:4190:4191,0,10,18,28,40,85,123,168,220,278,400,481,613,731,875,1038,1213,1400,1575,1775,2268,2604,2786,3136,3506,4130,4796,5508,6264,9645,12392,14220,16159,18209,21649,24451,27401,30499,33748,47342,58160,64711,71573,78749,90144,99312,108870,118816,129154,174196,213220,238080,264150,291427,329640,363155,398116,434526,472381,610848,731828,806448,884232,965180,1073896,1170382,1270556,1374422,1481976,1850800,3389616,3666333,3953534,4251217,4559382,5129260,5488173,5859059,6241919,7374168,9570662,10458427,11380262,12336168,13326144,14994907,16130400,17304200,18516326,19766760,29216160,34949880,40930560,55017900,71510400,106974000,146061000,174405000,343210000,360090500,377815025,396425776,415967065,436485418,459055606,470340701,482190050,494631866,507695773,523372462,531210807,535913813,540851970,546037035,552259113,555370152,558636742,562066663,565668079,569989779,572150629,573447138,574808474,576237876,577953159,579325385,580766222,582279101,583867625,588633194,592445650,596639351,601252423,606326801,616475558,624594564,633525470,643349467,654155864,691978251,722236162,755519863,792131935,832405213,912951771,977389016,1031157636,1153302698,1236233433,1650887110//Job - Novice10,0:4023,1,10,18,28,40,91,151,205,268,340//Job - 1st Classes50,1:2:3:4:5:6:26:4024:4025:4026:4027:4028:4029:4046:4050,1,30,43,58,76,116,180,220,272,336,520,604,699,802,948,1125,1668,1937,2226,3040,3988,5564,6272,7021,9114,11473,15290,16891,18570,23229,28359,36478,39716,43088,52417,62495,78160,84175,90404,107611,125915,153941,191781,204351,248352,286212,386371,409795,482092,509596//Job - 2nd Classes120,7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:4030:4031:4032:4033:4034:4035:4036:4037:4038:4039:4040:4041:4042:4043:4044:4049:4051:4052:4190:4191,1,144,184,284,348,603,887,1096,1598,2540,3676,4290,4946,6679,9492,12770,14344,16005,20642,27434,35108,38577,42206,52708,66971,82688,89544,96669,117821,144921,174201,186677,199584,238617,286366,337147,358435,380376,447685,526989,610246,644736,793535,921810,1106758,1260955,1487304,1557657,1990632,2083386//Job - Super Novice255,23:4045,1,30,43,58,76,116,180,220,272,336,520,604,699,802,948,1125,1668,1937,2226,3040,3988,5564,6272,7021,9114,11473,15290,16891,18570,23229,28359,36478,39716,43088,52417,62495,78160,84175,90404,107611,125915,153941,191781,204351,248352,286212,386371,409795,482092,509596,982092,992092,1002092,1012092,1022092,1032092,1042092,1052092,1062092,1072092,1082092,1092092,1102092,1112092,1122092,1132092,1142092,1152092,1162092,1172092,1182092,1192092,1202092,1212092,1222092,1232092,1242092,1252092,1262092,1272092,1282092,1292092,1302092,1312092,1322092,1332092,1342092,1352092,1362092,1372092,1382092,1392092,1402092,1412092,1422092,1432092,1442092,1452092,1462092//Job - Novice High10,4001,1,11,20,31,44,100,166,226,295,374//Job - Adv First Classes50,4002:4003:4004:4005:4006:4007,1,60,86,116,152,232,360,440,544,672,1040,1208,1398,1604,1896,2250,3336,3874,4452,6080,7976,11128,12544,14042,18228,28683,38225,42228,46425,58073,70898,91195,99290,107720,131043,156238,195408,210430,226010,269028,314788,384853,479453,510878,620880,715530,965928,1024488,1205230,1273990//Job - Adv Second Classes120,4008:4009:4010:4011:4012:4013:4014:4015:4016:4017:4018:4019:4020:4021:4022,1,288,368,568,696,1206,1774,2192,3196,5080,7352,8580,9892,13358,18984,31925,35860,40013,51605,68585,87770,96443,105515,131770,167428,206720,223860,241673,294553,362303,479053,513362,548856,656197,787507,927154,985696,1046034,1231134,1449220,1678177,1773024,2182221,2534978,3043585,3782865,4461912,4672971,5971896,6250158,6875174,7562691,8318960,9150856,10065942,11877812,14015818,16538655,19515624,23028437,28094693,34275525,41816141,51015692,62239144,79666104,101972614,130524946,167071930,213852071//Job - Star Gladiator120,4047:4048,1,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,27434,54868,70216,77154,84412,105416,133942,165376,179088,193338,235642,289842,348402,373354,399168,477234,572732,674294,716870,760752,895370,1053978,1220492,1289472,1587070,1843620,2213516,2521910,2974608,3115314,3981264,4166772//Job - Ninja/Gunslinger120,24:25,1,72,92,142,174,301,443,548,799,1270,1838,2145,2473,3339,4746,6385,7172,8002,10321,13717,17554,19288,21103,26354,33485,41344,44772,48334,58910,72460,87100,93338,99792,119308,143183,231068,257377,274363,314246,371105,431038,476309,588548,665256,801731,916689,1130023,1188623,1477408,1551289,1746582,1845236,1954741,2124555,2345698,2548763,2759555,3021488,3254111,3489547,3695474,4012251,4181112,4302211,4496584,4578951,4869523,5022114,5123654,5395117//Job - 3rd Jobs120,4054:4055:4056:4057:4058:4059:4060:4061:4062:4063:4064:4065:4066:4067:4068:4069:4070:4071:4072:4073:4074:4075:4076:4077:4078:4079:4080:4081:4082:4083:4084:4085:4086:4087:4096:4097:4098:4099:4100:4101:4102:4103:4104:4105:4106:4107:4108:4109:4110:4111:4112,1,100000,160000,232000,318400,413440,498976,593066,696564,903561,1069159,1267876,1506337,1792490,2221719,2565102,2977162,3471634,4065001,5251734,6201120,7340384,8707500,10348040,12808849,14777497,17139874,19974727,23376550,30180196,39705300,53992957,75424442,107571670,200798630,247412110,303348286,370471698,451019791,547677504,596006360,646751659,700034223,755980915,814724942,832348150,850852518,870282105,890683171,899999999//// The following entrys are currently for experimental use for testing new jobs.// Feel free to adjust them as needed.//Base - Kagerou and Oboro255,4211:4212,0,10,18,28,40,85,123,168,220,278,400,481,613,731,875,1038,1213,1400,1575,1775,2268,2604,2786,3136,3506,4130,4796,5508,6264,9645,12392,14220,16159,18209,21649,24451,27401,30499,33748,47342,58160,64711,71573,78749,90144,99312,108870,118816,129154,174196,213220,238080,264150,291427,329640,363155,398116,434526,472381,610848,731828,806448,884232,965180,1073896,1170382,1270556,1374422,1481976,1850800,3389616,3666333,3953534,4251217,4559382,5129260,5488173,5859059,6241919,7374168,9570662,10458427,11380262,12336168,13326144,14994907,16130400,17304200,18516326,19766760,29216160,34949880,40930560,55017900,71510400,106974000,146061000,174405000,343210000,360090500,377815025,396425776,415967065,436485418,459055606,470340701,482190050,494631866,507695773,523372462,531210807,535913813,540851970,546037035,552259113,555370152,558636742,562066663,565668079,569989779,572150629,573447138,574808474,576237876,577953159,579325385,580766222,582279101,583867625,588633194,592445650,596639351,601252423,606326801,616475558,624594564,633525470,643349467,654155864,691978251,722236162,755519863,792131935,832405213,912951771,977389016,1031157636,1153302698,1236233433,1650887110//Job - Kagerou and Oboro120,4211:4212,1,100000,160000,232000,318400,413440,498976,593066,696564,903561,1069159,1267876,1506337,1792490,2221719,2565102,2977162,3471634,4065001,5251734,6201120,7340384,8707500,10348040,12808849,14777497,17139874,19974727,23376550,30180196,39705300,53992957,75424442,107571670,200798630,247412110,303348286,370471698,451019791,547677504,596006360,646751659,700034223,755980915,814724942,832348150,850852518,870282105,890683171,899999999
  13. can anyone know how to fix them? I really dont know where to edit this one. [Warning]: pc_readdb: Specified max 255 for job 0, but that job's exp table only goes up to level 99. [info]: Filling the missing values with the last exp entry. [Warning]: pc_readdb: Specified max 255 for job 4001, but that job's exp table only goes up to level 99. [info]: Filling the missing values with the last exp entry. [Warning]: pc_readdb: Specified max 120 for job 23, but that job's exp table only goes up to level 99. [info]: Filling the missing values with the last exp entry. [Warning]: pc_readdb: Specified max 120 for job 4002, but that job's exp table only goes up to level 50. [info]: Filling the missing values with the last exp entry. [Warning]: pc_readdb: Specified max 120 for job 4008, but that job's exp table only goes up to level 70. [info]: Filling the missing values with the last exp entry. [Warning]: pc_readdb: Specified max 120 for job 4047, but that job's exp table only goes up to level 50. [info]: Filling the missing values with the last exp entry. [Warning]: pc_readdb: Specified max 120 for job 24, but that job's exp table only goes up to level 70. [info]: Filling the missing values with the last exp entry. [Warning]: pc_readdb: Specified max 120 for job 4054, but that job's exp table only goes up to level 50. [info]: Filling the missing values with the last exp entry.
  14. Can anyone help? I want that some of our items cannot drop but you can trade them and storage them. Items: Sleipnir Aesprika Lord Kaho Horn Brisingamen Mjolnir Brynhild TCG Card
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.