osAFlyff server

^^ we don't forget ^^

Actually we're working on the forum and website to allow people to have a support.
We will make a test server (need to find a dedicaced) perhap on one of my computer at the beginning...

We're fixing some little bug too, think about security issue...

We don't want to give a release quickly for just 1-2 fix ^^ v7 will come soon but we need to ewrite some code and modify database...
 
REvision 7 come !

I actually update SVN server to Rev 7 you will can download it in few minutes.


Here the Update text :

  • Arena teleport by NPC by Divinepunition
  • new ban system by Funkynico
  • all english dialog and nearly all french dialog (we need to add saint morning files)
  • new pang system by funckynico (pang parameters are now in a .ini file)
  • new system to show memory usage by funkynico
  • fix database and query by funkynico
  • NPCdata (english version) and shopdata updated
  • New GM Commands
  • Upgrade system work with weapon/armor/jewelry/elemental card. Scroll protection system include in it for futur premium item system
  • Fix sell item price by Aldimaster (correct me if i'm wrong ?)
  • DATABASE UPDATED !!

You just want compiled files ? so get them here :


New : We have now an official forum :

To come : New website and V8

What we will put in V8 ?

- Bank system by divinepunition
- Open box and drop data (part 1 ) by Funkynico
- Monster vs player attack by exos58

and lot of more things... :):
 
Have a problem when i start the Server the World Server crash by : Loaded 2281 skills
help?
exos58 - osAFlyff server - RaGEZONE Forums
 
Nice work guys :) just a question how do u change the Exp, Drop and Penya rate ? :O
Thank you for reminding me, I will start on creating this feature to change the rates...
I forgot about this because it wasn't a priority :P

Edit: I have set worldrates feature to be implemented in rev8.
 
Have a problem when i start the Server the World Server crash by : Loaded 2281 skills
help?
exos58 - osAFlyff server - RaGEZONE Forums

It's seem that i haven't give the good version sorry ^^

here the good link

I will make another post for osaflyff cause exos 58 can't update this... THANKS TO CLOSE IT ^^

@cybrax : here the table :

Code:
CREATE TABLE `flyff_bans` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Auto increased ID, used to identify a ban for PHP.',
  `ip` varchar(20) DEFAULT NULL COMMENT 'Exact IP of the banned player.',
  `reason` text COMMENT 'Reason why the user was banned, show on main page also.',
  `active` int(1) NOT NULL DEFAULT '1' COMMENT '1 = Active, 0 = Inactive, If inactive, ip is not banned.',
  `comment` text COMMENT 'Comment to identify user or other addins.',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
 
error when login

my all server is ok...this is my image of ics ..take this:

exos58 - osAFlyff server - RaGEZONE Forums


and then when i want play and login ,i have some error in login server..take this ::

exos58 - osAFlyff server - RaGEZONE Forums


i use client from gpotato versi 12...someone can help me???
 
Back