This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 220
Miscellaneous (Server)
ibm2431 edited this page May 4, 2020
·
29 revisions
One possible fix: Execute HeidiSQL > select your session and connect to it > select "tpzdb" > File > Run SQL file... > select the triggers.sql file from the \topaz\sql folder > Open.
Execute HeidiSQL > connect to your database > select "chars" > "Data" tab > "gmlevel" column > modify the value from 0 to 5 (maximum level) > close HeidiSQL.
Change zone in game to apply.
Type "!command" in game (refer to the \topaz\scripts\commands folder for a list of commands).
!togglegm: no more aggro.
!togglegm + /anon: invisible through /search.
!hide: invisible to players.
\topaz\src\map\packets\char_stats.cpp:
Replace:
//0x52 = superior level (1 or 2)
by:
ref<uint8>(0x52) = X; (< expected level/5)
or:
ref<uint8>(0x52) = PChar->GetMLevel () == 99? 5: 0;
Rebuild the solution.
- General
- Client Setup
- Server Setup + Maintenance
- Server Administration
- Development
- Project Meta
- Server List
- Resources