Search results

  1. Brynner

    how to fix the / commands for 2013 client?

    i just notice that some / commands is not working properly. just like /showname im using 2013-08-07aRagexe.exe. thank you in advance.
  2. Brynner

    compile problem for the latest version using visual studio 2012

    every time i make a clean i got this. i have no idea how to fix this. 1>------ Clean started: Project: plugin-HPMHooking, Configuration: Debug Win32 ------1>Project file contains ToolsVersion="12.0". This toolset may be unknown or missing, in which case you may be able to resolve this by...
  3. Brynner

    How to make a customized box?

    if you open that box. it will ask you which item class you want to get. choices. Swordsman Magician Archer Acolyte Merchant Thief for Swordsman. you'll get +7 Formal suit, +7 boots, +7 manteau, +7 shield. for Magician you'll get +7 Formal suit, +7 shoes, +7 muffler, +7 guard. for...
  4. Brynner

    how can i make this script work?

    i just want this +6 Armor Refine Ticket will be usable. if you use it. it will ask you which item you want to safe refine. after you choose it will refine it to +6 without failed. it will consume the +6 Armor Refine Ticket if it was successfully refine. thanks in advance.   Item ID# 6235...
  5. Brynner

    how to change the lotti girl announcement.

    how to make this lotti girl announcer will announce only if you get item below 10%. and it will not announce the default reward item. mes "[Lotti Girl]"; mes "It costs "+.Price+" Zeny to play."; if (Zeny < .Price) close; next; if(select("Deal me in!:No way...")==2) close; mes "[Lotti...
  6. Brynner

    how to add multiple reward item here.

    im using tr0n's Questboard [1.4.4] //===== rAthena Script =======================================//= tr0n's Questboard//===== By: ==================================================//= tr0n//===== Current Version: =====================================//= 1.4.4//===== Compatible With...
  7. Brynner

    how to disable #map?

    i just want to disable this so they should use broadcaster instead of #map.
  8. Brynner

    anyone have an idea regarding on this? [Error]: buildin_rid2name: invalid RID

    im having an issue on it on the latest version? [Warning]: npc_event: player's event queue is full, can't add event 'devil_square_warp::OnPCDieEvent' ![Warning]: npc_event: player's event queue is full, can't add event 'Devil Square::OnPCDieEvent' ![Error]: buildin_rid2name: invalid RID here...
  9. Brynner

    Storage Category

    File Name: Storage Category File Submitter: bgamez23 File Submitted: 12 Sep 2013 File Category: Other Graphics this will fix the issue regarding on the storage category. http://herc.ws/board/topic/2141-storage-category/ and also related on this issue...
  10. Brynner

    is it possible to use the iRO client?

    is it possible to use it on Hercules?their Sakray client?it can be diff. i can make a new character. but i can't login on the server. anyone have an idea or know how to make it work?i just want to test something. thanks in advance.
  11. Brynner

    storage category

    anyone know how to fix this category problem on the storage? Before using old revision. After using latest revision.
  12. Brynner

    question about the typedef

    what happen to typedef int? typedef int (*AtCommandFunc)(const int fd, struct map_session_data* sd, const char* command, const char* message); it became typedef bool? typedef bool (*AtCommandFunc)(const int fd, struct map_session_data* sd, const char* command, const char* message,struct...
  13. Brynner

    how to disable guild recruiting on a specific time?

    im just wondering if its possible to disable recruiting guild member on a specific time? ex. from OnClock0000: to OnClock0025:. you can't invite guild member on your guild. after OnClock0026: it will be back to normal. you can now invite guild members. thanks in advance.
  14. Brynner

    R>Script that will automatically reset all stats of all character?

    is it possible to make it work? because i noticed one of my gm adjusted the stats of some players i just want to make it automatically reset if the stats is not normal?specially on 99 max level only. the normal stats is 2 99 and 1 9. ex. str 99 agi 99 dex 9 which is normal. and if the...
  15. Brynner

    help with this freebies npc

    how to make this freebies script will only gave freebies for those account credited after account id 2000735? below that account will not be given any freebies. brasilis,203,185,4 script Freebies 112,{ delwaitingroom; waitingroom "Free Item Here!",0; // Look on the configuration!if( !Freebies...
  16. Brynner

    who has WoE Setter script that are compatible with latest hercules?

    someone out here who have a working WoE Setter? or anyone here can make this compatible with the latest version of Hercules? http://rathena.org/board/files/file/2397-woe-setter/ thanks in advance.
  17. Brynner

    how can i make this script automatically start every 2hrs?

    anyone know how to make this script automatically start every 2hrs? and also the item reward is fix. every time you won you will get 10 poring_coins automatically and all your member. thanks in advance. //**********************************************************************************//...
  18. Brynner

    Hercules FluxCP

    this is a modified fluxcp from xantara. i just made it compatible for hercules. at the moment. renewal still not supported. tested for Pre-re. Defense. Attack http://hercules-fluxcp.googlecode.com/svn/trunk/ all credits goes to the owner of this control panel.
  19. Brynner

    what's wrong with this script?

    why i can still hit my own Emperium? - script KoE -1,{OnInit:disablenpc "The King#KoE";disablenpc "Exit#KoE";end;OnWhisperGlobal:if ( getgmlevel() < 99 ) end;else if ( compare ( @whispervar0$, "on" ) ) goto L_start;else if ( compare ( @whispervar0$, "off" ) ) goto L_end;else...
  20. Brynner

    how can i reset the guild castle owner?

    is there an easy way to make all castles un occupied?
Back
Top