Jump to content

15peaces

Members
  • Posts

    142
  • Joined

  • Last visited

Posts posted by 15peaces

  1. Maybe try getting support on eAmod forums? You've paid for this... xD

     

     

     

    [spoiler=Off topic... ^^]

    Sorry... But why is ANYONE using eAmod? I mean, you pay for free open source stuff, which is stolen from misc emulators, put together and sold for $150? ...

     

    And this is NOT leagal under GNU license: (source: http://www.zephysoft.com/eamod/index.php?/topic/5-eamod-terms-and-rules/)

    "As eAthena is a "Free to change and distribute" project, as the license explains, eAmod isn't.
    All the extra modifications to the source files, scripts, configurations and databases where
    created only for commercial purposes, and to be sold on our website, and sometimes by authorized
    resellers."

     

     

  2. Before adding / changing anything else in shop window untick the NO MSG option. Then it should work...

    I'm using 2013-12-23cRagexe on 3ceam an there is the same issue. I don't think this got fixed in rAthena, too right now... (or am I wrong? xD)

     

    BTW: NO MSG should be sth. like "Confirm over 10M" if I'm right ^^

  3. there is a easy way to avoid this:

    don't use close or close2 after the callshop function. use end. so the mes box will be there until the shop is closed and the player will be unable to move.

  4. Try this:

    - script npcdisabler -1,{
    OnAgitStart:
    OnAgitStart2:
    disablenpc "poring";
    disablenpc "PVP ROOM";
    disablenpc "disguise";
    end;
    OnAgitEnd:
    OnAgitEnd2:
    enablenpc "poring";
    enablenpc "PVP ROOM";
    enablenpc "disguise";
    end;
    }
    
×
×
  • Create New...