Search results

  1. G

    Star Gladiators to Use Parryling with Books

    I'm requesting for the source on how to enable Star Gladiators to Use Parryling with Books
  2. G

    bts delay help

    //=============Valkyrie Quest============== //===================== BTS ===================================================== function script epoch_time { .@time = getarg(0); .@hour = ( .@time / 3600 ); .@min = ( .@time % 3600 / 60 ); .@sec = ( .@time % 3600 %...
  3. G

    pub house

    if there is a trading house. how about a pub house. As we can see to other RO that there are tons of pub in 1 place. how about creating an npc where a player can post his pub there. then another player can reply to a pub then a one who posted the pub will be notified.
  4. G

    Buying store error

    I'm using 20100730 client when i try to click the pub of the player that has a buying store. my client will stop responding how to fix? Also How to fix the price limit
  5. G

    weapon refine skill

    when i refine using the weapon refine skill of the whitesmith nothing happens. what could be the problem? i tried any kind of weapon. i have the right requirement but still it doesnt work. when i press ok nothing happens
  6. G

    non stop account info

    when A Gm right click a player. a spam about account info will occur i tried already this fix but didn't work 2010-07-30 here http://rathena.org/board/tracker/issue-9186-infinite-account-info-spam-for-2010-07-30/ http://rathena.org/board/topic/94135-infinite-accinfo-on-charcters/
  7. G

    woe controller help & question

    //===== rAthena Script =======================================//= Euphy's WOE Controller//===== By: ==================================================//= Euphy//===== Current Version: =====================================//= 1.5//===== Compatible With: =====================================//=...
  8. G

    hunting mission problem

    attached the image of the problem how to fix it? //===== rAthena Script =======================================//= Hunting Missions//===== By: ==================================================//= Euphy//===== Current Version: =====================================//= 1.4//===== Compatible With...
  9. G

    market npc(Trade house)

    I've been looking into different server, I noticed that their vending area is quite overcrowded. What if there will be a market npc like in cabal where they will put there item for sale in the market npc then wait till the item is bought. then retrieve the zeny. the npc called in cabal is trade...
  10. G

    cannot find file sprite

    it only shows cannot find sprite then .spr. only the extension name shows. how to fix?
  11. G

    Gravity error

  12. G

    Enhancing Hourly points

    //===== Hourly Points Script =========================================//===== By: ==========================================================//= GorthexTiger modified by Nibi//===== Current Version: =============================================//= 1.0//===== Compatible With...
  13. G

    Appear disappear npc

    I'm requesting an npc that only appears to level 254 and below. and when the level of the player is 255 the npc won't show. I didn't saw this yet on the other server. maybe this could be implemented? sounds weird but cool for me
  14. G

    Guild Package

    Need in a Guild Need Guild Level 50 Need Minimum 10 Online Members (Total 11 Including Guild Master)(MUST BE ONLINE) Need 255/120 All Members One Guild Package Per Account Can be set the Reward for Guild Members And for Guild Master. Detect if the player is using dual client(If yes then...
  15. G

    @drop on / off command

    when a player login. @dropoff is automatically initiated. functions of drop off and drop on drop off= any item cannot be drop but can be stored to the storage and can be sold. drop on= can drop the item and etc. I'm requesting for .diff for hercules and rathena
  16. G

    Break the seal delay

    I would like that every mission that will be achieve, The player must wait 1 week before the player can work on the second mission then after the second mission a 1 week delay again then 3rd mission and so on. //=============Valkyrie Quest==============//===================== BTS...
  17. G

    change to item reward hunting mission

    I wan't that the hunting mission point be replaced by TCG CARD (7227). with a constant number of 3. //===== rAthena Script =======================================//= Hunting Missions//===== By: ==================================================//= Euphy//===== Current Version...
  18. G

    @market command

    a player types @market <message>. then a clone that have the same name as the player who typed @market will popup to your place with a chat room containing the message you typed in the @market. Then when another player clicks the pub of the clone. a message will pop up that she/he should...
  19. G

    setting time limit per account

    how to set the time limit per account not per player? thank you function t;function s; if ( cooldown_warp > gettimetick(2) ) { mes "you must wait "+ t( cooldown_warp - gettimetick(2) ); close; } warp .map$,0,0; cooldown_warp = gettimetick(2) + 3600;// 3600 secs = 1h addtimer ( 3 *60 *1000...
  20. G

    2010-07-30 client hexing

    What to hex in the client date 2010-07-30 to enable character creation until 9?
Back
Top