Jump to content

Styles of Beyond

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Styles of Beyond

  1. Hi guys, I need help on how to get rid of this message in VIP system, I checked the msg_conf but i didn't saw it there .. and if possible to just add the expiration date of the VIP :)

    screenAsylumRO010.jpg.b50e94a915bb9237a7c3325a8cab2245.jpg

     

    hope to get an thanks in advance.

  2. What is the command for npc to detect if a player is in the guild?

    idea is i'm making an npc that gives a player an item once if the player is in the guild.

    If the player is not in the guild the npc will ignore the player.

     

    Thanks in advance :)

  3. I think mind break does not work it does not add matk and reduce mdef don't know the reason

    402,9,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0,        PF_MINDBREAKER,Mind Breaker
    	case PF_MINDBREAKER:
    		{
    			if(status_has_mode(tstatus,MD_STATUS_IMMUNE) || battle_check_undead(tstatus->race,tstatus->def_ele)) {
    				map_freeblock_unlock();
    				return 1;
    			}
    
    			if (tsce)
    			{	//HelloKitty2 (?) explained that this silently fails when target is
    				//already inflicted. [Skotlex]
    				map_freeblock_unlock();
    				return 1;
    			}
    
    			//Has a 55% + skill_lv*5% success chance.
    			if (!clif_skill_nodamage(src,bl,skill_id,skill_lv,
    				sc_start(src,bl,type,55+5*skill_lv,skill_lv,skill_get_time(skill_id,skill_lv))))
    			{
    				if (sd) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0);
    				map_freeblock_unlock();
    				return 0;
    			}
    
    			unit_skillcastcancel(bl,0);
    
    			if(tsc && tsc->count){
    				status_change_end(bl, SC_FREEZE, INVALID_TIMER);
    				if(tsc->data[SC_STONE] && tsc->opt1 == OPT1_STONE)
    					status_change_end(bl, SC_STONE, INVALID_TIMER);
    				status_change_end(bl, SC_SLEEP, INVALID_TIMER);
    			}
    
    			if (dstmd)
    				mob_target(dstmd, src, skill_get_range2(src, skill_id, skill_lv, true));
    		}
    		break;

     

  4. Here.

     

    [Config:Main]
     
     
    RemoteConfigFile='main.ini'
     
    TimeOut=0
     
    StatusFile='server.dat'
     
    DefaultGRF='exceedro.grf'
     
    ClientEXE='Exceed RO.exe'
    ClientParameter='-1sak1'
     
    FinishOnConnectionFailure=false
     
    [Config:Window]
    AutoResize=true
    Style='none'
     
    Width=
    Height=
     
    DragHandling=true
     
    Background='images/bg.bmp'
     
    FadeOnDrag=false
     
    [Config:BGM]
    File=
     
    Loop=true
     
    Volume=20
     
    Directory=
     
    [Config:Misc]
    Title='Exceed RO Patcher'
     
    HideProgressBarWhenFinish=true
     
     
    [ProgressBar:bar1]
    Width=342
    Height=10
     
    Left=23
    Top=486
     
    BackColorStart=$009DEEEF
    BackColorEnd=$00C2F1F1
     
    FrontColorStart=$006ED5B0
    FrontColorEnd=$0080DDCA
     
    FrontImage=
    BackImage=
     
    Hook='ProgressChange'
     
     
     
    [Label:Status]
    AutoResize = false
     
    Width=369
    Height=
     
    Left=15
    Top=498
    Alignment='center'
     
    FontColor=$000000
    FontName = ''
    FontSize =
     
    Text=''
     
    Hook='StatusChange'
     
    [NoticeBox:Box0]
    Width=347
    Height=250
    Left=21
    Top=217
     
     
     
    [button:Start]
    Default='images/start1.png'
    OnHover='images/start2.png'
    OnDown='images/start3.png'
     
    Left=383
    Top=211
     
    Hook='Start'
     
    [button:Exit]
    Default='images/Exit1.png'
    OnHover='images/Exit2.png'
    OnDown='images/Exit3.png'
     
    Left=383
    Top=244
     
    Hook='Exit'
     
    [button:Cancel]
    Default='images/Exit1.png'
    OnHover='images/Exit2.png'
    OnDown='images/Exit3.png'
     
    Left=383
    Top=211
    Hook='Cancel'
     

     


     
×
×
  • Create New...