What's new

Server 4.3.4 C - ECv6 Level 86 and later (doubt)

mmiiqquueell

Trial Member
3
2016
0
[SOLVED] Server 4.3.4 C - ECv6 Level 86 and later (doubt)

Greetings.

This is my first post so I don't know if this is the appropriate place for the doubt.

I have a server mounted with EmuCoach v6 (4.3.4 Cataclysm) only for 5 people (to make dungeons without anyone bothering).

My friends have asked me to add up to level 150, but with 100 they will be enough. The fact is that I added level 86 to test and after 3 hours of adding in the database all level 86 works perfectly except for one detail. The player who reaches 86 loses 50% of his life. I have not tried to put more levels because it takes time and now I'm busy with exams in class.

The question is, where is the parameter to change life to levels greater than 85?

I find a code that says something like:
New Health = Actual Health + (1 x 0.001) + 200.

But I don't know why all 85 level characters with (70K to 100K) of life lose until (38K to 52K) of life when they reach level 86.

Would anyone know where that parameter is?

Thanks in advance.

PS: I used google translator to help me write in English.
 
Last edited:

mmiiqquueell

Trial Member
3
2016
0
Solved. Here is the solution. (Back up before you start)

1 st. The maximum level is 100, you can not put more.

2º. To add levels you must go to the database (HeidiSQL) and in several tables you must add levels (Pet_LevelStats, Player_LevelStats: add new row for each level after 85 (You can order the foreign keys of "RACE, CLASS and LEVEL" for Make it easier to add Stats that are not very different from level 85)

3º. Player_xp_for_level: It is necessary to add the levels you want to put, 86 to 100, and amount of experience, remembering that if you put 10 million for example, the player must win those 10 million to level up. Example: Level 90 = 15.000.000 = the player must get 15 million points to reach 89 to climb to 90 and remembering that it is a number less. Level 85 is [84 = 9,165,100 exp.]

4º. Sp_CharExtraLevelHPMP, sp_CharExtraLevelStats, sp_PetExtraLevelStats: In these 3 tables you should change the line that says "DECLARE intFinishLvl INT DEFAULT 85;" Where "85" set the maximum level you want (remember that you can only level 100 as maximum) Please do not Change nothing more than these 3 scripts, do not have effect on the game any other change.

5th. Now you should go to the file "worldserver.conf" and change the maximum level to what you have put, in my case only 86, I have not added any more levels yet.

6th. With this it is possible to play but missing a detail, reaching level 86 and later we will lose a lot of life, that is because the game was in the testing phase with the expansion of Pandaria, to solve it first you need to have JAVA installed, as well Download a program called "TALiiS". Once you have both programs start TALIIS from the BAT file, close the window asking for the MPQ files (they are not necessary) "it will take a while to open". Now go to the path where your server is and enter the "DBC" folder, look for the file "gtOCTBaseHPByClass.dbc". When you open the name on one side, pressing twice on it will display a menu with 4 categories, giving the first option that says "TABLES or TABLE" will appear a list of ID / Numbers. The IDs range from 0 to 1099 (yes, the races), each one has 100 levels, you will see that when you reach 84 marks a life and in 85 you lose a lot of life being a jump from 43,000 to 7,600 in the first class (warrior ). Well, here you only have to increase the life of those 7,600 to 47,600 and so with the following levels and IDs of the other races. Now just give SAVE and put the name of the file correctly adding the extension "gtOCTBaseHPByClass.dbc" and ready, you can start your server with the correction of life. The MANA is correctly so it is not necessary to touch anything. Through these DBC files you can also add your own "ACHIEVEMENTS, ARMS (SWORDS / SHIELDS), ATTACKS and many other things, (provided you know what you are playing with their respective IDs that are not repeated, I recommend not touching anything if not you know)."

I hope it will help for those who want to add more levels after 85 which is very useful for those who have a private server for a few friends and can not do BGs or Raids.

Excuse my English. I used the google translator.

Also say that I have been helped by my friends to find the problem and solve it and I decided to share it with everyone for which you want to put more levels.
 
Top