Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. 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
  2. setoption <option>,1; refer Setoption trunk/db/const.txt Option_Wedding 0x1000 Option_Xmas 0x10000 Option_Summer 0x40000
  3. LOL. * Damn...how come i can forget what i have asked last time...LOL
  4. you can try this... http://pastebin.com/raw.php?i=QSUdk47e LOL...Annie is faster than me..... >.<
  5. your map server console....
  6. Emistry

    Bossnia

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

    LMS script

    change ALL enablenpc "Mr. Banker"; disablenpc "Mr. Banker"; into hideoffnpc "Mr. Banker"; hideonnpc "Mr. Banker";
  8. Emistry

    Bossnia

    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
  9. Emistry

    Bossnia

    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.....
  10. Emistry

    Bossnia

    @Annie... thx for reminding..xD was fixing that too while uploading to pastebin...~ @TS http://pastebin.com/raw.php?i=UmgRBLXp
  11. Emistry

    Bossnia

    aw..you posted it...during i editing the post...>.< http://pastebin.com/raw.php?i=Bh6wAztz refer post#46
  12. Emistry

    Bossnia

    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
  13. Emistry

    Bossnia

    try this.. http://pastebin.com/raw.php?i=5PUXg6T2 LOL at Annie..xD
  14. ops..i forgot that both mob folder is separated into RE and PRE-RE xD trunk/npc/re/mobs/ trunk/npc/pre-re/mobs/
  15. @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............!!!!
  16. Emistry

    Bossnia

    @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.. >.<
  17. Emistry

    Bossnia

    just some minor edit... set .@i, select("First","Second","Third","Fourth"); warpparty "bossnia_0"+.@i,rand(202,204),rand(202,204), getcharid(1);
  18. really ? xD hope so ~ ( happy-ing......( ~^ o ^ ~ ) ) erm..i would do like this..xD if( getequiprefinerycnt(.@part) > 18 ) set .@Reduce,18; else if( getequiprefinerycnt(.@part) > 14 ) set .@Reduce,14; else if( getequiprefinerycnt(.@part) > 10 ) set .@Reduce,10; else set .@Reduce,0; if( .@Reduce ) while( getequiprefinerycnt(.@part) > .@Reduce ) downrefitem .@part;
  19. find the MVP spawn script in this file.. trunk/npc/mobs/ and edit the spawn time ... refer this.. Permanent_Monster_Spawn
  20. Emistry

    Bossnia

    you mean script from post#14 ? warpparty "guild_vs2",0,0, getcharid(1);
  21. 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
×
×
  • Create New...