Search results

  1. Brynner

    R>King of Emperium Hill

    anyone have this script? thanks in advance.
  2. Brynner

    why this script does not work here?

    the punching bag should respawn back after it was killed. but the npc does not show again. - script Punching Bag -1,{ OnInit: OnDeath: monster "prontera",156,170,"Punching Bag",1905,1,strnpcinfo(3)+"::OnDeath";}
  3. Brynner

    how to disable consumable item on a certain map?

    how can disable using potions, or any consumable item on a map?
  4. Brynner

    where can i buy this following Mercenary Items?

    where can i buy this following Mercenary Items? i already talk to the Mercenary Manager. but i only see this. Level 1 Mercenary Scroll Base 15+ - 7,000z Summons a level 1 mercenary.Level 2 Mercenary Scroll Base 25+ - 14,000z Summons a level 2 mercenary.Level 3 Mercenary Scroll Base...
  5. Brynner

    @moblist

    can i request @moblist? this command will display all monster in the current map. it will also display on how many monster in your current map. and also it will display if there is a MVP mobs. example inside gef_dun02 when you type @moblist it will display this.   Hunter Fly [10]   Ghoul...
  6. Brynner

    what would be the cause of this bug?

    i can't cast the critical explosion skill.
  7. Brynner

    forum bots here in hercules

    some bots are already entered this community posting something not related to any topic. just like this one. AlexeyDex http://herc.ws/board/topic/1395-help-with-this-dice-event/?p=10117
  8. Brynner

    how can i rename the group name category?

    how can i change this?   id: 1  name: "Super Player"   id: 2  name: "Support"   id: 3  name: "Script Manager"   id: 4  name: "Event Manager"   id: 10  name: "Law Enforcement" when i try to rename the id 1 into this 1.   id: 1  name: "Super Player2" i got this error...
  9. Brynner

    help with this dice event.

    why on this script sometimes the reward npc does not appear? if he announce this. "Dice: Come to me and tell me your name." when i go to the reward npc there is no npc but sometimes it show? - script Dice#announcer -1,{OnInit: disablenpc "prtevent"; hideonnpc "Dice#evnt1"...
  10. Brynner

    how can i enable trade log?

    only atcommandlog and picklog are recorded. how can i enable the trade log?
  11. Brynner

    what would be the cause of this?

    i have no idea what cause of this. [Debug]: script debug : 0 110013670 : Quest requirement #0 invalid (skipped). it occurred after i update my revision.
  12. Brynner

    how to make this event automatic start every 2hrs?

    //##########################################################################//By: ____ _ __ __ ____ _____ #// | ___ __ __ _ | | / /_ _ _ / ___ / ____| #// | || | / _ / /| || | / /| || | || | ___ | (___ #//...
  13. Brynner

    harmony users that are using latest version.

    does anyone already know how to remove this warning? srcmapharmony.c(225): warning C4013: 'chrif_harmony_request' undefined; assuming extern returning int this is the affected line. chrif_harmony_request((uint8*)data, id); thanks in advance.
  14. Brynner

    NoviceVSZombie

    how to fix this script? on this current script. if you die inside and 1 player left. the reward npc but when the player got killed few seconds upon the start of the event. the zombie still keep respawning. and also if the player leave during the event. and when only one player left. it will be...
  15. Brynner

    help regarding on monster info structure.

    map name,x,y,?,? monster monstername monsterid,quantity,maximumtime?,minimumtime?,?  i just want to know what is the ?.thanks in advance.
  16. Brynner

    R>Healer/ Buff System

    hi i just want to request Healer/ Buff System script. Healer/ Buff System: The healer does a 100% heal, Agility and Blessing buff and remvoes any negative status effects. The healer also allows guild leaders to purchase additional buffs. These buffs are quite expensive but the entire guild gets...
  17. Brynner

    how to make this script compatible with the latest version?

    static int count_mob(struct block_list *bl, va_list ap){ struct mob_data *md = (struct mob_data*)bl; int id = va_arg(ap, int); if (md->class_ == id) return 1; return 0;}ACMD_FUNC(mapmoblist){ char temp[100]; bool mob_searched[MAX_MOB_DB]; bool mob_mvp[MAX_MOB_DB]; // Store mvp data.. struct...
  18. Brynner

    why the character name was place on top of my character?

    i'm not really sure on whats happen here. why the character name was place on the top of my character?
  19. Brynner

    need a support here.

    how to disable mobs skill but they can still summon his slaves? i try to disable it but his not summoning any of his slaves. thanks in advance.
  20. Brynner

    @mount

    it would be nice if we can use all the dragons. i hope this can be applied here just like on 3ceam. @mount 1 for regular dragon @mount 2 for black dragon @mount 3 for white dragon @mount 4 for blue dragon @mount 5 for red dragon
Back
Top