Jump to content

pajodex

Members
  • Posts

    439
  • Joined

  • Last visited

  • Days Won

    26

Posts posted by pajodex

  1. Hi,

    As the title suggests, which is better? Any major pros and cons bet the two? I'm currently using 2015 Client but I can see a lot of other servers stating that they use 2017 clients. I'm just curious.

    Second, If 2017 clients are better, any guides on how to install them? I'm having a touch time looking for some. I tried having one but once I got thru the character select, a Gravity error appeared. NOTE: I think I have an updated KRO files

    Cheers!

  2. Hi,

    Can someone modify this script a little?

    -	script	#mvp_drop	-1,{
    OnNPCKillEvent:
    if (getmonsterinfo(killedrid,22)) // If mob has MOB_MVPEXP, it's an MVP.
    	if (rand(100) < 50) //chnage % as your needs
    		getitem 512,1;  // your item id here
    		announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and Got Apple at "+ strcharinfo(3),0,0x00FF00;	}
    end;
    }

    So, I wanted that MVPs that are in their respected spawn maps will give the reward. Example, If I summon Baphomet at prontera, the reward wont be given.

    Second, if possible, I can list out some mobs which will drop some items - I will make some custom mobs in the future with somewhat the same function as this.

    Thanks in advance.

    Credit goes to the owner of this script. I don't own this.

     

     

     

×
×
  • Create New...