Interface Script
- All Known Implementing Classes:
AbstractAdminScript,AbstractOfflineAction,AdminMaker,AdminPortal,AdminSign,AlterLoot,AlterQuest,AngelRaid,AnimalRaid,BarbarianRaid,BeholderRaid,BetManager,BlordroughRaid,BugInspect,ChangeDaytime,ChangeMap,ChaosRaid,CommerceExchange,ContMoveAndStrengthenOnlinePlayers,CountObjects,CountUnusedSprites,CreateRaid,CreaturesRatioCalculator,DBLogging,Debuggera,DebugWeather,DeepInspect,DisableFeature,DragonRaid,DropPlayerItems,DrowRaid,DumpCharacterFromDatabase,DumpConditions,DumpDeletionCandidates,DumpItems,DumpOpenDBTransactions,DumpTransitions,DumpTransitionsEx,DumpTurnListenerEvents,DwarfRaid,EasterBunny,EasyRPAction,ElementalRaid,ElfRaid,EnableFeature,Enchant,EntitySearch,EventTest,ExecuteLua,ExecuteSQL,ExtendedSummonAt,FairyRaid,FarmRaid,FieldInspect,FindBrokenCorpses,FishInspect,FixDM,FixNegativeHp,FreezeHell,FrogmanSheepmanRaid,GC,GnomeRaid,HandleTransitions,Herald,ImperialRaid,ItemRarity,KoboldRaid,LichRaid,ListNPCs,ListRaids,ListSpawnPoints,ListUnusedCharacters,ListZones,Log4J,LogoutPlayer,Maria,MineTown,MoveAndStrengthenOnlinePlayers,NameChange,NPCPathCheck,NPCShout,NPCShoutZone,Observer,OfflineAdminlevel,OfflineClearSentence,OniRaid,OrcRaid,Plague,PlayerPositionMonitoring,RemoveClient,RemoveVisitedZone,RemoveZone,ResetSlot,ResetTutorial,RestoreOriginalOutfit,Santa,SaveAllPlayers,ScriptImpl,ServerDown,ServerReset,ServerShutdown,SetNPCPath,SetNPCPathReversible,SetWelcomeText,SokobanReload,SokobanWatcher,SpawnCreature,SummonChest,SummonSpell,TeleportAllPlayers,TeleportNPC,TestShowItemList,TPPNextPhase,TPPShowQuestState,Unblock,UnblockTradeTable,WhereWho,ZombieRaid,ZoneCollisionCheck,ZoneStatistics
public interface Script
A script, which can be reloaded at runtime.
- Author:
- hendrik
-
Method Summary
-
Method Details
-
load
Initial load of this script.- Parameters:
admin- the admin who load it ornullon server start.args- the arguments the admin specified ornullon server start.sandbox- all modifications to the game must be done using this object in order for the script to be unloadable
-
unload
Unloads this script.- Parameters:
admin- the admin who load it ornullon server start.args- the arguments the admin specified ornullon server start.
-
execute
Executes this script.- Parameters:
admin- the admin who load it ornullon server start.args- the arguments the admin specified ornullon server start.
-