- Joined
- Sep 10, 2006
- Messages
- 138
- Reaction score
- 0
Hi !
To make this forum more readable and to have an overview over all fixes & updates , i decided to make this thread.I'll try to keep it up-to-date everyday, and would be happy if a mod could stickie this
ONLY POST CODE YOU MADE/FOUND !!!
PLS FOLLOW THIS TO KEEP THIS POST READABLE !! DO NOT FORGET TO GIVE CREDITS, TOO
@MODS: PLS DELETE THE TOPICS WHERE IS NO CODE IN ! (and if the problems are solved)
would be kind of you
ty in advance
@mods: i will post every new code of me in a NEW reply, so you can link to any reply you want, and people can see there are new updates when i post a new one
OK, lets start...
INDEX:
ill keep this index for better overview updated, and split it to categorys.
if you have another category, SEND ME A PM pls.
COMPILE GUIDE:
- BIG TY TO forsaken08
GameMaster-Commands:
- /item command for GMs (ty to Caali)
- /weapon command for GMs (ty to rl2171)
- /kick command for GMs (ty to Caali)
- /ban command for GMs (ty to Caali)
- /zuly command for GMs (ty to Sander122)
- /level command for GMs (ty to Caali)
- /stat command for GMs (ty to Caali)
- /killinrange command for GMs (a GM-AoE)(ty to Caali)
- /class command for GMs (ty to Caali)
BugFixes:
- Make GM commands only useable for GMs (ty to Caali)
Snippets (small code pieces):
- Make an editable Welcome-Message (ty to Caali)
- Get the EXP-Rate from config.ini (ty to Caali)
Database (spawnzones, etc. ):
- Newest list_npc, list telegates, and a /tele file
ty to rl2171
Functions (could help you at coding / are needed for my scripts):
- function bool IsMonInCircle(CWorldClient* thisclient, CMonster* thismon, float radius) (check if a monster (thismon) is in a circle with radius (radius) around a player (thisclient) (ty to Caali)
-function CWorldClient* GetClientByCharname( char* name ) (gets a client by its name; returns 0 if it cant find the name) (ty to Caali)
New Things (completely new features):
To make this forum more readable and to have an overview over all fixes & updates , i decided to make this thread.I'll try to keep it up-to-date everyday, and would be happy if a mod could stickie this
DO NOT POST QUESTIONS HERE !!!Elndor said:@"tehleechers"
Stop asking for a compiled pack... He won't do it and I don't want him to do it... If you can't add these fixes yourself then dont even have the source code on your computer... Please dont sit around these forums posting in EVERY fk'in thread for people to release their files... Everyone is sick of it so stop -_-;; I will be doing my work and PMing or telling the people worthy of having
ONLY POST CODE YOU MADE/FOUND !!!
PLS FOLLOW THIS TO KEEP THIS POST READABLE !! DO NOT FORGET TO GIVE CREDITS, TOO
@MODS: PLS DELETE THE TOPICS WHERE IS NO CODE IN ! (and if the problems are solved)
would be kind of you
@mods: i will post every new code of me in a NEW reply, so you can link to any reply you want, and people can see there are new updates when i post a new one
OK, lets start...
INDEX:
ill keep this index for better overview updated, and split it to categorys.
if you have another category, SEND ME A PM pls.
COMPILE GUIDE:
- BIG TY TO forsaken08
GameMaster-Commands:
- /item command for GMs (ty to Caali)
- /weapon command for GMs (ty to rl2171)
- /kick command for GMs (ty to Caali)
- /ban command for GMs (ty to Caali)
- /zuly command for GMs (ty to Sander122)
- /level command for GMs (ty to Caali)
- /stat command for GMs (ty to Caali)
- /killinrange command for GMs (a GM-AoE)(ty to Caali)
- /class command for GMs (ty to Caali)
BugFixes:
- Make GM commands only useable for GMs (ty to Caali)
Snippets (small code pieces):
- Make an editable Welcome-Message (ty to Caali)
- Get the EXP-Rate from config.ini (ty to Caali)
Database (spawnzones, etc. ):
- Newest list_npc, list telegates, and a /tele file
Functions (could help you at coding / are needed for my scripts):
- function bool IsMonInCircle(CWorldClient* thisclient, CMonster* thismon, float radius) (check if a monster (thismon) is in a circle with radius (radius) around a player (thisclient) (ty to Caali)
-function CWorldClient* GetClientByCharname( char* name ) (gets a client by its name; returns 0 if it cant find the name) (ty to Caali)
New Things (completely new features):
Last edited:

