Jump to content

Recommended Posts

Posted

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

arsinoe051.jpg

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,,,,,,,

  • Upvote 1
  • 4 months later...
  • 5 months later...
Posted

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".

Posted

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.

  • 3 weeks later...
Posted (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 by pr0veitwr0ng
  • 2 weeks later...
Posted (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 by KoolKat29
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...