DelphiEmu build: 0.1.0.44 (2006 10 05) client: 1.12.1 OFF

Results 1 to 17 of 17
  1. #1
    Account Upgraded | Title Enabled! qazqwertyqaz is offline
    MemberRank
    Jul 2006 Join Date
    i like burundiLocation
    205Posts

    Post DelphiEmu build: 0.1.0.44 (2006 10 05) client: 1.12.1 OFF

    ok that is the link from emupedia!
    RapidShare Webhosting + Webspace

    it dont need the 0.1.0.42
    it's not a upgrade

    p.s pls lexx put that in sticky

    thats all,so wait for .45^^

    so if u want read the official changelog:
    0.1.0.44 от ?24.09.06 test
    ---------------------------
    +configs for LS searching (defoult) in GS base by Aven
    *fixed sitting on chair by Aven
    +DBC: waypoints.dbc - base for waypoints by cka3ka
    +Loading waypoints by cka3ka
    +VER: support 1.12.0 by Aven
    +parameter --daemon for cmd (starts emu as service) by Aven
    *Rewrite DbcHandler by cka3ka
    *Works .addspawn and .addgo by cka3ka
    *World save in separate thread by cka3ka
    *Command .setradius rename on .setrandom radius including on base by cka3ka
    *Added Z for mob movement by cka3ka
    *Fixed adding reckord in DBC by user456
    *Fixed model for taxi point by n0per
    *Message on opening new taxi patch by n0per
    *Fixed encode packets by n0per
    *Fixed logout, Blizzlike by Aven
    *Many fixes in mobs movement by cka3ka
    *Now mobs attacking by cka3ka
    +DBC: AreaTriggers.dbc - New triggers by Griz
    +CFG: [Common]LogLevelDisplay=1/0 - on/off showing logs on screen by Aven
    +CFG: [System]Spawn=1/0 - on/off spawn mobs and GO by Aven
    +CMD: .qlist - quest list for player by Aven
    +Add quests for exploring area by Aven
    +LS: Autopatcher for client (Blizzlike) by VDm
    +CFG LS: [main]AllowDownload=1 - on/off autopatcher for client by VDm
    +CFG: [Common]LoginKick=1/0 -on/off kick for second char in accont under logging by Aven
    +CFG: [System]NewNetCode=1/0 - om/off new net core by Aven
    *Fixed update system by cka3ka
    *Fixed mobs circulation by cka3ka
    *Many fix for spell system, added animation for aurs by n0per
    *Fix .kill for dead mobs by Aven
    *fixed trade window by Aven
    *Rewrite party by Aven
    +CFG: [System]Trade=1/0 - on/off trade by Aven
    +CFG: [System]Group=1/0 -on/off party by Aven
    *Party leave and change leader by Aven
    *Fixed mana formula by RussianE39
    *Fix .setlevel by Aven
    *Small Fix spell system by Aven
    *add Z foe teleports by Aven
    +mass spells by Aven
    *fixed party chat by n0per
    *fixed mapcell by cka3ka
    *wanderring mobs are works by cka3ka
    *fixed monstermove by cka3ka
    *Full rewrite action bar system by Aven


  2. #2
    Member finalzero is offline
    MemberRank
    Sep 2006 Join Date
    79Posts
    anyone tested this and how does it compare to the current 1.10.2/1.11.2 releases of mangos?

    I have managed to get a fairly well built Mangos emu with lots of items and most npc's working to a level that its playable.

    Will test this later once I have finished hacking some more databases ;)

    Adios,

    Fz

  3. #3
    Member finalzero is offline
    MemberRank
    Sep 2006 Join Date
    79Posts
    [17:57:25] DB: Field 'sessionkey' doesn't have a default value

    Nearly worked. Lack of english documentation really does not help.. Have tried to manually create the accounts in the database however without knowing what the hell to put in sessionkey I will not get very far.


    Bah there is always a way, seems I had the table locked for some stupid reason so could not edit it.

    Well seems to get as far as letting me create a character and then dies horribly.. I'll debug it and see whats going on...
    Last edited by finalzero; 06-10-06 at 07:03 PM.

  4. #4
    Account Upgraded | Title Enabled! qazqwertyqaz is offline
    MemberRank
    Jul 2006 Join Date
    i like burundiLocation
    205Posts
    damned the link wont work!
    maybe tommorow i will found a new one!
    thx for apologizing

  5. #5
    Member finalzero is offline
    MemberRank
    Sep 2006 Join Date
    79Posts
    I managed to get it working but it doesn't create characters and the database looks mostly empty so I doubt I will be able to get past the character creation page.

  6. #6
    Member finalzero is offline
    MemberRank
    Sep 2006 Join Date
    79Posts
    Okie fixed the problem, seems the character SQL file had default values missing so you could never create a character.

    open up the characters.sql file and paste the following into it (overwriting the original code:
    Code:
    DROP TABLE IF EXISTS `characters`;
    CREATE TABLE `characters` (
      `guid` bigint(20) unsigned NOT NULL auto_increment,
      `acct` bigint(20) unsigned NOT NULL default '0',
      `Name` longtext NOT NULL,
      `positionX` float NOT NULL default '0',
      `positionY` float NOT NULL default '0',
      `positionZ` float NOT NULL default '0',
      `positionR` float NOT NULL default '0',
      `MapId_ZoneID` int(10) unsigned NOT NULL default '0',
      `Flags` int(10) unsigned NOT NULL default '0',
      `AtInn_AFK_DND_inFly` int(10) unsigned NOT NULL default '0',
      `LastLogout` double NOT NULL default '0',
      `BindingPointX` float NOT NULL default '0',
      `BindingPointY` float NOT NULL default '0',
      `BindingPointZ` float NOT NULL default '0',
      `BindingPointR` float NOT NULL default '0',
      `BindingPointMapID_ZoneID` float NOT NULL default '0',
      `pgcr` int(10) unsigned NOT NULL default '0',
      `Level` int(10) unsigned NOT NULL default '0',
      `xp` int(10) unsigned NOT NULL default '0',
      `rest_xp` int(10) unsigned NOT NULL default '0',
      `rest_state_f_hair` int(10) unsigned NOT NULL default '0',
      `HairFaceSkin` int(10) unsigned NOT NULL default '0',
      `Copper` int(10) unsigned NOT NULL default '0',
      `CurrHealth` int(10) unsigned NOT NULL default '0',
      `CurrRMEnergy` int(10) unsigned NOT NULL default '0',
      `Items` longtext NOT NULL default '',
      `ActiveQuests` longtext NOT NULL default '',
      `DoneQuests` longtext NOT NULL default '',
      `Spells` longtext NOT NULL default '',
      `Skills` longtext NOT NULL default '',
      `ExploredZones` longtext NOT NULL default '',
      `Tutorials` longtext NOT NULL default '',
      `TaxiMask` longtext NOT NULL default '',
      `FriendList` longtext NOT NULL default '',
      `IgnoreList` longtext NOT NULL default '',
      `Ammo` int(10) unsigned NOT NULL default '0',
      `stable_slots` int(11) NOT NULL default '0',
      `resting` int(11) NOT NULL default '0',
      `rested_bonus` int(11) NOT NULL default '0',
      `talents` longtext NOT NULL default '',
      PRIMARY KEY  (`guid`)
    ) ;
    I added the text default '' at the end of some of the fileds the emu complained about and this resolved the problem. I was able to create characters and log in.

    Going to have a mess around and see how much of the game world works.

    Enjoy,

    Fz

  7. #7
    Member finalzero is offline
    MemberRank
    Sep 2006 Join Date
    79Posts
    Had a go.. pretty impressive performance actually.

    The game world is quite good, very blizz like and from what I could tell, all NPC's, vendor's and trainers worked fine as well as quests etc.

    Still has lots missing like no talents, no player stats so you only aqquire item bonuses etc but your actual base stats are not working. Items do not function correctly (however they are all there including Nax loot) - e.g can't put an off-hand weapon in your off-hand etc.

    No rage/mana/energy so can't really play your character. Its very good for demonstrating what Delfin can do.

    Personally I can't wait to see this emu get developed further, if its looking this polished now then I am sure the finished product will be amazing.

    Thanks for the original link :D

  8. #8
    Novice imperium is offline
    MemberRank
    Dec 2005 Join Date
    USALocation
    2Posts
    thx for the update.

    ive never used mysql wow based servers before, i had tried the mangos project while back but had no luck getting it working properly, but this
    i tired today, and got it all installed, i had too reigster @ the russian forums and use their guide, but they dont have anything on how too create an account.

    so...

    how do u create an account for this, i gotta edit the mysql tables or?

  9. #9

    map prob

    Hi i put the map tool in my 1.12.0 data folder and launch it and it just flickers and doesnt extract the maps can some one tell me if im doing something wrong
    or post a link to the map files plz& thanks i wanna try this out see how it is just need the maps have everything else ready to go
    Last edited by SGT.P; 07-10-06 at 02:00 PM.

  10. #10
    Enthusiast Devincean is offline
    MemberRank
    Feb 2006 Join Date
    NorrathLocation
    29Posts
    Quote Originally Posted by finalzero View Post
    Okie fixed the problem, seems the character SQL file had default values missing so you could never create a character.

    open up the characters.sql file and paste the following into it (overwriting the original code:
    Code:
    DROP TABLE IF EXISTS `characters`;
    CREATE TABLE `characters` (
      `guid` bigint(20) unsigned NOT NULL auto_increment,
      `acct` bigint(20) unsigned NOT NULL default '0',
      `Name` longtext NOT NULL,
      `positionX` float NOT NULL default '0',
      `positionY` float NOT NULL default '0',
      `positionZ` float NOT NULL default '0',
      `positionR` float NOT NULL default '0',
      `MapId_ZoneID` int(10) unsigned NOT NULL default '0',
      `Flags` int(10) unsigned NOT NULL default '0',
      `AtInn_AFK_DND_inFly` int(10) unsigned NOT NULL default '0',
      `LastLogout` double NOT NULL default '0',
      `BindingPointX` float NOT NULL default '0',
      `BindingPointY` float NOT NULL default '0',
      `BindingPointZ` float NOT NULL default '0',
      `BindingPointR` float NOT NULL default '0',
      `BindingPointMapID_ZoneID` float NOT NULL default '0',
      `pgcr` int(10) unsigned NOT NULL default '0',
      `Level` int(10) unsigned NOT NULL default '0',
      `xp` int(10) unsigned NOT NULL default '0',
      `rest_xp` int(10) unsigned NOT NULL default '0',
      `rest_state_f_hair` int(10) unsigned NOT NULL default '0',
      `HairFaceSkin` int(10) unsigned NOT NULL default '0',
      `Copper` int(10) unsigned NOT NULL default '0',
      `CurrHealth` int(10) unsigned NOT NULL default '0',
      `CurrRMEnergy` int(10) unsigned NOT NULL default '0',
      `Items` longtext NOT NULL default '',
      `ActiveQuests` longtext NOT NULL default '',
      `DoneQuests` longtext NOT NULL default '',
      `Spells` longtext NOT NULL default '',
      `Skills` longtext NOT NULL default '',
      `ExploredZones` longtext NOT NULL default '',
      `Tutorials` longtext NOT NULL default '',
      `TaxiMask` longtext NOT NULL default '',
      `FriendList` longtext NOT NULL default '',
      `IgnoreList` longtext NOT NULL default '',
      `Ammo` int(10) unsigned NOT NULL default '0',
      `stable_slots` int(11) NOT NULL default '0',
      `resting` int(11) NOT NULL default '0',
      `rested_bonus` int(11) NOT NULL default '0',
      `talents` longtext NOT NULL default '',
      PRIMARY KEY  (`guid`)
    ) ;
    I added the text default '' at the end of some of the fileds the emu complained about and this resolved the problem. I was able to create characters and log in.

    Going to have a mess around and see how much of the game world works.

    Enjoy,

    Fz
    Sorry just wondering did ya read the post here Ragezone Delphiemu install guide
    where it says if you use mysql 5.0 you need to add a bunch text into the sql files? Mind you yes this was for a diffrent version of Delphi but might fix the problems going to test it myself here in a couple

  11. #11
    Account Upgraded | Title Enabled! Zer0xe is offline
    MemberRank
    May 2006 Join Date
    SwedenLocation
    394Posts
    The EMU is good enough to use it?

    If so, I think I could use it then :-]

    Thanks!

  12. #12
    Member grenadecx is offline
    MemberRank
    Jul 2006 Join Date
    SwedenLocation
    62Posts
    Its not really something to use, if i remember right, there is only npc if you are human.

  13. #13
    Apprentice DirectN is offline
    MemberRank
    Sep 2006 Join Date
    TbilisiLocation
    5Posts
    are this server better or mangos?

  14. #14
    Alpha Member Fearlest is offline
    MemberRank
    Mar 2006 Join Date
    The Netherlands ^^Location
    2,347Posts
    dude mana doesnt even work so what do u think?

  15. #15
    Enthusiast pazz0r is offline
    MemberRank
    Oct 2006 Join Date
    27Posts
    look on the size of the delfin.rar file it was about 8 Mb look at the size of the mangos.rar file... the mangos.rar file was about 25Mb.... it's a big difference! or not?

  16. #16
    Delfin is more optimized than others emulators.

  17. #17
    Member grenadecx is offline
    MemberRank
    Jul 2006 Join Date
    SwedenLocation
    62Posts
    It really doesnt matter what the file size is. The emu need totaly more work on it, but its really nice loading time on it, maybe becuase no npc ;P



Advertisement