diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-03 16:00:35 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-03 16:00:35 -0300 |
| commit | dbee845a5cfb6ca419604ac984d1845440f76007 (patch) | |
| tree | f3a0e626c70867f01805c35ac6ad243e3df04a2f /src/stubs.hh | |
| parent | a1e062c8b27fcf2f65d5a21fc85fbcc80abfa86f (diff) | |
| download | game-dbee845a5cfb6ca419604ac984d1845440f76007.tar.gz game-dbee845a5cfb6ca419604ac984d1845440f76007.zip | |
more spells
Diffstat (limited to 'src/stubs.hh')
| -rw-r--r-- | src/stubs.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stubs.hh b/src/stubs.hh index 4157c61..3e69990 100644 --- a/src/stubs.hh +++ b/src/stubs.hh @@ -41,11 +41,15 @@ extern TConnection *GetFirstConnection(void); extern TConnection *GetNextConnection(void); extern TPlayer *GetPlayer(uint32 CreatureID); extern bool GetRaceNoParalyze(int Race); +extern bool GetRaceNoSummon(int Race); extern int GetRacePoison(int Race); +extern int GetRaceSummonCost(int Race); extern void GraphicalEffect(int x, int y, int z, int Type); extern void GraphicalEffect(Object Obj, int Type); extern int IdentifyPlayer(const char *Name, bool ExactMatch, bool IgnoreGamemasters, TPlayer **Player); extern void InitLog(const char *ProtocolName); +extern void LoadMonsterRaid(const char *FileName, int Start, + bool *Type, int *Date, int *Interval, int *Duration); extern void Log(const char *ProtocolName, const char *Text, ...) ATTR_PRINTF(2, 3); extern void LogoutAllPlayers(void); extern void Missile(Object Start, Object Dest, int Type); |
