Jump to content

Freya Jorgenson

Members
  • Posts

    146
  • Joined

  • Last visited

Everything posted by Freya Jorgenson

  1. Thank you capuche! Do I only type this? warpguild "<mapname>",<x>,<y>,<guild_id>; underneath the onagitend command?
  2. 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.
  3. Hi, I am currently using Euphy's WOE script. Is there such a script to warp all guilds who participated in WOE to the PVP room after the WOE? Thanks in advance.
  4. 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;
  5. Thanks Emistry. While I am trying to figure out and understand what you meant, may I also request for an example ? I'm not trying to be lazy, but I just dont know how to start ..=(.
  6. 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...
  7. Hi I got the same issue as well. Anyone can shed a light please?
  8. Thank you, trying now. But how about the other NPC?
  9. 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.
  10. 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.
  11. I got the same problem, hw did you fix it?
  12. hey, I paid you for this: https://www.facebook.com/photo.php?fbid=528936963820824&set=a.502851423096045.1073741829.502696119778242&type=1&theater but I never got the merchandise, been waiting for almost a month now @_@
  13. nyo po magnahanp sa support site ng router nyo .. http://www.prolink2u.com/new/products/index.php?cid=253 this one pa.. though I haven't seen the video... www.youtube.com/watch?v=U8OSufVmpto try mo din po maghanap sa Internet, baka sakaling may makita ka =)
  14. Yey! We miss you Rathena!
  15. 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; }
  16. ~ I would have to LOL on that .. Just because you're good in RO development means you are more SMARTER and INTELLIGENT than the others? ... LOLLLLLLL

  17. Sweet. I had been waiting for my application to be approved a long time !! =)
  18. Hello Euphy! it worked perfectly on my server. Thank you. @TS thank you for making this thread =)
  19. is it possible to incorporate those scripts, to this one made by ngek22? http://pastebin.com/7zGRAiFV
×
×
  • Create New...