Aerie Posted November 18, 2011 Posted November 18, 2011 This is a mini-game from Arsinoé : http://eathena.sourc...e-aeries-tears/ This is a Marathon, a run with traps. Avaible for 10 players. No Warper included. You'll be transform in Peco, fall from moutains, be a seal, make slalom, esquive Bomb Poring, be freeze, ... You can be a spectator, and move throw the map for follow particpants. Downloads : Marathon-v.1.0.rar mob_db2 : 3908,Poring Bomb,Poring Bomb,Poring Bomb,1,999999,0,0,0,2,0,0,0,0,1,1,1,1,1,1,10,12,0,2,64,133,130,390,2040,336,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 mob_avail : 3908,1904 mob_skill_db2 : 3908,Poring Bomb@NPC_SELFDESTRUCTION,attack,173,2,10000,3000,0,no,self,always,0,,,,,,, 3908,Poring Bomb@NPC_SELFDESTRUCTION,chase,173,2,10000,3000,0,no,self,always,0,,,,,,, 1 Quote
manabeast Posted November 22, 2011 Posted November 22, 2011 hope my pc fast come back from warranty can't wait to try this. Quote
Matrixfox Posted November 23, 2011 Posted November 23, 2011 omg, omg, omg lol I feel like a high school girl Very nice work, and really creative!!! Love the whole idea xD PS: Aww I love the new forums "Select Text" Quote
cheeky Posted April 23, 2012 Posted April 23, 2012 when i type @warp ars_dun31 it's not working it says map not found, Quote
manabeast Posted April 25, 2012 Posted April 25, 2012 well. i have try this before.. not working for me hmm.... Quote
manabeast Posted April 30, 2012 Posted April 30, 2012 donkeyg @ yes. xRaisen @ you can download the map.. link work fine. click that link then crtl + F type Mara and you should see. Quote
xRaisen Posted April 30, 2012 Posted April 30, 2012 donkeyg @ yes. xRaisen @ you can download the map.. link work fine. click that link then crtl + F type Mara and you should see. This link is dead http://paste.pocoo.org/show/318731/ Quote
Aerie Posted May 2, 2012 Author Posted May 2, 2012 I've updated links, in fact the script was in the archive with the map. Quote
HaARiZz Posted October 30, 2012 Posted October 30, 2012 i got this problem.. [Error]: mob_parse_dbrow: Invalid monster ID 3908. Range 3001-3999 is reserved for player clones. Please increase MAX_MOB_DB (4000). [Error]: sv_readdb: Could not process contents of line 51 of "db/mob_db2.txt". [status]: Done reading '0' entries in 'db/mob_db2.txt'. [status]: Done reading '7376' entries in 'db/re/mob_skill_db.txt'. [Error]: mob_parse_row_mobskilldb: Non existant Mob id 3908 [Error]: sv_readdb: Could not process contents of line 140 of "db/mob_skill_db2.txt". [Error]: sv_readdb: Insufficient columns in line 141 of "db/mob_skill_db2.txt" (found 18, need at least 19). [status]: Done reading '0' entries in 'db/mob_skill_db2.txt'. [Warning]: mob_readdb_mobavail: Unknown mob id 3908. [Error]: sv_readdb: Could not process contents of line 46 of "db/mob_avail.txt". Quote
Aerie Posted November 6, 2012 Author Posted November 6, 2012 Check this error in your log : [Error]: mob_parse_dbrow: Invalid monster ID 3908. Range 3001-3999 is reserved for player clones. Please increase MAX_MOB_DB (4000). You have to increaze the mob_id limit like this : heck src/map/mob.h // Notice that the last 1000 entries are used for player clones, so always set this to desired value +1000 #define MAX_MOB_DB 3000 And replace by (or more) // Notice that the last 1000 entries are used for player clones, so always set this to desired value +1000 #define MAX_MOB_DB 5000 Then recompile your server. Quote
pr0veitwr0ng Posted November 24, 2012 Posted November 24, 2012 (edited) Then recompile your server. Hi, I already applied the map and the script. But the Marathon won't start, I already recall 10 players. Kindly explain how to run the event? Thanks. Sorry I am a newbie. Edited November 24, 2012 by pr0veitwr0ng Quote
KoolKat29 Posted December 8, 2012 Posted December 8, 2012 (edited) Then recompile your server. Hi, I already applied the map and the script. But the Marathon won't start, I already recall 10 players. Kindly explain how to run the event? Thanks. Sorry I am a newbie. Change: waitingroom "Marathon - WaitingRoom",1,"EP7_mara::OnBGJoin",1; To this: waitingroom "Marathon - WaitingRoom",2,"EP7_mara::OnBGJoin",1; So if someone entered the waiting room, the registration will start and so the game will be followed. Question: [Warning]: Unexpected type for argument 1. Expected number. [Debug]: Data: string value="1317" [Debug]: Function: disguise it's about the seal, although the player became/disguised as a seal. Is there a way to avoid the warning? Thanks Edit: Nevermind, I just copied the format from the peco disguise and removed the "". Edited December 8, 2012 by KoolKat29 Quote
Katazui Posted December 28, 2012 Posted December 28, 2012 Nice! I love it! But, is there anyway to make the Poring Bomb spawn where they are and not chase you? But, instead when you walk in to them you die? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.