Jump to content

Elixir

Members
  • Posts

    241
  • Joined

  • Last visited

Everything posted by Elixir

  1. BUMP! PLEASE I NEED THIS ! and please i need also PRIVATE MVP ROOM AND REFINER THAT REQUIRES ENRICH ELUNIUM AND ENRICH ORIDECON. PLEASE !!! :'(
  2. Requesting for PvP npc, with Autokill announce, tapos hindi pwede makapag warp, then PvP Ladder with 30 Top players. Thank you...(Ung mga nakikita ko po kasi, may errors. Gusto ko po sana is ung walang errors. Thank you) BUMP! BUMP!!! BUMP!!! BUMP!!! HELP NAMAN PO PLEASE !!! PLEASE IM BEGGIN YOU ALL ! BUMP! Please :'( BUMP~
  3. client version: eAthena-SQL-14986[Trunk]; 2010-07-30
  4. lub ? hmm how do i fix it ? wala sa diff, wala din po ba sa langtype?
  5. When i use 7 or 1 sa langtype, parehas lang po. pag naman po 0, may error. tapos about dun sa diffs, nagawa ko na din po pero wala din eh ano na po gagwen ko sir ?
  6. ano po ung langtype ? language type ?
  7. sir what is the difference between eAthena and rAthena? may sariling files po ba ung rAthena and eAthena? ganun po kasi pagkakaimagine ko sa snabe nyo eh
  8. i cant remember sir...nag diff ako date pero nakalimutan ko kung may translate to english reply ko nalng d2 pag nakapag diff na po ako tapos ayaw pading gumana. thanks po kei ! wag muna close ah. meron pa po bang ibang paraan ?
  9. Sir ung mga buffs(negative and positive) iba ung sulat. pano ko gagaweng pure english ung naka sulat? ScreenShot:
  10. aw grabe ganun po ba ? grabe naman...btw pano gamitin ung bngay mong script ? d ko magets eh
  11. hmm eh sir bakit ung sa megs ang nakalgay 200AC pero pag binili, 50AC lang. you mean everytime na mag aadd ako ng items ay gagawa din ako nung countitem blah blah ??
  12. Sir may mali po kasi sa script, tama naman ung price ng item ko sa script pate sa ingame. pero pag bibilhin na, nagiiba bigla ung price. ang price kasi ng VA ko ay 50 Astro Coins. Tapos pag bibili sa ingame, nagiiba bigla ung price pag binibili na. hindi langn sa VA un kundi sa other items din. Like ung megs ko, 200Astro Coins. Pero nung sinubukan kong ibuy, 50 AC lang. please help me. here's the script: donations.txt sorry bawal po kasi ung mahabang script eh. d ko alam kung pano ung codebox na may scroll bar.
  13. [Error]: npc_parsesrcfile: Unknown syntax in file 'npc/other/jumper_event.txt', line '162'. Stopping... * w1=- script Jumper -1,{ * w2= * w3= * w4= [Error]: npc_parsesrcfile: Unknown syntax in file 'npc/other/find_the_mushroom.t xt', line '6'. Stopping... * w1=splendide,185,200,4 script Find the Mushroom 1084,{ * w2= * w3= * w4= eto po ung npc's Jumper Event: //==========================================================// //========= Script by RyCHIRO =========// //========= [url="http://reincarnation-network.com"]http://reincarnation-network.com[/url] =========// //========= [url="http://chiyan-ro.com"]http://chiyan-ro.com[/url] =========// //==========================================================// - script jumpevent -1,{ OnWhisperGlobal: if ( getgmlevel() < 99 ) end; L_JumpAdmin: mes "[Manager]"; mes "^FF0000~Hi GM " + strcharinfo(0) + "!~^000000"; mes "^FF0000The Current Prize is:^000000"; mes "^FF00001. Random Prize:^000000 ^008000"+$jmp_item_amount1+" "+getitemname($jmp_item_id1)+"^000000"; mes "^FF00002. Random Prize:^000000 ^008000"+$jmp_item_amount2+" "+getitemname($jmp_item_id2)+"^000000"; mes "^FF00003. Random Prize:^000000 ^008000"+$jmp_item_amount3+" "+getitemname($jmp_item_id3)+"^000000"; switch(select("Start Jump Event?:Set Prize:Not today Fellas!")){ case 1: next; if( $@JumpStart == 1 ){ mes "[Manager]"; mes "I Can't Start The Event!!"; mes "The Event is still ON!!"; next; goto L_JumpAdmin; } next; mes "[Manager]"; mes "^FF0000~Sure thing!~^000000"; close2; goto L_StartJmp; case 2: next; mes "[Manager]"; mes "^FF0000~What should the prize for winning be? Please input the ID.~^000000"; menu "Set Prize 1",SP1,"Set Prize 2",SP2,"Set Prize 3",SP3,"Go Back to main",L_JumpAdmin; SP1: next; mes "[Manager]"; mes "^FF0000~What should the prize for winning be? Please input the ID.~^000000"; input $jmp_item_id1; next; mes "[Manager]"; mes "^FF0000~How many if this item should I give away?~^000000"; input $jmp_item_amount1; next; mes "[Manager]"; mes "^FF0000~So, the prize is^000000 ^008000"+ $jmp_item_amount1 +" "+ getitemname($jmp_item_id1) +"^000000? ^FF0000Great.~^000000"; next; goto L_JumpAdmin; SP2: next; mes "[Manager]"; mes "^FF0000~What should the prize for winning be? Please input the ID.~^000000"; input $jmp_item_id2; next; mes "[Manager]"; mes "^FF0000~How many if this item should I give away?~^000000"; input $jmp_item_amount2; next; mes "[Manager]"; mes "^FF0000~So, the prize is^000000 ^008000"+ $jmp_item_amount2 +" "+ getitemname($jmp_item_id2) +"^000000? ^FF0000Great.~^000000"; next; goto L_JumpAdmin; SP3: next; mes "[Manager]"; mes "^FF0000~What should the prize for winning be? Please input the ID.~^000000"; input $jmp_item_id3; next; mes "[Manager]"; mes "^FF0000~How many if this item should I give away?~^000000"; input $jmp_item_amount3; next; mes "[Manager]"; mes "^FF0000~So, the prize is^000000 ^008000"+ $jmp_item_amount3 +" "+ getitemname($jmp_item_id3) +"^000000? ^FF0000Great.~^000000"; next; goto L_JumpAdmin; Case 3: next; mes "[Manager]"; mes "Bye!!"; close; }// End Admin Manager... OnMinute46: L_StartJmp: announce "Jumper Event: Jumper Event will begin in 20 seconds",bc_blue; sleep2 5000; announce "Jumper Event: I'm Going to JUMP somewhere..!!",bc_blue; sleep2 5000; announce "Jumper Event: By the way I'm going to disguise into a random monster.!!",bc_blue; sleep2 10000; announce "Jumper Event: Last 10 seconds",bc_blue; sleep2 10000; set $@ran, rand(1,10); if ($@ran == 10) set $@jmpmap$,"hugel"; if ($@ran == 9) set $@jmpmap$,"yuno"; if ($@ran == 8) set $@jmpmap$,"comodo"; if ($@ran == 7) set $@jmpmap$,"xmas"; if ($@ran == 6) set $@jmpmap$,"aldebaran"; if ($@ran == 5) set $@jmpmap$,"izlude"; if ($@ran == 4) set $@jmpmap$,"payon"; if ($@ran == 3) set $@jmpmap$,"geffen"; if ($@ran == 2) set $@jmpmap$,"morocc"; if ($@ran == 1) set $@jmpmap$,"prontera"; announce "Jumper Event: Go Find me!! I'm here in "+$@jmpmap$+"!!!",bc_blue; set $@JmpRnd,10; goto onstart; onstart: if ($@JmpRnd == 0){ stopnpctimer; set $@JumpStart,0; sleep2 3000; announce "Jumper Event: Jumper Event is now OVER!!",bc_blue; sleep2 15000; movenpc "Jumper"+$@ran+"",1,1; //move the NPC setnpcdisplay "Jumper"+$@ran+"",1002; end; } if ($@JmpRnd == 10){ goto onstart2; } stopnpctimer; sleep2 3000; announce "Jumper Event: Next Round will begin in 15 seconds...",bc_blue; sleep2 15000; setnpcdisplay "Jumper"+$@ran+"",1002; movenpc "Jumper"+$@ran+"",1,1; //move the NPC set $@ran, rand(1,10); if ($@ran == 10) set $@jmpmap$,"hugel"; if ($@ran == 9) set $@jmpmap$,"yuno"; if ($@ran == 8) set $@jmpmap$,"comodo"; if ($@ran == 7) set $@jmpmap$,"xmas"; if ($@ran == 6) set $@jmpmap$,"aldebaran"; if ($@ran == 5) set $@jmpmap$,"izlude"; if ($@ran == 4) set $@jmpmap$,"payon"; if ($@ran == 3) set $@jmpmap$,"geffen"; if ($@ran == 2) set $@jmpmap$,"morocc"; if ($@ran == 1) set $@jmpmap$,"prontera"; announce "Jumper Event: Go Find me!! I'm here in "+$@jmpmap$+"!!!",bc_blue; goto onstart2; onstart2: set $monster, rand(1001,1995); if($monster == 1003 || $monster == 1218 || $monster == 1006 || $monster == 1017 || $monster == 1021 || $monster == 1022 || $monster == 1027 || $monster == 1043 || $monster == 1006 || $monster == 1136 || $monster == 1137 || $monster == 1168 || $monster == 1171 || $monster == 1172 || $monster == 1173 || $monster == 1181 || $monster == 1210 || $monster == 1223 || $monster == 1284 || ($monster >= 1324 && $monster <= 1363) || $monster == 1006 || $monster == 1407 || $monster == 1411 || $monster == 1414 || $monster == 1496 || $monster == 1501 || $monster == 1900){ goto onstart2; end; } while(1) { //Initiate an infinite loop set $@jx,rand(0,300); //Set a randon X coordinate set $@jy,rand(0,300); //Set a random Y coordinate if(checkcell(""+$@jmpmap$+"",$@jx,$@jy,cell_chkpass)) break; //If cell is walkable break out of the loop } initnpctimer; set $@JumpStart,1; movenpc "Jumper"+$@ran+"",$@jx,$@jy; //move the NPC setnpcdisplay "Jumper"+$@ran+"",$monster; set $@JmpRnd,$@JmpRnd-1; end; OnTimer60000: set $@JumpStart,0; announce "Jumper Event: WOW no One Found ME!! I'm here in "+$@jmpmap$+" "+$@jx+" "+$@jy+"!!",bc_blue; sleep2 3000; donpcevent "jumpevent::onstart"; end; }//End Script - script Jumper -1,{ if( $@JumpStart == 0 ){ mes "[Jumper Event]"; mes "I'm sorry, Someone Found me.."; close; } set $@prize, rand(1,100); if ( $@prize <= 50 ){ set $@JumpStart,0; getitem $jmp_item_id1,$jmp_item_amount1; announce "• SP-John Best •: "+strcharinfo(0)+" is the WINNER!! I'm here in "+$@jmpmap$+" "+$@jx+" "+$@jy+"!!",bc_blue; donpcevent "jumpevent::onstart"; mes "[Jumper Event]"; mes "WOW you found me!!"; mes "Take this as a REWARD!!"; mes "You got ^008000"+ $jmp_item_amount1 +" "+ getitemname($jmp_item_id1) +"^000000"; close; end; } set $@prize, rand(1,100); if ( $@prize <= 49 ){ set $@JumpStart,0; getitem $jmp_item_id2,$jmp_item_amount2; announce "Jumper Event: "+strcharinfo(0)+" is the WINNER!! I'm here in "+$@jmpmap$+" "+$@jx+" "+$@jy+"!!",bc_blue; donpcevent "jumpevent::onstart"; mes "[• SP-John Best •]"; mes "WOW you found me!!"; mes "Take this as a REWARD!!"; mes "You got ^008000"+ $jmp_item_amount2 +" "+ getitemname($jmp_item_id2) +"^000000"; close; end; } set $@prize, rand(1,100); if ( $@prize <= 48 ){ set $@JumpStart,0; getitem $jmp_item_id3,$jmp_item_amount3; announce "Jumper Event: "+strcharinfo(0)+" is the WINNER!! I'm here in "+$@jmpmap$+" "+$@jx+" "+$@jy+"!!",bc_blue; donpcevent "jumpevent::onstart"; mes "[Jumper Event]"; mes "WOW you found me!!"; mes "Take this as a REWARD!!"; mes "You got ^008000"+ $jmp_item_amount3 +" "+ getitemname($jmp_item_id3) +"^000000"; close; end; } }//End Script prontera,1,1,1 duplicate(Jumper) Jumper1 1002 morocc,1,1,1 duplicate(Jumper) Jumper2 1002 geffen,1,1,1 duplicate(Jumper) Jumper3 1002 payon,1,1,1 duplicate(Jumper) Jumper4 1002 izlude,1,1,1 duplicate(Jumper) Jumper5 1002 aldebaran,1,1,1 duplicate(Jumper) Jumper6 1002 xmas,1,1,1 duplicate(Jumper) Jumper7 1002 comodo,1,1,1 duplicate(Jumper) Jumper8 1002 yuno,1,1,1 duplicate(Jumper) Jumper9 1002 hugel,1,1,1 duplicate(Jumper) Jumper10 1002 Find The Mushroom: //Created by marikitangakak //Edited and Revised by Lunar from MoonlightRO //Original Link: [url="http://www.eathena.ws/board/index.php?showtopic=243601"]http://www.eathena.w...howtopic=243601[/url] //Edited and Revised Script Link: [url="http://www.eathena.ws/board/index.php?showtopic=243753"]http://www.eathena.w...howtopic=243753[/url] //Please do not take this script as your own. splendide,185,200,4 script Find the Mushroom 1084,{ mes "[ Find The Mushroom ]"; if(getgmlevel() < 50) { if(.Event==0) mes "There is no Find the Mushroom event."; else { mes "There is a Find the Mushroom event on now!"; mes "Location: "+ .Map$; mes "Prize: " + getitemname(.ItemID); mes "Number of Mushrooms: " + .Mushrooms; } close; } mes "Hello "+strcharinfo(0)+"! Please customize this event:"; Main: next; mes "[ Find The Mushroom ]"; switch(select("Item [" + getitemname(.ItemID) + "]:Start Event:End Event")) { case 1: mes "Which item would you like the Mushroom to drop?"; mes "Please input the item ID:"; input .ItemID; goto Main; case 2: mes "Starting the event now..."; set .Event,1; close2; goto onstart; case 3: mes "Ending the event now..."; if(.Event) announce ""+strcharinfo(0)+" ended Find the Mushroom Event!",bc_all; killmonster .Map$,"All"; set .Event,0; close; } OnMinute51: //CHANGE THIS TO THE MINUTE YOU WOULD LIKE THIS EVENT TO LOAD! OnMinute20: onstart: announce "Find the Mushroom : It's time to play Find the Mushroom!",0; sleep2 1000; set $@ran, rand(1,11); if ($@ran == 11) set .Map$,"splendide"; if ($@ran == 10) set .Map$,"hugel"; if ($@ran == 9) set .Map$,"yuno"; if ($@ran == 8) set .Map$,"comodo"; if ($@ran == 7) set .Map$,"xmas"; if ($@ran == 6) set .Map$,"aldebaran"; if ($@ran == 5) set .Map$,"izlude"; if ($@ran == 4) set .Map$,"payon"; if ($@ran == 3) set .Map$,"geffen"; if ($@ran == 2) set .Map$,"morocc"; if ($@ran == 1) set .Map$,"prontera"; sleep2 1000; set $@ran2, rand(1,5); if ($@ran2 == 5) set .Mushrooms,"5"; if ($@ran2 == 4) set .Mushrooms,"4"; if ($@ran2 == 3) set .Mushrooms,"3"; if ($@ran2 == 2) set .Mushrooms,"2"; if ($@ran2 == 1) set .Mushrooms,"1"; announce "Find the Mushroom : The Mushroom has spawned in "+ .Map$ +"!",0; sleep2 10000; announce "Find the Mushroom : " + .Mushrooms + " Mushrooms have spawned in "+ .Map$ +"!",0; sleep2 10000; monster .Map$,0,0,"Don't kill me please!",1084,.Mushrooms,"Find the Mushroom::OnMobKilled"; end; OnMobKilled: mapannounce .Map$,"We've got a winner: " + strcharinfo(0) + " Congrats!",0; set zeny,zeny+10000000; getitem .ItemID,2; set .Event,0; end; } prontera,136,171,4 script Super Mario... 1084,{ mes "[Mushroom]"; mes "Hi, look at you chat window!"; dispbottom "Where's Mario? MEXICO!!"; close; }
  14. wow ! very well said thanks a lot now i can heheh
  15. @Eucharist96 sir edit nyo naman po ung script. may warnings po kasi eh. ayoko lang po ng may ganun sir. thankyou po... @wakoko321 hmm sorry icant. thats the purpose of requesting right? if i can edit that script, why would i complain about that warnings. thank you. @Eucharist96 Please sir do it
  16. hmm what item sir? please be more specific. here's the script Click Here
  17. sir!!! ok na sana pero may warnings. please edit gusto ko lang po kasi ung walang errors or even warning lang. thank you. eto nga po pala ung warning>>> [Notice]: Logging Item Picks to table `picklog` [Notice]: Logging GM Level 40 Commands to table `atcommandlog` [Notice]: Logging Item Picks to file `log/picklog.log` [Notice]: Logging GM Level 40 Commands to file `log/atcommandlog.log` [info]: Connecting to the Map DB Server.... [status]: connect success! (Map Server Connection) [status]: Loading maps (using db/map_cache.dat as map cache)... [status]: Loading maps (751).. [info]: Successfully loaded '751' maps. [status]: Done reading packet database from 'packet_db.txt'. Using default packe t version: 26. [status]: Done reading '6214' entries in 'item_db.txt'. [status]: Done reading '11' entries in 'item_db2.txt'. [status]: Done reading 'item_group_db.txt'. [status]: Done reading '1' entries in 'db/item_avail.txt'. [status]: Done reading '19' entries in 'db/item_noequip.txt'. [status]: Done reading '1361' entries in 'db/item_trade.txt'. [status]: Done reading '4' entries in 'db/item_delay.txt'. [status]: Done reading '930' entries in 'db/item_buyingstore.txt'. [status]: Done reading '660' entries in 'db/skill_db.txt'. [status]: Done reading '452' entries in 'db/skill_require_db.txt'. [status]: Done reading '445' entries in 'db/skill_cast_db.txt'. [status]: Done reading '36' entries in 'db/skill_castnodex_db.txt'. [status]: Done reading '84' entries in 'db/skill_nocast_db.txt'. [status]: Done reading '76' entries in 'db/skill_unit_db.txt'. [status]: Done reading '145' entries in 'db/produce_db.txt'. [status]: Done reading '136' entries in 'db/create_arrow_db.txt'. [status]: Done reading '207' entries in 'db/abra_db.txt'. [status]: Done reading '992' entries in 'db/mob_db.txt'. [status]: Done reading '0' entries in 'db/mob_db2.txt'. [status]: Done reading '0' entries in 'db/mob_avail.txt'. [status]: Done reading 'mob_branch.txt'. [status]: Done reading 'mob_poring.txt'. [status]: Done reading 'mob_boss.txt'. [status]: Done reading 'mob_pouch.txt'. [status]: Done reading 'mob_chat_db.txt'. [status]: Done reading '5492' entries in 'db/mob_skill_db.txt'. [status]: Done reading '0' entries in 'db/mob_skill_db2.txt'. [status]: Done reading '6' entries in 'db/mob_race2_db.txt'. [status]: Done reading 'exp.txt'. [status]: Done reading '2181' entries in 'db/skill_tree.txt'. [status]: Done reading 'attr_fix.txt'. [status]: Done reading 'statpoint.txt'. [status]: Done reading '1' entries in 'conf/motd.txt'. [status]: Done reading '75' entries in 'db/job_db1.txt'. [status]: Done reading '74' entries in 'db/job_db2.txt'. [status]: Done reading '3' entries in 'db/size_fix.txt'. [status]: Done reading '5' entries in 'db/refine_db.txt'. [status]: Done reading '34' entries in 'db/castle_db.txt'. [status]: Done reading '15' entries in 'db/guild_skill_tree.txt'. [status]: Done reading '58' pets in 'pet_db.txt'. [status]: Done reading '0' pets in 'pet_db2.txt'. [status]: Done reading '8' entries in 'db/homunculus_db.txt'. [status]: Done reading '99' levels in 'exp_homun.txt'. [status]: Done reading '56' entries in 'db/homun_skill_tree.txt'. [status]: Done reading '44' entries in 'db/mercenary_db.txt'. [status]: Done reading '118' entries in 'db/mercenary_skill_db.txt'. [status]: Done reading '1703' entries in 'quest_db.txt'. [info]: npc_parse_function: Overwriting user function [WoEToggler] (npc/other/wo e.txt:539) [Warning]: npc_parse_shop: Item Sprint_Mail [2387] discounted buying price (5->3 ) is less than overcharged selling price (10->12) at file 'npc/other/donations.t xt', line '1'. [Warning]: npc_parse_shop: Item Flame_Sprits_Armor_ [2345] discounted buying pri ce (20->15) is less than overcharged selling price (68000->84320) at file 'npc/o ther/donations.txt', line '1'. [Warning]: npc_parse_shop: Item Water_Sprits_Armor_ [2347] discounted buying pri ce (20->15) is less than overcharged selling price (68000->84320) at file 'npc/o ther/donations.txt', line '1'. [Warning]: npc_parse_shop: Item Wind_Sprits_Armor_ [2349] discounted buying pric e (20->15) is less than overcharged selling price (68000->84320) at file 'npc/ot her/donations.txt', line '1'. [Warning]: npc_parse_shop: Item Earth_Sprits_Armor_ [2351] discounted buying pri ce (20->15) is less than overcharged selling price (68000->84320) at file 'npc/o ther/donations.txt', line '1'. [Warning]: npc_parse_shop: Item Assassin_Robe [2378] discounted buying price (5- >3) is less than overcharged selling price (5->6) at file 'npc/other/donations.t xt', line '1'. [Warning]: npc_parse_shop: Item Valkyrja's_Shield [2115] discounted buying price (5->3) is less than overcharged selling price (15000->18600) at file 'npc/other /donations.txt', line '1'. [Warning]: npc_parse_shop: Item Platinum_Shield [2122] discounted buying price ( 5->3) is less than overcharged selling price (10->12) at file 'npc/other/donatio ns.txt', line '1'. [Warning]: npc_parse_shop: Item Rider_Insignia_M [2551] discounted buying price (5->3) is less than overcharged selling price (10->12) at file 'npc/other/donati ons.txt', line '1'. [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '1' (id '2533'). [Warning]: npc_parse_shop: Item Sprint_Shoes [2440] discounted buying price (10- >7) is less than overcharged selling price (10->12) at file 'npc/other/donations .txt', line '1'. [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '1' (id '2428'). [Warning]: npc_parse_shop: Item Ring_Of_Flame_Lord [2678] discounted buying pric e (5->3) is less than overcharged selling price (10->12) at file 'npc/other/dona tions.txt', line '1'. [Warning]: npc_parse_shop: Item Ring_Of_Resonance [2679] discounted buying price (5->3) is less than overcharged selling price (10->12) at file 'npc/other/donat ions.txt', line '1'. [Warning]: npc_parse_shop: Item Sprint_Ring [2744] discounted buying price (15-> 11) is less than overcharged selling price (10->12) at file 'npc/other/donations .txt', line '1'. [Warning]: npc_parse_shop: Item Diabolus_Ring [2729] discounted buying price (10 ->7) is less than overcharged selling price (10->12) at file 'npc/other/donation s.txt', line '1'. [Warning]: npc_parse_shop: Item Expert_Ring [2703] discounted buying price (10-> 7) is less than overcharged selling price (10->12) at file 'npc/other/donations. txt', line '1'. [Warning]: npc_parse_shop: Item Chick_Hat [5283] discounted buying price (5->3) is less than overcharged selling price (10->12) at file 'npc/other/donations.txt ', line '2'. [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5335'). [Warning]: npc_parse_shop: Item Santa_Hat_1 [5384] discounted buying price (5->3 ) is less than overcharged selling price (10->12) at file 'npc/other/donations.t xt', line '2'. [Warning]: npc_parse_shop: Item Blush_Of_Groom [5800] discounted buying price (1 0->7) is less than overcharged selling price (10->12) at file 'npc/other/donatio ns.txt', line '2'. [Warning]: npc_parse_shop: Item Flying_Angel_ [5269] discounted buying price (5- >3) is less than overcharged selling price (10->12) at file 'npc/other/donations .txt', line '2'. [Warning]: npc_parse_shop: Item Satanic_Chain_P [5376] discounted buying price ( 5->3) is less than overcharged selling price (10->12) at file 'npc/other/donatio ns.txt', line '2'. [Warning]: npc_parse_shop: Item Hunting_Cap [5383] discounted buying price (10-> 7) is less than overcharged selling price (10->12) at file 'npc/other/donations. txt', line '2'. [Warning]: npc_parse_shop: Item Captain_Hat [5184] discounted buying price (10-> 7) is less than overcharged selling price (10->12) at file 'npc/other/donations. txt', line '2'. [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5430'). [Warning]: npc_parse_shop: Item Ulle_Cap [5123] discounted buying price (10->7) is less than overcharged selling price (15000->18600) at file 'npc/other/donatio ns.txt', line '2'. [Warning]: npc_parse_shop: Item Ati_Atihan_Hat [5263] discounted buying price (1 0->7) is less than overcharged selling price (10->12) at file 'npc/other/donatio ns.txt', line '2'. [Warning]: npc_parse_shop: Item Drooping_White_Kitty [5372] discounted buying pr ice (10->7) is less than overcharged selling price (10->12) at file 'npc/other/d onations.txt', line '2'. [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5423'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5490'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5498'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5469'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5460'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5466'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5564'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5410'). [Warning]: npc_parse_shop: Item Whisper_Mask [5294] discounted buying price (15- >11) is less than overcharged selling price (10->12) at file 'npc/other/donation s.txt', line '2'. [Warning]: npc_parse_shop: Item Sunglasses_ [2202] discounted buying price (2->1 ) is less than overcharged selling price (2500->3100) at file 'npc/other/donatio ns.txt', line '2'. [Warning]: npc_parse_shop: Item Red_Glasses [5288] discounted buying price (5->3 ) is less than overcharged selling price (10->12) at file 'npc/other/donations.t xt', line '2'. [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5401'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5358'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5470'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5538'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5468'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5548'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5547'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5402'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '9991'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '9992'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5306'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '5467'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '20007'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '2' (id '20008'). [Warning]: npc_parse_shop: Item Centimental_Flower [2269] discounted buying pric e (1->0) is less than overcharged selling price (10->12) at file 'npc/other/dona tions.txt', line '2'. [Warning]: npc_parse_shop: Item Centimental_Leaf [2270] discounted buying price (1->0) is less than overcharged selling price (10->12) at file 'npc/other/donati ons.txt', line '2'. [Warning]: npc_parse_shop: Item Combat_Knife [1228] discounted buying price (5-> 3) is less than overcharged selling price (10->12) at file 'npc/other/donations. txt', line '3'. [Warning]: npc_parse_shop: Item Lich_Bone_Wand_M [1645] discounted buying price (15->11) is less than overcharged selling price (10->12) at file 'npc/other/dona tions.txt', line '3'. [Warning]: npc_parse_shop: Item Veteran_Sword [1188] discounted buying price (40 ->30) is less than overcharged selling price (5000->6200) at file 'npc/other/don ations.txt', line '3'. [Warning]: npc_parse_shop: Item Sword_Guardian_Card [4427] discounted buying pri ce (5->3) is less than overcharged selling price (10->12) at file 'npc/other/don ations.txt', line '4'. [Warning]: npc_parse_shop: Item Berzebub_Card [4145] discounted buying price (15 ->11) is less than overcharged selling price (10->12) at file 'npc/other/donatio ns.txt', line '4'. [Warning]: npc_parse_shop: Item Doppelganger_Card [4142] discounted buying price (10->7) is less than overcharged selling price (10->12) at file 'npc/other/dona tions.txt', line '4'. [Warning]: npc_parse_shop: Item Atroce_Card [4425] discounted buying price (15-> 11) is less than overcharged selling price (10->12) at file 'npc/other/donations .txt', line '4'. [Warning]: npc_parse_shop: Item Fire_Converter_Box [13891] discounted buying pri ce (1->0) is less than overcharged selling price (10->12) at file 'npc/other/don ations.txt', line '5'. [Warning]: npc_parse_shop: Item Water_Converter_Box [13892] discounted buying pr ice (1->0) is less than overcharged selling price (10->12) at file 'npc/other/do nations.txt', line '5'. [Warning]: npc_parse_shop: Item Wind_Converter_Box [13893] discounted buying pri ce (1->0) is less than overcharged selling price (10->12) at file 'npc/other/don ations.txt', line '5'. [Warning]: npc_parse_shop: Item Earth_Converter_Box [13894] discounted buying pr ice (1->0) is less than overcharged selling price (10->12) at file 'npc/other/do nations.txt', line '5'. [Warning]: npc_parse_shop: Item Yggdrasilberry_Box_ [14232] discounted buying pr ice (1->0) is less than overcharged selling price (10->12) at file 'npc/other/do nations.txt', line '5'. [Warning]: npc_parse_shop: Item Megaphone_Box5 [13609] discounted buying price ( 5->3) is less than overcharged selling price (10->12) at file 'npc/other/donatio ns.txt', line '5'. [Warning]: npc_parse_shop: Item Agi_Dish_Box [12904] discounted buying price (5- >3) is less than overcharged selling price (10->12) at file 'npc/other/donations .txt', line '5'. [Warning]: npc_parse_shop: Item Str_Dish_Box [12903] discounted buying price (5- >3) is less than overcharged selling price (10->12) at file 'npc/other/donations .txt', line '5'. [Warning]: npc_parse_shop: Item Int_Dish_Box [12905] discounted buying price (5- >3) is less than overcharged selling price (10->12) at file 'npc/other/donations .txt', line '5'. [Warning]: npc_parse_shop: Item Dex_Dish_Box [12906] discounted buying price (5- >3) is less than overcharged selling price (10->12) at file 'npc/other/donations .txt', line '5'. [Warning]: npc_parse_shop: Item Vit_Dish_Box [12908] discounted buying price (5- >3) is less than overcharged selling price (10->12) at file 'npc/other/donations .txt', line '5'. [Warning]: npc_parse_shop: Item Bloody_Dead_Branch [12103] discounted buying pri ce (5->3) is less than overcharged selling price (5000->6200) at file 'npc/other /donations.txt', line '5'. [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '6' (id '9000'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '6' (id '9995'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '6' (id '5471'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '6' (id '20001'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '6' (id '20003'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '6' (id '20004'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '6' (id '20005'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '6' (id '20006'). [Warning]: npc_parse_shop: Invalid sell item in file 'npc/other/donations.txt', line '6' (id '20002'). [info]: Done loading '10637' NPCs: -'2989' Warps -'223' Shops -'7425' Scripts -'3917' Spawn sets -'40759' Mobs Cached -'0' Mobs Not Cached [status]: Event 'OnInit' executed with '1361' NPCs. [status]: Server is 'ready' and listening on port '5121'. [status]: Attempting to connect to Char Server. Please wait. [status]: Connecting to 192.168.249.238:6121 [status]: Logging in to char server... [status]: Successfully logged on to Char Server (Connection: '2'). [status]: Sending maps to char server... [status]: Event 'OnInterIfInit' executed with '0' NPCs. [status]: Event 'OnInterIfInitOnce' executed with '31' NPCs. [status]: Map Server is now online. [info]: Received Fame List of '0' characters. [info]: GM 'GM ako' logged in. (AID/CID: '2000000/150002', Packet Ver: '26', IP: '192.168.249.238', GM Level '99'). [info]: GM Character 'GM ako' logged off. eto po. thank you
  18. hmm pwede naman po eh. kaya nga po ang rerequest. sige po gawan mo po ako. salamat po.
  19. try it sir. Free lang pag install ng ceres CP :( add mo nlang sa ym ung agent nyan. [email protected]
×
×
  • Create New...