[Repack] OpenBasic Core 3.3.0 + Custom DB. and more! menu

User Tag List

Page 1 of 5 12345 LastLast
Results 1 to 15 of 67
  1. #1
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Repack] OpenBasic Core 3.3.0 + Custom DB. and more!



    PATCH 3.3.0 IS HERE


    Compiled ready to use 3.3.0 OpenBasic Core

    This requires latest client DBC files


    Same database can be used as posted for 3.2 repack

    Core 3.3.0 Download
    DOWNLOAD NOW!

    ====================


    OpenBasic + BLIZZLIKE DATABASE


    OpenBasic Core is based of Aspire Hearthstone which works of shared pointers.



    This core supports latest patch 3.2.2a and has major issues fixed and patched.


    Example of recent changelog
    Code:
    *This should fix Arenateam Charters
    
    *If we have the LevelCap higher than 80 we update our Weaponskill now (overrides 450 limit)
    *Added SQL Update to DB importer
    *changed startlevel and m_levelCap from uint8 to uint16 (so you can get over level 255)
    
    *Players should be saved at any time they log out
    
    *reverted LogonCommHandler back to times before the auth failure happened.
    After 5 failures the server will restart
    
    *Reverting one of AceIndy's Commits: We need to Null the session when we log out. (Could fix auth problem)
    
    *Reverted Instance change a few revs ago. Maybe I got the real reason for this shit
    
    *fixed feral ap from weapon
    *added LevelCap to worldconfig
    
    *Fixed Wound Poison Proc
    
    +Took me hours to made a patch that should revert AceIndy's InstanceSystem. Very Experimental! Please give Feedback!
    
    *Disabled Triggerpass Cheat, porting in Instances, summoning from Instances for testing purposes.
    Please report if this solves the authentication problem
    
    *Reverted Wakeup-Call for inactive instances
    ->This means we do not start/shutdown inactive instances all the time
    
    *Someone missed this a very long time ago
    
    *Crashfix
    
    * fixed grace
    * fixed warlock t7 set bonus
    
    *Fixed Itemextendedcost on Trunk
    
    *fixed waepon unequip bug
    * fixed warrior talent precision
    * fixed eye of killrogg
    * fixed eye of the storm flag
    * fixed power drain
    * fixed ready check
    * fixed titan grip
    * fixed daywatcherthread
    * deleted useless messages
    * fixed server connection freeze on realm drop
    
    *gempatch
    don't forget to update Database!
    
    *corrected encrypted passwords update sql
    
    *Closed mem leak and authetication failure
    ->thx to Algorithm/rr2739
    
    *Fixed Mage - Invisibility
    
    *Fixed litte mistake in the LUAEngine
    
    *Added: Ulduar Instance Teleportobject
    
    Mage:
    - fixed Missile Barrage
    
    Druid:
    - fixed Earth and Moon
    - fixed Nature's Grace
    
    Warrior:
    - fixed Sudden Death
    
    *Fixed AOE Spells get casted on yourself
    
    
    *Dancing Runeweapon should work now
    
    *Updated SpellFailure.h ->will fix hunter Problem
    
    *corrected Bloodworms damage
    *updated DBC files
    
    *Here comes the LuaEngine!
    Credits for conversion to shared_pointers go to Pepsi1x1

    Include X64 RELEASE for x64 Users



    Working Battlegrounds WSG, EOTS, AV, AB, SOTA

    I am including 3.2.2 Database which is a complete blizzlike database with all 3.2.2 items parsed.


    Spawned New Raids/Instances
    All Working Vendors

    Database Also includes

    Custom profession Trainers
    Custom Profession Vendors
    Custom Weapon Trainers
    Custom Buff Trainers


    Extra:


    Added custom on enter world hook which auto revives any dead, stuck players


    In script_bin folder you have custom made Gossipscripts.dll which has integrated:

    Taxi NPC C++

    .npc spawn 76666

    These Custom Scripted NPCs exchange tokens for titles and PvP Mounts.
    [All mounts in the list have correct creature_names values]
    mounts such: crusader warhorses, frost drakes.

    Title Rewards Vendor C++
    .npc spawn 280010

    PvP Mounts Vendor C++
    .npc spawn 281010

    Token ID in database is set to 24245


    =====================================



    Download: X64 Release
    DOWNLOAD NOW!

    Download: X32 Release
    DOWNLOAD NOW!

    Donwload: RedRum DB
    DOWNLOAD NOW!


    PASSWORD
    openbasic


    ================================

    If you are presently using Aspire Hearthstone and wish to use your own database
    Execute the following query to your World Database

    ALTER TABLE `worldmap_info`
    ADD COLUMN `lvl_mod_a` INT(11) UNSIGNED DEFAULT '3' NOT NULL AFTER `cooldown`;
    ALTER TABLE `creature_spawns`
    DROP COLUMN `eventid`;
    ALTER TABLE `gameobject_spawns`
    DROP COLUMN `eventid`;
    ALTER TABLE `items`
    ADD COLUMN `faction` INT(11) UNSIGNED DEFAULT '3' NOT NULL AFTER `ArmorDamageModifier`;

    ALTER TABLE `creature_proto` DROP COLUMN `no_XP`
    RENAME TABLE `creatureloot_gathering` TO `skinningloot`
    Last edited by Algorithm; 12-23-2009 at 02:43 PM.

    [Repack] OpenBasic Core 3.3.0 + Custom DB. and more!
  2. #2
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I might try this.

  3. #3
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    150/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Random images much,
    You should give changelog of what you fixed/changed so that people can compare it to the current Aspire, as all I see so far is a custom teleporter and ress hook, x64 support and a SoTA aparently working.

  4. #4
    ~David~'s Avatar Banned
    Reputation
    219
    Join Date
    Jun 2007
    Posts
    340
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I probably will not

  5. #5
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stoneharry View Post
    Random images much,
    You should give changelog of what you fixed/changed so that people can compare it to the current Aspire, as all I see so far is a custom teleporter and ress hook, x64 support and a SoTA aparently working.
    aspire doesnt support 3.2.2 thats first difference

    --added changelog
    Last edited by Algorithm; 12-08-2009 at 01:02 PM.

  6. #6
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1190
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pretty nice, ill see how it goes and give you some stuff
    If you need me you have my skype, if you don't have my skype then you don't need me.

  7. #7
    Ithir's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I try to make characters I get disconnected... ? Why?^^


    Anyone can help me out?<:
    Last edited by Ithir; 12-08-2009 at 01:43 PM.

  8. #8
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ithir View Post
    When I try to make characters I get disconnected... ? Why?^^


    Anyone can help me out?<:
    make sure you have right dbc files and maps

  9. #9
    Ithir's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Algorithm View Post
    make sure you have right dbc files and maps

    Okay, do you think you can help me out with them? I'm kinda desperate over here.. I can't find any links to decent extractors or anything... :banghead:


    If it's not too much to ask, could you upload your dbc/maps file extractors for me?

    I would be sooo glad... :cry2:

  10. #10
    Ezio's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good Release +rep

    Web Designer Professional.

  11. #11
    Ragnaros's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    am i blind or someting, where's the password to filebeam entering download?

  12. #12
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pass is openbasic apparently. I guessed.

    Looks good Algorithm, keep it up

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  13. #13
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Reflection View Post
    Pass is openbasic apparently. I guessed.

    Looks good Algorithm, keep it up

    thank you Reflection

  14. #14
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ezio View Post
    Good Release +rep

    thanx ,, appreciated.

  15. #15
    Ragnaros's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do i must have maps to this one?

    And, can some upload or send me a link to DBC Files for 3.2.2a?

    I dont have wow on this computer.

    Becuse i also get disconnect when i try to create a character.

Page 1 of 5 12345 LastLast

Similar Threads

  1. [Selling] SoO HC & Normal boosts glory & garrosh kills & loot runs & custom bosses and more...
    By sherifshix in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 05-02-2014, 08:26 PM
  2. Replies: 0
    Last Post: 02-23-2010, 09:25 PM
  3. ~~Wow Damnations 3.2~~ Custom Instances and more! Join Now!!
    By cherl in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 09-29-2009, 09:01 PM
  4. Easy way to get custom items, and more!
    By ubrpwnt in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 12-25-2007, 09:12 AM
  5. Vengeance Servers(No Hamachi, Custom Raids, And More)
    By Maikash2 in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 11-13-2007, 05:57 AM
All times are GMT -5. The time now is 12:43 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search