Search results

  1. Brynner

    how to make this source work.

    if( pc_has_permission(sd,PC_ANNOUNCE_TRADE) ) gm_sd = sd; if( pc_has_permission(target_sd,PC_ANNOUNCE_TRADE) ) gm_sd = target_sd; else gm_sd = NULL;  i'm confuse using the if else and else if. thanks in advance.
  2. Brynner

    how can i make auto change day and night when character login

    is this possible when character login the server will become night. but when he logout it will be back to normal day.
  3. Brynner

    punching bag script like on iRO sakray

    anyone here knows a punching bag script just like on iRO?so i can test my skills to this npc script. thanks in advance.
  4. Brynner

    how to put safe zone on some pvp map?

    i just want to make an special event on this map. pvp_y_1-1. and i just want to add a safe zone for player who want to rest or do anything without hitting with other player or mobs. if you will come out on the green box. monsters or other player can attack you. but while your are on inside the...
  5. Brynner

    2012 Ragexe Area

    what do you mean? the red arrow? if you are using the Ragexe before themida. you should use the <servicetype>korea</servicetype> to make it work.
  6. Brynner

    need help on tortoise configuration

    ow can i make this automatic option automatic? from this unreadable on notepad to just like this. this is only happen on hercules. but on rAthena, 3ceam and eAthena its working properly.
  7. Brynner

    [SOLVED] rAthena to Hercules

    i already applied all the upgrade patch. but still having an error on creating character. : DB error - Field 'char_opt' doesn't have a default value[Debug]: at d:hercules  - high ratesrccharchar.c:1584 - INSERT INTO `char` ( `account_id`, `char_num`, `name`, `zeny`, `status_point`,`str`...
  8. Brynner

    @pk patch v1.1

    File Name: @pk patch v1.1 File Submitter: bgamez23 File Submitted: 21 Apr 2013 File Category: Source Modifications @pk commands for hercules credits for Haru teaching me and make this thing works again. Click here to download this file
  9. Brynner

    @garbage patch

    File Name: @garbage patch File Submitter: bgamez23 File Submitted: 21 Apr 2013 File Category: Source Modifications @garbage commands for hercules Click here to download this file
  10. Brynner

    @aura patch

    File Name: @aura patch File Submitter: bgamez23 File Submitted: 20 Apr 2013 File Category: Source Modifications @aura commands for hercules Click here to download this file
  11. Brynner

    item drop delay patch

    File Name: item drop delay patch File Submitter: bgamez23 File Submitted: 20 Apr 2013 File Category: Source Modifications item drop delay for hercules Click here to download this file
  12. Brynner

    advance item check

    this source is from rAthena. when i try to patch it on hercules i got a warnings. Index: conf/battle/items.conf===================================================================--- conf/battle/items.conf (revision 17269)+++ conf/battle/items.conf (working copy)@@ -51,12 +51,16 @@ // NOTE...
  13. Brynner

    @aura command

    how to make this compatible to hercules? thanks in advance. Index: mmo.h===================================================================--- mmo.h (revision 17181)+++ mmo.h (working copy)@@ -349,7 +349,7 @@ unsigned char karma; short hair,hair_color,clothes_color; int...
  14. Brynner

    'clif_broadcast2' undefined

    how to fix this? warning C4013: 'clif_broadcast2' undefined
  15. Brynner

    item drop delay

    how can i make this compatible with hercules? Index: pc.c===================================================================--- pc.c (revision 17269)+++ pc.c (working copy)@@ -578,6 +578,7 @@ sd->state.active = 0; //to be set to 1 after player is fully authed and loaded. sd->bl.type...
  16. Brynner

    2013 Ragexe Area

    how to fix for this hshield problem?
  17. Brynner

    changing character job name on langtype 0

    is there any chances to change the name of the job when using langtype 0?
  18. Brynner

    Item Check Improve?

    // Item check? (Note 1) // On map change it will check for items not tagged as "available" and  // auto-delete them from inventory/cart. // NOTE: An item is not available if it was not loaded from the item_db or you  // specify it as unavailable in db/item_avail.txt item_check: yes   is there...
  19. Brynner

    custom refiner

    how can i change the current refiner?i want to change it to. instead of destroying item when it failed. it will only decrease the refine? for example. +8 when it failed it will return to +7? is this possible?thanks
  20. Brynner

    how can i disable gm accounts to drop item

    how can i disable gm accounts to drop item. but they can still trade on the player?only the dropping item will be disabled from them.
Back
Top