For the level 1->level 3 "bug", see levelup_state under worldserver.ini.
P.S
If you guys need me to help with website<->server live interaction, you can ask me on MSN.
Umh can you post any image for see =)?
REASON: because i was playing on flyforfame and it SEEMS thate they already have teh skill formulas working
Another fix for the jewelry upgrading. If you upgrade to +20 it'll kick you out because it can't execute it into the database. So edit this:
FlyffWorld > Server > Main > Treaded.cs
Change this...
Code:
Database.Execute("INSERT INTO flyff_items VALUES ({0},{1},{2},{3},{4},'{5}',{6},{7},{8},{9},{10})",
to...
Code:
Database.Execute("INSERT INTO flyff_items VALUES ({0},{1},{2},{3},{4},'{5}',{6},{7},{8},{9},{10}, {11}, {12}, {13}, {14}, {15}, {16}, {17}, {18}, {19}, {20})",
-------------------------------------------------------------------------------
I could translate dialogs to german![]()
Texts[n] = "your text";
AddLink( "button text", state value); for exemple : AddLink( "Pr
Hi thanks for you help offer adidishen we will call you:
@BBim yes it's a good idea ! I wrote this on a paper, we will do it when we will work on this.
@Nico like Adidishen said you can already do this by modifying .ini file
hmmmm but what have you put after : {20})", cause you need to give parameter to put in {11}...{20}... have you tried this ? cause it's a little strange.
For your offer to translate, more than translating from french or english perhaps you could take a bloc note and take what you see in you deutch flyff official... then you will have the official dialog in your server.
Here a prouf of what i have done and that will be in next release (see for the attachment) you will see 2 character on a same server but with different dialog in the same time:
How to make dialog file ?
Actually we can just put Texts and button but not link button to a specific text. I will make a guide later when this function will be ready but actually i can explain you how to make them and we will modify them later
Open note pad
for each text windows add this in your notepad :
Code:Texts[n] = "your text";
Where n = 1 to 10 value corresponding to the windows order
for each button to add :
Code:AddLink( "button text", state value); for exemple : AddLink( "Pr
woooo I saw the attachment so this is the international system very nice hahaha this is useful for ppl can't hardly understand english
exos58 good idea wud be, to somehow implement GM command usage by typing them into console... like servershutdown etc(server commands)