for immobile monster...edit
trunk/db/re/mob_db.txt
the mode part...
refer to this... Custom_Mobs
128: Immobile being, passive (Pupa)
or any combination with other....
for skill....
remove it from this file..
trunk/db/re/mob_skill_db.txt
ya it will do....but....what if the leader logout ? and never login back within the 30 minute ? xD
that's the part make me confuse in certain part..~.~
perhap i already mess up the way to attach timer and etc... >.<
here...
announce "Bossnia Event Opened.",0;
sleep ( 30 * 60000 );
announce "Bossnia Event Closed.",0;
for the survive 30 minute and get reward... i havent do it...
because...still thinking a solution for it...
i scare i would mess up the time calculation....if the following cases appear...
Multiple Party Access into the Map
Member login / logout ( if allow to stay in the map ? )
Attach timer to NPC / Players...or Party Leader
it even got worse.. the NPC is no longer showing itself..
the NPC is hided every time server is reloaded ...and will appear every 4 hours...specified by yourself inside the script....
otherwise just temporary remove this..
OnInit:
disablenpc "bsw";
or add another way to enable the NPC for testing purpose.....
it work fine for me....
When i dont have party......or i am not party leader..........
When i am party leader....but my member doesnt reach level 150 .......
it look fine for me....O.O
if you encounter error..then show it....
anyway...for BaseLevel checking part...inside the CheckBaseLevel() function...( line 101 )
change
if( BaseLevel < 99 ){
into
if( BaseLevel < 150 ){
and also this........ ( line 84 )
}else if( $@partymembercount < 2 || $@partymembercount > 10 ){
to
}else if( $@partymembercount < 4 || $@partymembercount > 10 ){
and the npc name...and fixed auto hide upon reboot / reload...
- script Sample -1,{
OnClock0100:
OnClock0500:
OnClock0900:
OnClock1300:
OnClock1700:
for( set .@i,0; .@i < 3; set .@i,.@i + 1 ){
announce "Bossnia Event will Open within "+( 3 - .@i )+" Minutes.",0;
sleep 60000;
}
enablenpc "bsw";
announce "Bossnia Event Opened.",0;
sleep ( 30 * 60000 );
announce "Bossnia Event Closed.",0;
OnInit:
disablenpc "bsw";
end;
}
refer post#46
@Annie...
i think it's might be your Browser problems...
the browser didnt read the full path of URL ~ >.<
try this..
again try this..xD
Pastebin : http://pastebin.com/u6cCjREp || Raw site : http://pastebin.com/raw.php?i=u6cCjREp
Mirror link ....try this...
http://upaste.me/raw/ee4e1368aa76fbf6
Annie is going to bombard me very soon...... RUUUNNNNNN............!!!!
@Annie...
i think it's might be your Browser problems...
the browser didnt read the full path of URL ~ >.<
Bossnia event....
i think it's an event where player can go in and kill monster / mvp inside..
LOL..i thought annie made it using "LMS Script" ..... pranked by Annie...xD
* My bad for using online paste site.. >.<
you can try this...edit from annie's script ....
http://pastebin.com/raw.php?i=Yt43Y04Z
( hope she wont scold me about this for spoiling her perfected script ......xD )
edit this
OnTimer10000:
600000 = 10 minutes.
and remove this..xD
announce "Timer Started",0;
i forget to remove it..LOL