Jump to content
  • 0

Modify the WOE Warper


Freya Jorgenson

Question


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  146
  • Reputation:   1
  • Joined:  11/22/11
  • Last Seen:  

Hi,

Is it possible to hide the WOE Warper and just have it visible 30mins before the WOE time? 

If so, may I request to have the attached modified? Thanks...

 

Reference for this: http://rathena.org/board/topic/64310-woe-warper/

prontera,158,182,3	script	WoE Warper	100,{
 
        if ( .ww_cn$ == "" ) end;
        warp .ww_gm$[.ww_in + 1], atoi(.ww_gm$[.ww_in + 2]), atoi(.ww_gm$[.ww_in + 3]);
	end;
 
OnInit:
               
        setarray .ww_gm$[0],
                "prtg_cas01","prt_gld","132","64","1","19",
                "prtg_cas02","prt_gld","240","129","2","19",
                "prtg_cas03","prt_gld","153","139","3","19",
                "prtg_cas04","prt_gld","111","239","4","19",
                "prtg_cas05","prt_gld","208","239","5","16",
                "arug_cas01","aru_gld","157","272","6","19",
                "schg_cas01","sch_gld","293","93","0","19";
 
OnAgitStart:
OnAgitStart2:
OnAgitEnd:
OnAgitEnd2:
	debugmes "Agit!";
        set .ww_cn$, "";
       
        for ( set .@i, 0; .@i < getarraysize(.ww_gm$); set .@i, .@i + 6 )
        {
                if ( gettime(4) == atoi(.ww_gm$[.@i + 4]) && gettime(3) >= atoi(.ww_gm$[.@i + 5]) && gettime(3) < atoi(.ww_gm$[.@i + 5]) + 1 )
                {
                        set .ww_cn$, getcastlename(.ww_gm$[.@i]);
                        set .ww_in, .@i;
                }
        }
       
        if ( .ww_cn$ != "" )
        {
                delwaitingroom;
                waitingroom "WoE: " + .ww_cn$ + " [ON]",0;
        }
       
        else
        {
                delwaitingroom;
                waitingroom "WoE: Off",0;
        }
       
 
        end;
       
}

 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...