Jump to content

Freya Jorgenson

Members
  • Posts

    146
  • Joined

  • Last visited

Posts posted by Freya Jorgenson

  1. Hi, 

     

    I am currently using Euphy's WOE controller, may I ask how to enable the reward system from this script?

     

    // -----------------------------------------------------------
    //  Reward options.
    // -----------------------------------------------------------
    //  [1] Enable rewards.
    //  [2] Mail all rewards.
    //      - If not set, players receive items in their inventory.
    //      - Only ONE item can be sent via mail, plus Zeny.
    //      - Note that offline players do NOT receive rewards.
    //  [4] Only reward Guild Masters.
    //      - If not set, all guild members are rewarded.
    //      - If mailing is enabled (option 2), offline Guild Masters WILL receive rewards.
    //  [8] Duplicate IP check.
    //      - Members in a guild with the same IP address are not rewarded.
    //      - If Guild Masters is enabled (option 4), this feature is not used.
    // -----------------------------------------------------------
    
    	// Combine values as needed (e.g. 1|8 = 1+8 = 9).
    	set .Options, 1|8;
    
    	// Rewards per castle.
    	// -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...}
    	// -- via mail (option 2): <itemID>,<amount>,<Zeny>
    	setarray .Reward[0],14001,1;
    
    

    I am trying to understand how to have it enabled, though I know how to edit the reward items.

    Thank you so much.

  2. Thanks Emistry.

     

    Hi Euphy, yes I am currently using your WOE Controller =)..But I am not sure how to make use of the reward system. Should I just uncomment these lines?


     

    //  [1] Enable rewards.
    //  [2] Mail all rewards.
    //      - If not set, players receive items in their inventory.
    //      - Only ONE item can be sent via mail, plus Zeny.
    //      - Note that offline players do NOT receive rewards.
    //  [4] Only reward Guild Masters.
    //      - If not set, all guild members are rewarded.
    //      - If mailing is enabled (option 2), offline Guild Masters WILL receive rewards.
    //  [8] Duplicate IP check.
    //      - Members in a guild with the same IP address are not rewarded.
    //      - If Guild Masters is enabled (option 4), this feature is not used.
    // -----------------------------------------------------------
    
    	// Combine values as needed (e.g. 1|8 = 1+8 = 9).
    	set .Options, 1|8;
    
    	// Rewards per castle.
    	// -- when given directly: <itemID>,<amount>{,<itemID>,<amount>,...}
    	// -- via mail (option 2): <itemID>,<amount>,<Zeny>
    	setarray .Reward[0],14001,1;
    
    
  3. quick question, does the above script only gives the reward if the castle was broken? I mean, on my server, I have it set up different castle per day, I am worried that they will claim the reward everydy since the castle will be theirs for a week... 

  4. Hi,


     


    I am not sure if the issue has something to do with my client , my SVN or the scripts. Really no idea.


     


    Here is the scenario, say I am using the STYLIST NPC to customize my hairstyle, all of a sudden the NPC box disappears and I am stuck and cant move. I got no choice but to do @go 0 to be able to move again. I am running rAthena 17400 by the way.


     


    If someone can enlighten me if this has something to do with this; I've tried to do some searching and this is what I have got so far ..


     


    http://rathena.org/board/topic/81860-r17280-slight-script-engine-update/


     


    Thank you.


  5. Hi,

     

    I am not sure if the issue has something to do with my client , my SVN or the scripts. Really no idea.

     

    Here is the scenario, say I am using the STYLIST NPC to customize my hairstyle, all of a sudden the NPC box disappears and I am stuck and cant move. I got no choice but to do @go 0 to be able to move again. I am running rAthena 17400 by the way.

     

    If someone can enlighten me if this has something to do with this; I've tried to do some searching and this is what I have got so far ..

    http://rathena.org/board/topic/81860-r17280-slight-script-engine-update/

     

    Thank you.

    • Upvote 1
  6. 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;
           
    }
    

     

     

  7. Help.. I am not sure what the problem is.. but I was able to install the game on my server, but when I did the testing, theyre not able to attack each other.. I got this one worked...

    but I hav another issue, when i tried to test it with 1 vs 1 BR TVT , I killed the other character but I didnt get a point.. I am sorry I know I was following the instruction =(

×
×
  • Create New...