Citan Admin
Posts : 20 Join date : 2011-02-24 Location : USA, Rhode Island
| Subject: NoxiousOT spawn scripts Tue Feb 11, 2014 3:39 pm | |
| Below is the iconset for a spawn char to auto invite people to the spawn. When people message the spawn char "invite" it auto invites them. There is a left click and right click script set up. Put both on. Sometimes the command won't go through due to lag or overuse. The reset command is for the spawn char to walk out of the spawn and rejoin it when someone messages the command 'reset'. Incase it doesn't auto join the spawn again there is another script command called 'open', so when a player messages 'open' it auto opens the spawn if it is in temple. Screenshot: http://pbrd.co/MIP9b3 - Code:
-
[Icons] Name: Pull North Enabled: yes DrawAsBackground: yes Size: Small LeftCommand: auto 10000 usegroundxyz $posx [$posy-1] [$posz] RightCommand:
State: Inactive IconType: Top IconIds: 8911 0 0 0 BkgType: Normal BkgIds: 0 0 0 0 AlignX: Absolute PositionX: 1 AlignY: Absolute PositionY: 100 Text: PN Off TextColor: 11184810 HoverColor: 12632256
State: Active IconType: Top IconIds: 8912 0 0 0 BkgType: Normal BkgIds: 0 0 0 0 AlignX: Absolute PositionX: 1 AlignY: Absolute PositionY: 100 Text: PN On TextColor: 65280 HoverColor: 47872
Name: Pull South Enabled: yes DrawAsBackground: yes Size: Small LeftCommand: auto 10000 usegroundxyz $posx [$posy+1] $posz RightCommand:
State: Inactive IconType: Top IconIds: 8911 0 0 0 BkgType: Normal BkgIds: 0 0 0 0 AlignX: Previous PositionX: 1 AlignY: Absolute PositionY: 140 Text: PS Off TextColor: 11184810 HoverColor: 12632256
State: Active IconType: Top IconIds: 8912 0 0 0 BkgType: Normal BkgIds: 0 0 0 0 AlignX: Previous PositionX: 1 AlignY: Absolute PositionY: 140 Text: PS On TextColor: 65280 HoverColor: 47872
Name: Invite Enabled: yes DrawAsBackground: yes Size: Small LeftCommand: auto 500 listas 'invite script' | if [$curmsg.content == 'invite' && $curmsg.sender != 'Stawiam Nocki' && $curmsg.sender != 'Pekerhuehue' && $curmsg.isprivate] {say '!ps invite,$curmsg.sender'} RightCommand: auto 1500 listas 'invite script' | if [$curmsg.content == 'invite' && $curmsg.sender != 'Stawiam Nocki' && $curmsg.sender != 'Pekerhuehue' && $curmsg.isprivate] {say '!ps invite,$curmsg.sender'}
State: Inactive IconType: Normal IconIds: 3006 0 0 0 BkgType: Normal BkgIds: 3734 0 0 0 AlignX: Previous PositionX: 2 AlignY: Absolute PositionY: 180 Text: Invite off TextColor: 11184810 HoverColor: 12632256
State: Active IconType: Normal IconIds: 3006 0 0 0 BkgType: Normal BkgIds: 3734 0 0 0 AlignX: Previous PositionX: 2 AlignY: Absolute PositionY: 180 Text: Invite on TextColor: 65280 HoverColor: 47872
Name: Anti Idle Enabled: yes DrawAsBackground: yes Size: Small LeftCommand: auto 200 listas 'Dance' | turnn | wait 600000 | turns | wait 600000 | turnw | wait 600000 | turnn RightCommand:
State: Inactive IconType: Top IconIds: 5795 0 0 0 BkgType: Normal BkgIds: 3734 0 0 0 AlignX: Previous PositionX: 1 AlignY: Absolute PositionY: 220 Text: Anti Idle TextColor: 11184810 HoverColor: 12632256
State: Active IconType: Top IconIds: 5794 0 0 0 BkgType: Normal BkgIds: 3734 0 0 0 AlignX: Previous PositionX: 1 AlignY: Absolute PositionY: 220 Text: Anti Idle TextColor: 65280 HoverColor: 47872
Name: Reset Enabled: yes DrawAsBackground: no Size: Small LeftCommand: auto 400 listas 'reset script' | if [$curmsg.content == 'reset' && $curmsg.isprivate] {pm '$curmsg.sender' 'Resetting spawn.' | wait 800 | moves | wait 800 | movew | wait 800 | movew | wait 800 | movew | wait 800 | movew | wait 800 | moves | wait 800 | movew | wait 800 | movew | wait 800 | movew | wait 800 | movew | wait 800 | movew | wait 800 | movew | wait 800 | movew | wait 800 | movew | wait 800 | movew | wait 800 | movew | wait 800 | movew | wait 800 | say '!ps join' | wait 800 | pm '$curmsg.sender' ' RightCommand:
State: Inactive IconType: Normal IconIds: 3024 0 0 0 BkgType: Normal BkgIds: 3734 0 0 0 AlignX: Previous PositionX: 1 AlignY: Absolute PositionY: 260 Text: Reset TextColor: 8421504 HoverColor: 12632256
State: Active IconType: Normal IconIds: 3024 0 0 0 BkgType: Normal BkgIds: 3734 0 0 0 AlignX: Previous PositionX: 1 AlignY: Absolute PositionY: 260 Text: Reset TextColor: 65280 HoverColor: 43008
Name: Open ps Enabled: yes DrawAsBackground: no Size: Small LeftCommand: auto 400 listas 'enter ps script' | if [$curmsg.content == 'open' && $curmsg.isprivate] {pm '$curmsg.sender' 'Opening spawn.' | wait 800 | say '!ps join' | wait 800 | pm '$curmsg.sender' 'Spawn opened.' | wait 800 | say '!ps invite,$curmsg.sender' } RightCommand:
State: Inactive IconType: Normal IconIds: 3024 0 0 0 BkgType: Normal BkgIds: 3734 0 0 0 AlignX: Previous PositionX: 1 AlignY: Absolute PositionY: 300 Text: Open TextColor: 8421504 HoverColor: 12632256
State: Active IconType: Normal IconIds: 3024 0 0 0 BkgType: Normal BkgIds: 3734 0 0 0 AlignX: Previous PositionX: 1 AlignY: Absolute PositionY: 300 Text: Open TextColor: 65280 HoverColor: 43008
| |
|