(PLEASE HELP) Exp Rate on 1.4.6, PLEASE READ! :'(
Hey guys, First of all, Sorry for my bad english, I'm from brazil. XD
Now, Lets go to the point.
I have a local server of PW ver 1.4.6, its working very well, and i'm glad with this.
But the problem its the Exp. rate.
I SWEAR OF ALL MY HEART, that im searched in this forum, And in the google, And in anothers forums also, But i didnt found a way to modify the EXP Rate of server, im really sad with this. :'(
Can you (AWESOME) guys, Tell me a way to modify the exp rate of my server? And also, a way to modify my char lvl with Mysql/PHPmyadmin.
I need to remenber that i tried to use some 1.4.4/1.4.5 methods (I find them here on forum) to try raise ExpR of my server, But didnt worked..
If u guys help me, I really will be GLAD. :3
Thx very much :3
Re: (PLEASE HELP) Exp Rate on 1.4.6, PLEASE READ! :'(
There's many ways you can modify exp rates. From ptemplate (one of the game daemon configs), to elements.data (this is something that would have to be changed server AND client side though). Modifying the gs binary itself.
The most simple and or common would be to just modify the 'settings' in ptemplate.conf :wink:
Re: (PLEASE HELP) Exp Rate on 1.4.6, PLEASE READ! :'(
I tried to edict in Ptemplate, But it didnt worked..
And for GS, i know i need a hex edictor, but i REALLY dont know what i need to edict in it.
:'(
1 Attachment(s)
Re: (PLEASE HELP) Exp Rate on 1.4.6, PLEASE READ! :'(
Quote:
Originally Posted by
Khaliel
I tried to edict in Ptemplate, But it didnt worked..
And for GS, i know i need a hex edictor, but i REALLY dont know what i need to edict in it.
:'(
What you need to do
v80_ReadPTemplateFix.sh
Code:
echo "v80 gs read ptemplate.conf Fix"
echo "Backing up gs to gs.backup..."
if cp gs gs.backup; then
if [ -r v80_ReadPTemplate_Data ]; then
echo "Replacing bytes at 0x0008D6FD..."
dd bs=1 if=v80_ReadPTemplate_Data count=5 of=gs seek=579325 conv=notrunc
echo "Replacing bytes at 0x002A2353..."
dd bs=1 if=v80_ReadPTemplate_Data skip=5 of=gs seek=2761555 conv=notrunc
echo "gs patching complete!"
else
echo "Please place v80_ReadPTemplate_Data in the same directory as this file"
fi
else
echo "Please place this file in the same directory as gs under YOURSERVERPATCH/gamed/"
fi
echo "Cheers"
Couldn't find the original post where this was uploaded, but im fairly sure it was from qwename
You might also want the monster fix for v80 gs
v80_MonsterFix.sh
Code:
echo "v80 Create Monster/Creature Fix"
echo "Backing up gs to gs.backup..."
if cp gs gs.backup; then
echo "Replacing byte at 0x000CD6DF..."
printf "\xEB" | dd obs=1 seek=841439 conv=notrunc of=gs
echo "Replacing byte at 0x000CD947..."
printf "\xEB" | dd obs=1 seek=842055 conv=notrunc of=gs
echo "gs patching complete!"
else
echo "Please place this file in the same directory as gs under YOURSERVERPATCH/gamed/"
fi
echo "Cheers"
Re: (PLEASE HELP) Exp Rate on 1.4.6, PLEASE READ! :'(
Re: (PLEASE HELP) Exp Rate on 1.4.6, PLEASE READ! :'(
IT WORKS!
Thank you guys!
You're so F*CKING AWESOME! :thumbup1: