[Help] Selupan drop

Results 1 to 2 of 2
  1. #1
    Valued Member sk1zzo is offline
    MemberRank
    Dec 2011 Join Date
    Why?Location
    132Posts

    ! [Help] Selupan drop

    Hello,

    I want to add seed and seed spheres as drop for selupan and add it somewhere in lorencia.
    How can I make selupan drop like 5 items? It drops only 1 and sometimes drop some non exe item...

    I'm using http://forum.ragezone.com/f197/relea...mized-1055512/


  2. #2
    Account Upgraded | Title Enabled! thevjfla is offline
    MemberRank
    Apr 2012 Join Date
    203Posts

    Re: [Help] Selupan drop

    For configure the drop of the monster modify Selupan.txt item bag and in file SCF_RaklionEvent.ini set SelupanDropItems = quantity of items

    Maybe the quantity dont work, in the gs this value feeds a random value.


    Code:
    
    int itemDrops = rand()%Raklion.SelupanDropItems; // ?? rand
    	itemDrops++;
    
    	for(int i=0;i<itemDrops;i++)
    	{
    		DropItemRate = rand() % 100;
    		if ( DropItemRate > this->GetItemDropRate() )



Advertisement