Jump to content

Sup3rHulk0r

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Sup3rHulk0r

  1. I don't see a different between stats for yours: http://ks393285.kims...cles/mob_db.txt

    and rathena's: https://rathena.svn....b/re/mob_db.txt o_o

    For Malaya Port + mobs. o_o

    There's +800 mobs changed. Only monster 50+ were affected by this changes. One example:

    rAthena:

    1106,DESERT_WOLF,Desert Wolf,Desert Wolf,103,9447,1,1800,1350,1,520,579,114,47,93,69,63,61,82,42,10,12,1,2,23,0x308D,200,1120,420,288,0,0,0,0,0,0,0,1253,1,7030,5500,2311,1,6252,200,1287,1,756,53,1217,140,0,0,0,0,4082,1

    new version:

    1106,DESERT_WOLF,Desert Wolf,Desert Wolf,103,9447,1,1800,1350,1,676,735,114,47,93,69,63,61,98,42,10,12,1,2,23,0x308D,200,1120,420,288,0,0,0,0,0,0,0,0,1253,1,7030,5500,2311,1,6252,200,1287,1,756,53,1217,140,0,0,0,0,4082,1

    that's what irowiki says:

    http://db.irowiki.or...ster-info/1106/

  2. Hi, i have a made a script for a random MvP Spawn. The MvP should spawn all 1hour like a normal NPC but it should spawn at a definied place :

    I tried it :

    case 1: set [email protected],50; set [email protected],73; break;

    case 2: set [email protected],94; set [email protected],211; break;

    case 3: set [email protected],110; set [email protected],241; break;

    prt_fild08,[email protected],[email protected],0,0 boss_monster Baphomet 1039,1,7200000,600000,1

    And the script used for know the killed monster is

    OnNPCKillEvent:

    if ( killedrid == 1039 )

    {

    if(killedbaphomet == 1)

    {

    set killedbaphomet,2;

    announce "You killed the baphomet! Come to see me for your reward.",3;

    }

    }

    end;

    }

    but it still don't work, an idea /no1 ????

    Thanks anyway

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.