Jump to content

Neblim

Members
  • Posts

    50
  • Joined

  • Last visited

Community Answers

  1. Neblim's post in nobranch mapflag was marked as the answer   
    I've done exactly what Ultramage suggested many many months back and I'll just share the thing so people won't have to go through the same boring experience I did back then. Didn't even know how convenient macros could be back then. ^^;
    nobranch.txt
  2. Neblim's post in 3rd job swapper was marked as the answer   
    Ah, it seems Emistry has beat me to it.
    Oh well, I'll just leave this thing I fixed up in here as well, though, do note it's not as short and clean as Emistry's.
    Things you might want to edit I've left on top in old school style.

    set .CashItem, 7227; // Cash item ID set .CashCost, 10; // Cost in cash items
    Edit: Oh, forgot to add the deletion of cash item. Brb.
    Edit2: All done now~
    Edit3: Edited to work on all job levels.
    job_swapper.txt
  3. Neblim's post in GM autohides and speed 0 on logon was marked as the answer   
    Make sure to have the tabs there..

    -<tab>script<tab>GMLogin<tab>-1,{ OnPCLoginEvent: if(getgmlevel() > 60) { atcommand "@speed 0"; atcommand "@hide"; } end; }
    Also, if your server happens to have a custom symbol for @-commands, be sure to change it in this script as well.
    In other notes, we really need to have support for tabs in
    -tags. ;/
  4. Neblim's post in Working PVP Ladder/Announcer? was marked as the answer   
    Something I found lying around.
    Credits to Terces, Dant3 and AnnieRuRu.
    pvpladder.txt
×
×
  • Create New...