need some help

All Helbreath Server Source Discussion here.
Post Reply
kahn
Loyal fan
Posts: 203
Joined: Thu Oct 07, 2004 1:20 am

Post by kahn »

i waz wondering if any 1 can tell me how to change the max lvl in sorces i for get what Deff to search 4 :(
Wiggz
Regular
Posts: 45
Joined: Tue May 30, 2006 6:55 pm
Location: Dev/null<php,scirpt?>

Post by Wiggz »

Note: This is not a flame.

Ever used the forum search button for topics?

Its very easy insetad of making 100 topics on same "theme"

Search for "changing max lvl"
"max lvl change" ect...

You will end upp whit all the info you need.
Knowledge is brain food, I am hungry.. Feed me!
kahn
Loyal fan
Posts: 203
Joined: Thu Oct 07, 2004 1:20 am

Post by kahn »

thx wings i did that didnt find any thing so i posted as u ca see i dont usly ask unless i couldnt find
Wiggz
Regular
Posts: 45
Joined: Tue May 30, 2006 6:55 pm
Location: Dev/null<php,scirpt?>

Post by Wiggz »

lets me fidn it for you then...
Knowledge is brain food, I am hungry.. Feed me!
Wiggz
Regular
Posts: 45
Joined: Tue May 30, 2006 6:55 pm
Location: Dev/null<php,scirpt?>

Post by Wiggz »

omg i readed wrong normally people ask for changing stats, but you just asked the simplest question of them all..

Changing max lvl is easy i bet theres is a: Max-lvl = 180
Somwhere ion your source if you use newb sources whit out MsQL..

If not you have to do something else, and one last thign Your posting in the wrong section, go to this section:

<a href='index.php?showtopic=3215' target='_blank'>index.php?showtopic=3215</a>

Here you find changing max stats.
And in the same section it is about configuration questions about the sources.

Ask the question there, and before You start a new topic that's about the same theme as this, ask a Moderator to delete the old one to avoid multiple topics.

God Luck
Knowledge is brain food, I am hungry.. Feed me!
Jensen
Loyal fan
Posts: 300
Joined: Tue Aug 02, 2005 7:40 am
Location: Illinois, USA
Contact:

Post by Jensen »

#define DEF_PLAYERMAXLEVEL 99 //in game.h

max-player-level = 99
^ in \GameServers\GameConfigs\Settings.cfg

thats the two places it actually is
-><-
kahn
Loyal fan
Posts: 203
Joined: Thu Oct 07, 2004 1:20 am

Post by kahn »

thex i just coldnt rember name of the DEF and no 1 waz on MSN
Jensen
Loyal fan
Posts: 300
Joined: Tue Aug 02, 2005 7:40 am
Location: Illinois, USA
Contact:

Post by Jensen »

did you even try looking for it?
-><-
kahn
Loyal fan
Posts: 203
Joined: Thu Oct 07, 2004 1:20 am

Post by kahn »

yah i found befor u posted waz just being polite :P

M_SMaxPlayerLevel

it still giveing me problems thow i changed lvl to 519 but my majestic still tell me itemupgrade point then i get exp bug
Jensen
Loyal fan
Posts: 300
Joined: Tue Aug 02, 2005 7:40 am
Location: Illinois, USA
Contact:

Post by Jensen »

your looking at an exp problem

what you need to do it change the exp to 64 bit integers are Many various points around the code.

and the decode/encode character data files

Code: Select all

__int64 iExp;
wsprintf(char *string, "Exp(%I64i)",iExp);
change as needed. your having issues with the limitations in the upper 32 bits and its max carrying capacity

-><-
kahn
Loyal fan
Posts: 203
Joined: Thu Oct 07, 2004 1:20 am

Post by kahn »

i dont under stand what u are meaning
Post Reply