• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 0.3.6 [WAR] Aol is not working

Kubakos

Well-Known Member
Joined
Mar 3, 2010
Messages
958
Solutions
2
Reaction score
51
Witam , a wiec mam noob war otsa pod 8.54 i jak zakladam aol to mi bp i tak spadam , i czy mozna zrobic tak zeby nie spadal ten backpack albo jakis skrypt zeby eq sie nie tracilo ?? Prosze o pomoc info o silniku : tfs 0.3.6
a tu kod aola w items.xml :
Code:
	<item id="2173" article="an" name="amulet of loss">
		<attribute key="weight" value="1"/>
		<attribute key="slotType" value="necklace"/>
		<attribute key="charges" value="1"/>
		<attribute key="preventDrop" value="1"/>

Prosze o jak najszybsza pomoc!!!!!!;(;(
 
Yes you're right now i will test if when i die i don't lose eq : P and i ll edit my post

@ i lose my bp also : /
 
I posted so I could copy ur codes from other computer :D - didn't find the thread :eek:
Had the same problem, gonna test if ur code works =P

Ofcourse they work, just do like i said.
1. Login in phpmyadmin
2. Open your database
3. Go to Players
4. Click SQL
5. Then import codes.
Code:
UPDATE `players` SET `loss_containers` = 0;
and
Code:
UPDATE `players` SET `loss_items` = 0;
6. It should work!
 
Hey strasxni i m back , i did all what you said and it works only for characters who are created and if i create another one character then it's doesn't work. help? : D
 
Back
Top