Thread: NPC's moving?

Results 1 to 3 of 3
  1. #1 NPC's moving? 
    Registered Member
    Join Date
    Oct 2008
    Posts
    76
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    Hey guys recently ive been having this problem quite alot lately, i login to find that the shop NPC's have been moved from their original position.
    I think someone is using barrage spell on them, the only way they go back to original position is if i reset server.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Oct 2008
    Posts
    76
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    anyone?
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jul 2007
    Age
    31
    Posts
    1,438
    Thanks given
    43
    Thanks received
    21
    Rep Power
    0
    Save this as an bat file and open.
    Code:
    @ECHO OFF
    TITLE Evan's Autospawn Maker
    :spawnmake
    cls
    ECHO.
    ECHO Welcome to Evan's Autospawn Maker V2
    ECHO Made by Evan.
    ECHO E-Mail/MSN: [email protected]
    ECHO.
    SET /P NpcID=Npc ID? 
    SET /P CoordX=Coord X? 
    SET /P CoordY=Coord Y? 
    SET /P Height=Height? 
    SET /P RangeX1=Range X1? 
    SET /P RangeY1=Range Y1? 
    SET /P RangeX2=Range X2? 
    SET /P RangeY2=Range Y2? 
    SET /P WalkType=Walk Type? 
    SET /P Description=Description? 
    SET string=spawn = %NpcID%	%CoordX%	%CoordY%	%Height%	%RangeX1%	%RangeX2%	%RangeX2%	%RangeY2%	%WalkType%	%Description%
    ECHO.
    ECHO %string%
    ECHO.
    ECHO ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ECHO Add that line to npc.cfg.
    ECHO.
    SET /P Again=Make another Autospawn (y/n)? 
    @if %again%==y GOTO spawnmake
    ECHO Goodbye!!!!!
    PAUSE
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •