Idea Motion Group
လူၾကီးမင္းတြင္ Idea Motion Group မွမွတ္ပံုတင္ျပီးေသာ Member Account ရွိပါက Log In မွ တဆင့္ဝင္ေရာက္ပါ။
New Guest ျဖစ္ပါက Register ျပဳလုပ္၍ဝင္ေရာက္ေပးပို႔ႏိုင္ပါသည္။။
*********Idea Motion Group*********

Join the forum, it's quick and easy

Idea Motion Group
လူၾကီးမင္းတြင္ Idea Motion Group မွမွတ္ပံုတင္ျပီးေသာ Member Account ရွိပါက Log In မွ တဆင့္ဝင္ေရာက္ပါ။
New Guest ျဖစ္ပါက Register ျပဳလုပ္၍ဝင္ေရာက္ေပးပို႔ႏိုင္ပါသည္။။
*********Idea Motion Group*********
Idea Motion Group
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Log in

I forgot my password

Latest topics
» Eternion/Wowwal repack 3.3.5a – TrinityCore
How to Change Max Weapon Skill For a 255 Funserver (ArcEmu) I_icon_minitimeTue Jan 17, 2017 5:58 am by janpara

» SolidWoW BlizzLike 4.0.6-4.3.0 Repack stable UPDATED
How to Change Max Weapon Skill For a 255 Funserver (ArcEmu) I_icon_minitimeThu Apr 10, 2014 5:39 pm by ycabrerag

» JZY’s Trinity Blizzlike Repack 3.35a (updated)
How to Change Max Weapon Skill For a 255 Funserver (ArcEmu) I_icon_minitimeSun Dec 01, 2013 8:38 am by Bottscan

» Hello Everyone Well
How to Change Max Weapon Skill For a 255 Funserver (ArcEmu) I_icon_minitimeThu Jun 27, 2013 12:56 pm by 

» ညီမေလး ဖတ္ဖို႔
How to Change Max Weapon Skill For a 255 Funserver (ArcEmu) I_icon_minitimeThu Jun 13, 2013 6:27 am by 

Country Codes

Timer

Total
  • >

/>

Test

How to Change Max Weapon Skill For a 255 Funserver (ArcEmu)

Go down

How to Change Max Weapon Skill For a 255 Funserver (ArcEmu) Empty How to Change Max Weapon Skill For a 255 Funserver (ArcEmu)

Post   Thu Jul 05, 2012 3:48 pm

First open player.h
and search for:


#define PLAYER_LEVEL_CAP_70 80
#define PLAYER_LEVEL_CAP 80
#define PLAYER_ARENA_MIN_LEVEL 70

Replace with
#define PLAYER_LEVEL_CAP_70 255
#define PLAYER_LEVEL_CAP 255
#define PLAYER_ARENA_MIN_LEVEL 70

Then save and close...

Open player.cpp
Find:

#if PLAYER_LEVEL_CAP==255
Curr_sk = ( Curr_sk > 450 ? 450 : ( Curr_sk <1 ? 1 : Curr_sk ) );
Max_sk = ( Max_sk > 450 ? 450 : Max_sk );
#else
Curr_sk = ( Curr_sk > 375 ? 375 : ( Curr_sk <1 ? 1 : Curr_sk ) );
Max_sk = ( Max_sk > 375 ? 375 : Max_sk );
#endif

Replace with:
#if PLAYER_LEVEL_CAP==255
Curr_sk = ( Curr_sk > 1275 ? 1275 : ( Curr_sk <1 ? 1 : Curr_sk ) );
Max_sk = ( Max_sk > 1275 ? 1275 : Max_sk );
#else
Curr_sk = ( Curr_sk > 375 ? 375 : ( Curr_sk <1 ? 1 : Curr_sk ) );
Max_sk = ( Max_sk > 375 ? 375 : Max_sk );
#endif

Search for:
#if PLAYER_LEVEL_CAP==80
if (new_max > 450)
new_max = 450;
#else
if (new_max > 375)
new_max = 375;
#endif
if (new_max < 1)
new_max = 1;

Replace with:
#if PLAYER_LEVEL_CAP==255
if (new_max > 1275)
new_max = 1275;
#else
if (new_max > 375)
new_max = 375;
#endif
if (new_max < 1)
new_max = 1;

Save and start complie

Enjoy.


Join date : 1970-01-01

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum