SphereServer BugTracker - SphereServer | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0002243 | SphereServer | new feature request | public | 19-11-13 15:37 | 04-12-13 16:06 |
Reporter | Coruja | ||||
Assigned To | khaos | ||||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | no change required | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Nightly Version | Not Available | ||||
Experimental Flags | None | ||||
Option Flags | None | ||||
Internal Build Number | |||||
Summary | 0002243: New trigger to run on map teleports | ||||
Description | My suggestion is create a new trigger @MapTeleport / @WorldTeleport / @whatever to run when a player step on a world teleport defined on sphere_map_pointsX.scp ARGN1: the destination P (writeable) return 1: prevent teleport | ||||
Steps To Reproduce | |||||
Additional Information | it will be usefull to allow more customization and to take control of these teleports. Example: block someone to exit an area, or make a fix to prevent field traps on world teleports [EVENTS e_char] ON=@MapTeleport IF !(<TAG0.QuestComplete>) SYSMESSAGE You cant exit this area without complete the quest first. return 1 ENDIF //Clear field spells traps on destination before send the player to this P SERV.NEWITEM i_gold NEW.P=<ARGN1> NEW.TeleportClearTrap NEW.REMOVE [FUNCTION TeleportClearTrap] FORITEMS 2 IF (<TYPE>==t_spell) REMOVE ENDIF ENDFOR | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
19-11-13 15:37 | Coruja | New Issue | |||
01-12-13 09:33 | khaos | Note Added: 0001792 | |||
01-12-13 09:33 | khaos | Assigned To | => khaos | ||
01-12-13 09:33 | khaos | Status | new => feedback | ||
01-12-13 21:53 | Coruja | Note Added: 0001795 | |||
01-12-13 21:53 | Coruja | Status | feedback => assigned | ||
04-12-13 16:06 | khaos | Note Added: 0001805 | |||
04-12-13 16:06 | khaos | Status | assigned => resolved | ||
04-12-13 16:06 | khaos | Resolution | open => no change required |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|