Search results

  1. S

    modifying vending skill

    will this make the vendor immune to monster's attacks? case MC_VENDING: if (sd) { //Prevent vending of GMs with unnecessary Level to trade/drop. [skotlex] if ( !pc_can_give_items(sd) ) clif->skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); else { sd->state.prevend =...
  2. S

    map crash

    how to install debuginfos to see full stacktrace. (gdb) bt full#0  0x00000000004b5468 in skill_cell_overlap ()No symbol table info available.#1  0x00000000005995c4 in bl_vforeach.114343 ()No symbol table info available.#2  0x000000000057592d in map_vforeachincell ()No symbol table info...
  3. S

    autotrade monster ignore not working

    sd->state.autotrade = 1; sd->state.monster_ignore = 1; but it wont work.
  4. S

    where is user's current map saved in database?

    like the title says.. where is user's current map saved in database?
  5. S

    @noks doesn't work with thanathos and fallen bishop

    some players are reporting that @noks doesn't work with the mvp listed above. i tried with red_plant and it also doesn't work.
  6. S

    get people in waiting room

    is there a way to get people on waiting room? something like this: arlandria,150,129,1 script test#npc1111 81,{end;OnInit: waitingroom "Test NPC",2,"test#npc1111::OnFull",1; enablewaitingroomevent "test#npc1111"; end; OnFull: npctalk "Hey, "+strcharinfo(0); end;} would be even better is there...
  7. S

    bg monster attacks team

    bg_monster(.red,"endless_war",94,90,"Red Guardian",1960); .red is a valid team from waitingroom2bg and it's attacking both teams,
  8. S

    how do you remove mobs?

    hello, when you set something like pay_dun04,0,0,0,0 monster Dokebi 1110,40,0,0,0 how do you unload them?
  9. S

    fakename + disguise name color

    whenever using fakename + disguise my gm character name is still yellow, and when playing HnS it easy it find me. is there a way to ignore the aid/yellow whenever you're in a disguise/fakename?
  10. S

    gm char can warp or jump outside town

    how do you disable this?
  11. S

    dropcardper reduce?

    i have set that all mvp card are dropped by 10% tried setting dropcardper to 2 it change from 10% to 20% how can you set selected mvp to drop it on 5% or .5 in dropcardper?
  12. S

    equested name for non-existant map index [0] in cache

    i suddenly got this debug message in console, how do you fix this? [Debug]: mapindex_id2name: Requested name for non-existant map index [0] in cache. clif.c:clif_party_info:6501
  13. S

    itemmap for hercules

    can anybody rewrite this to be hercules compatible? Thanks in advance http://rathena.org/board/topic/56124-package-getitem-map-itemmap/
  14. S

    get BG team players

    is there a way to get BG team players? like for example red team wins, i need to get the players on red team to give them rewards/prizes. currently i used the array given by waitingroom2bg, but when i add players using waitingroom2bg_single i cannot seem to get the players i added...
  15. S

    check mapflag

    is there a way to check mapflags in script? like for example, check if map have mapflag pvp or outdoor, etc...
  16. S

    client crashing when using @refresh

    we are crashing when using @refresh command while equipped with custom items. anybody experiencing this?
  17. S

    asura disconnects player

    i have posted here http://herc.ws/board/topic/1717-asura-crashes-client/ but found this issue: http://herc.ws/board/tracker/issue-6952-asura-disconnect-issue/ we've tried almost everything already. thanks!
  18. S

    asura crashes client

    hello, when someone used asura two times, the client is crashing, is there a way to debug this? we've tried everything, using old clients(our previous one) and even newer(2012-07-xx), i even turned off packet obfuscation in the server.
  19. S

    reload all config

    is there a way to reload all configs? like restarting the map server without actually restarting it, just reloads everything?
  20. S

    private message to player

    is there a way to send private message or private announcement to a player? im making a script which add items to a player and when they login, they will receive the item, so if they are online, i need to tell them to relogin. thanks in advance
Back
Top