• 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!

starting level and item

Doggynub

LUA / C++
Joined
Sep 28, 2008
Messages
2,541
Reaction score
186
I'm using tfs 0.3.5PL1
i need to know how the edit the strting lvl and items of ea charcter
 
humm didnt help at all lol
i am not using acc manager i am using gesior acc

Table: players
Columns: posx, posy, posz and town_id

Here is a SQL Query to edit faster :

UPDATE players SET posx = 793, posy = 1014, posz = 7, town_id = 1;

Edit the positions and town ID, this will update all your character position and town ID!

How to execute that SQL Query? Simple just select your database and in the top of the phpMyAdmin click on SQL copy and paste in the text box and Continue!
 
I'm using tfs 0.3.5PL1
i need to know how the edit the strting lvl and items of ea charcter

First item for Vocation :
Give Druid,sorc,knight,paladin ~~ Sample
Example
Sorcerer sample : plate set , dwarven shield , wand of vortex ~~
New Player Start at level
All players started with Sample
Example
give 50 lv sorcerer sample


Rep ++ for help
 
Back
Top