• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

v101 Create Monster/Creature Fix

Junior Spellweaver
Joined
Apr 14, 2011
Messages
167
Reaction score
38
For fix create creatures/monsters in 1.5.1 !

Code:
echo "v101 Create Monster/Creature Fix"
echo "Sauvegarde du gs en gs.backup..."

if cp gs gs.backup; then
	echo "Remplacement de la byte a 0x000DC5C2..."
	printf "\xEB" | dd obs=1 seek=902594 conv=notrunc of=gs
	echo "Remplacement de la byte a 0x000DC82C..."
	printf "\xEB" | dd obs=1 seek=903212 conv=notrunc of=gs
	echo "patch du gs complet!"
else
	echo "Merci de placer ce fichier dans le meme repertoire que votre gs sous VOTRECHEMINDESERVEUR/gamed/"
fi
echo "Sourirs !"

 
Last edited:
Junior Spellweaver
Joined
Apr 14, 2011
Messages
167
Reaction score
38
creat a file in your gamed folder named like "v101_MonsterFix.sh", past the content of my post in.... don't forgot to set chmod 777, and after use in VBox or putty or....

cd /YOURSERVERPATH/gamed [ENTER]
./v101_MonsterFix.sh

Done.
 
Last edited:
Newbie Spellweaver
Joined
Jan 21, 2014
Messages
61
Reaction score
0
i found out my error, i was using her downloaded one , there must be a typo or something but i got it working
 
Back
Top