osAFlyff server

@nicco, server administrators get to choose between:
- Level rush: can level as much as possible from one mob
- Half level rush: (example EXP table for this - 15,25,50,****350,1000) you get 1200 exp from a mob, level once and stay at 99% for a whilte (1200/15 [level up + 99%] -> 1200-15/25 [level up + 99%] -> 1200-15-25/50 [...])
- One level per mob: the maximum EXP you can get from a mob is player's level exp TNL + player's next level exp - 1 (level + 99% ONE time)

levelup_state at 0 is level rush, 1 is half level rush, 2 is one level per mob.

offtopic
hi frost
 
Umh can you post any image for see =)?

There's no image. I was talking about website<->server live interaction core.
That means the website will be connected to the ISC and get information from there.

Now if you think out of the box, we could set it up so the website would execute commands which will take effect immediately. for example: send a notice through the website, kick players, reload server data.. and pretty much everything.

You'll have to code the actual packets handling but for that I can supply you with the sockets handling and a "fake" server which will connect to the ISC and get data for the website.
 
One idea I had for ISC was send a notice that server will restart(lets say if login server crash), then it saves players and close, an auto-restarts start it and everything is ok :P
 
i need to know something...wich skills formulas are incomplete or non-research?.
REASON: because i was playing on flyforfame and it SEEMS thate they already have teh skill formulas working, and i could make some formulas from plaaying there, anyway, hehehe they exp rate its high, so i can create many many many chars to test...and reach certain lvl very fast XDD.

Well, thats why im asking, so i can make just the jobs wich skills are missed or incomplete hehe i hope u can give me that info ^^
 
people these days are so retarded they all think Fame is using caalis files lol. there is a thread on there everyday that says OMG BEST SERVER EVER NO LAG AND LOTS PERSONS! and i respond well why dont you do some dam research and youll understand in 5 seconds
 
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

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 :P

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
 

Attachments

  • osaflyffmultilangu - osAFlyff server - RaGEZONE Forums
    osaflyffmultilangue.webp
    79 KB · Views: 95
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
 
@zaviex: sorry if u understand wrong my idea, my way to research its that, playing in Fame (high rate of exp, faster leveling) and try to figure out some formulas for the skills to help osAFlyff and Dflyff with that formulas.

@divine: thanks for tell me that, and if u can send me a pm with the link of ur CSV, to work in that, i hope to be usefull ^^

and for anyone, if u want to help me, we can split the jobs, just tell me...1rst i'll concentrate in merc heheh easyest skills formulas i guess ^^
 
woooo I saw the attachment so this is the international system very nice hahaha this is useful for ppl can't hardly understand english

it's a short part of it ! We will add an API to translate in your language what is say in chat box too ^^

ok rigeliux, if you think you can manage it ^^

Oh and for support or question (other than "when do you release final version?") divinepunition_AT_live.fr
 
I added to isc server an "admin" connection which will alow to the server admin (or gm players) to send some commands directly from a socket connection (php, winsock, ...).
This function is not fully working, so, it won't be released for the moment.
 
exos58 good idea wud be, to somehow implement GM command usage by typing them into console... like servershutdown etc :P (server commands)
 
exos58 good idea wud be, to somehow implement GM command usage by typing them into console... like servershutdown etc :P (server commands)

Why using the Console of the Server? Why don't just create a extra programm to control the servers. Or use a existing like Telnet in Lineage2
 
Back