Jump to content

N8boy

Members
  • Posts

    36
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by N8boy

  1. Thanks! One more question: The classmask and racemask in world.playercreateinfo_spell with the value "0", does it mean that every character gets this spells or does it mean that they are opsolete?

     

     

    Edit: okay found it by myself: Grants every class the spell!

  2. Hey everybody,

     

    I have a little problem with the database:

     

    I created a function in PHP to create a char. No problem with it, but how can I give the character the "starting skills" like the racial skills?
    In which table do I have to put which skills exactly.

     

    Thanks in advice!

  3. logo_small.png

    Hi guys,

    since a few days I'm creating a content management system for skyfire servers. It is a remake of my old outdated project "GAC-MS" which I created 3 years ago for skyfire.

    Now I have a bit more time so I can finally restart the project.

    Please note the Design is not the final design, it is, like the whole project, currently just for testing purpose.

    I give you the opportunity to give me feedback in an early development phase, so that I can integrate all of your whishes.

     

    I will not officially support the usage of artworks from Blizzard! It is possible that you create your own design with those images.

     

    PLEASE NOTE: Like I said above, Ragnarök is still under development and will contain errors. Use it on your own risk!

    Status: alpha

    Version: 0.0.1

     

    Features:

    • Player list - working
    • How is online list - working
    • Server status - working
    • Armory - working but still a lot to do
    • Registration - working
    • Shop - coming soon
    • News system - coming soon
    • Character Transfer - coming soon

    GitHub: https://github.com/N8boy/Ragnaroek

  4. Finally found the real error:

    2006 MySQL server has gone away

    If someone gets this error as well here is a method to fix it:

    (for xampp)

    Go to xamppmysqlbin

    Open my.ini

    Change "max_allowed_packet" from "1m" to "16m"

    Save my.ini

    Now restart MySql through the XAMPP control panel.

  5. Hey guys

    I just setting up my realm for testing but when I create the world database I get some errors. The used Database is "5.x.x Beta DB 1".

     

    After that I updated the Database with the updates provided in the "sql/updates" folder. The file "sqlupdatesworld2014_02_03_00_world_creature_template.sql" created some errors and I got this SQL Error:

    Query:
    ALTER TABLE `character_glyphs`
    DROP COLUMN `glyph7`,
    DROP COLUMN `glyph8`,
    DROP COLUMN `glyph9`
    
    Error occured at:2014-03-04 22:54:20
    Line no.:5
    Error Code: 1091 - Can't DROP 'glyph7'; check that column/key exists
    
    
    
    Query:
    ALTER TABLE `character_glyphs`
    DROP COLUMN `glyph7`,
    DROP COLUMN `glyph8`,
    DROP COLUMN `glyph9`
    
    Error occured at:2014-03-04 22:54:27
    Line no.:5
    Error Code: 1091 - Can't DROP 'glyph7'; check that column/key exists
    

    Did I something wrong or why is this happening?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.