Jump to content

GiovanT

Members
  • Posts

    38
  • Joined

  • Last visited

Posts posted by GiovanT

  1. 35 minutes ago, Ciel Phantomhive said:

    conf\battle\drops.conf line:77

    set

    item_rate_mvp: 0

    
    // The rate adjustment for the MVP items that the MVP gets directly in their inventory
    // Mode: 0 - official order, 1 - random order, 2 - all items
    item_rate_mvp: 100
    item_drop_mvp_min: 1
    item_drop_mvp_max: 10000
    item_drop_mvp_mode: 0

     

    ty

  2. 30 minutes ago, sader1992 said:

    you can edit the mob_db

    ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper
     

    MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per >> those are the mvp drop

     

    example

    this is moonlight

    1150,MOONLIGHT,Moonlight Flower,Moonlight Flower,67,120000,0,27500,14300,1,1200,1700,10,55,55,99,55,82,95,120,10,12,1,6,63,0x37B5,150,1276,576,288,13750,1022,5000,504,1500,728,500,1477,500,1234,100,1525,150,10008,500,638,650,985,2600,1648,100,0,0,0,0,4131,1

    MVP Drops
    504.gif White Potion (15%) 728.gif Topaz (5%) 1022.gif Nine Tails (50%)

    = 1022,5000,504,1500,728,500

    if you remove the mvp drop it must be like this

    1150,MOONLIGHT,Moonlight Flower,Moonlight Flower,67,120000,0,27500,14300,1,1200,1700,10,55,55,99,55,82,95,120,10,12,1,6,63,0x37B5,150,1276,576,288,13750,0,0,0,0,0,0,1477,500,1234,100,1525,150,10008,500,638,650,985,2600,1648,100,0,0,0,0,4131,1

     

    so

    this is ifrit (from pre-re)

    
    1832,IFRIT,Ifrit,Ifrit,99,7700000,0,3154321,3114520,3,13530,17000,40,50,120,180,25,190,199,50,10,12,2,0,83,0x37B5,130,212,384,360,1577160,603,5500,617,5000,616,2000,994,10000,2677,3000,2678,200,2679,200,1471,2000,1133,2000,2345,100,0,0,0,0,4430,1

    the old blue box = 603,5500

    it will became 

    
    1832,IFRIT,Ifrit,Ifrit,99,7700000,0,3154321,3114520,3,13530,17000,40,50,120,180,25,190,199,50,10,12,2,0,83,0x37B5,130,212,384,360,1577160,0,0,617,5000,616,2000,994,10000,2677,3000,2678,200,2679,200,1471,2000,1133,2000,2345,100,0,0,0,0,4430,1

     

    so the 2nd line is without old blue box

    (edit what you want ,don't copy and paste)

    ofc if you are pre-re edit the 

    rathena-master\db\pre-re\mob_db.txt

    and if you are re edit the

    rathena-master\db\re\mob_db.txt

    and if you use sql edit the sql

    item_db for pre-re

    and item_db_re for re

    lol its so easy haha, thx :0

  3.  

    -	script	#mvp_drop	-1,{
    OnNPCKillEvent:
    if (getmonsterinfo(killedrid,22)) // If mob has MOB_MVPEXP, it's an MVP.
    	if (rand(0) < 0) //chnage % as your needs
    		getitem 603,0;  // your item id here
    }

    still same, i still auto got OBB after kill ifrit

    i dont wanna get that OBB or specific item, i wanna to turn it off

  4. -	script	DayNight	-1,{
    
    OnClock0600:
       announce "Disgusting morning!",bc_blue|bc_all;
       day;
       setbattleflag "base_exp_rate", .bexp_rate*100;
       end;
    OnClock2300:
       announce "Disgusting night!",bc_blue|bc_all;
       night;
       setbattleflag "base_exp_rate", .bexp_rate*100 * 2;
       end;
    OnInit:
       set .bexp_rate, 300; //Change that 300 to your server exp rate
       if(gettime(3)>=6 && gettime(3)<23)
           end;
       else
           night;
    end;
    }

    try that

    • Upvote 1
  5. tried that npc, on my client it show that shadow circle too

    i think "hideonnpc" is the problem, cant load properly on my client...

    can anyone help me??

    Bombring.txt

     

    10 hours ago, Ciel Phantomhive said:

     

    you can't actually fix/remove the circle ( it's not a bug or something ),  only GM can see that circle cause there's a hiding npc, so i don't think that the players will be able to see it only gms

    lol ty, im so newbie haha...

  6. Here :)

    Just to add your message...

    prontera,153,175,6	script	VIP BUFFER	908,{
    
    	sc_start SC_FOOD_STR_CASH,18000000,6;
    	sc_start SC_FOOD_AGI_CASH,18000000,6;
    	sc_start SC_FOOD_INT_CASH,18000000,6;
    	sc_start SC_FOOD_VIT_CASH,18000000,6;
    	sc_start SC_FOOD_DEX_CASH,18000000,6;
    	sc_start SC_FOOD_LUK_CASH,18000000,6;
    	sc_start SC_ATKPOTION,18000000,40;
    	sc_start SC_MATKFOOD,18000000,40;
    	sc_start SC_EXPBOOST,18000000,100;
    	sc_start SC_JEXPBOOST,18000000,100;
    
    }

     

  7. 2 minutes ago, sader1992 said:

    it could be error with NPC's spirit or some script

    can you give me /where those spots ?

    and if you use some custom scripts try to disable them

    dali 92 95
    1@ge_st 109 55

    i dont use any custom scripts yet...

    i just downloaded rathena last night

    and yeah GMT "Tournament healer" & "Tournament Guide" too... if i start the pvp with enemy that 2 NPC will hide right? both of them will hide as well but that circle shadow will show up too... thats distrubing haha....

  8. 42 minutes ago, sader1992 said:

    where is it ? can you show us the mini map ? or upload the hole screen shot and /where

     

    22 minutes ago, sader1992 said:

    i would guess that the npc you looking for is part of Geffen Magic Tournament

    there is 1 files that have this npc

    rathena\npc\custom\official\GeffenMagicTournament.txt

    at line 180 to line 199

    
    1@gef,90,197,0	script	#Firecrackers0	649,{
    	end;
    OnTimer2500:
    	.@r = rand(0,1);
    	if (.@r != 0 ) { stopnpctimer; initnpctimer; end; }
    	stopnpctimer;
    	specialeffect .effects[rand(0,18)],AREA,instance_npcname(strnpcinfo(0));
    	initnpctimer;
    	end;
    
    OnInit:
    	setarray .effects,97,255,28,256,29,257,244,92,32,195,258,22,62,234,89,30,225,116,94;
    	hideonnpc strnpcinfo(0);
    	end;
    	
    OnInstanceInit:
    	initnpctimer;
    	hideonnpc instance_npcname(strnpcinfo(0));
    	end;
    }

     

    yeah that is from GMT, but on dali map there show that shadow too.. i think its invisible NPC... i want if there's invisible NPC that shadow circle didnt show up, is there cause my grf or .conf config?

    Untitled-1.jpg

    222.jpg

×
×
  • Create New...