Here you go. This should make it work, just apply the patch to your ArcEmu folder. If your not on ArcEmu then tell me and I'll make a different one.
Code:
Index: trunk/src/scripts/src/LUAScripting/LUAEngine.cpp
===================================================================
--- trunk/src/scripts/src/LUAScripting/LUAEngine.cpp (revision 2386)
+++ trunk/src/scripts/src/LUAScripting/LUAEngine.cpp (working copy)
@@ -4190,7 +4190,7 @@
{
CHECK_TYPEID_RET(TYPEID_PLAYER);
uint32 level = luaL_checkint(L,1);
- if( level <= 70)
+ if( level <= 80)
{
LevelInfo * Info = objmgr.GetLevelInfo(ptr->getRace(),ptr->getClass(),level);
if (Info != 0)
Download:
Filebeam - Free Fast File Hosting