Jump to content

Denominator

Members
  • Posts

    7
  • Joined

  • Last visited

Denominator's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you Rawaho, the reason I asked for any kind of help is because I really don't understand C++ all that well. I was also first lead to believe this project didn't support LUA but it seems it actually does. The reason for the hearthstone question is because I tried using an old LUA script from when the lich king was still new but it doesn't seem to work so I was then curious that if I couldn't just add the lua script if I could find it whether it was hardcoded or whether it was in the skyfire database but I didn't find it and I'm a little rusty with using commands to find the items ids etc. Â It is not a big deal if nobody will help, just thought I'd ask in case anybody else had a similar question Arma 3 is far more important at the moment though to me, never knew it even existed >.<
  2. Then shouldn't the entire forum be locked for some kind of subscription use so that the source isn't available at all, or better still no source posted and only obtained from the admins?
  3. I have been looking for where the Hearthstone is so that I can change the cooldown time but I can't seem to find it? I'm also curious how to implement the GMH tool because it says it's outdated, how would I update it? Sorry for the tons of questions but I am interested in this project.
  4. I used everything from the wiki? I am now going to use version 7 database instead of 6 to see if it works for me Nope same error, I must be doing something wrong? Core that I'm using is https://github.com/ProjectSkyfire/SkyFire_5xx  Okay seems I was using as you stated the wrong core and database. Also found that VS2012 was causing me issues so am using VS2013. Everything seems to be okay now
  5. 2014-08-20 03:34:13 Opening DatabasePool 'world'. Asynchronous connections: 1, synchronous connections: 1. 2014-08-20 03:34:13 MySQL client library: 5.6.19 2014-08-20 03:34:13 MySQL server ver: 5.6.19 2014-08-20 03:34:13 MySQL client library: 5.6.19 2014-08-20 03:34:13 MySQL server ver: 5.6.19 2014-08-20 03:34:13 [ERROR]: In mysql_stmt_prepare() id: 55, sql: "SELECT name, security, help FROM command" 2014-08-20 03:34:13 [ERROR]: Unknown column 'security' in 'field list' 2014-08-20 03:34:13 [ERROR]: In mysql_stmt_prepare() id: 58, sql: "SELECT difficulty_entry_1, difficulty_entry_2, difficulty_entry_3, KillCredit1, KillCredit2, modelid1, modelid2, modelid3, modelid4, name, subname, IconName, gossip_menu_id, minlevel, maxlevel, exp, faction_A, faction_H, npcflag, speed_walk, speed_run, scale, rank, mindmg, maxdmg, dmgschool, attackpower, dmg_multiplier, baseattacktime, rangeattacktime, unit_class, unit_flags, dynamicflags, family, trainer_type, trainer_spell, trainer_class, trainer_race, minrangedmg, maxrangedmg, rangedattackpower, type, type_flags, lootid, pickpocketloot, skinloot, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8, PetSpellDataId, VehicleId, mingold, maxgold, AIName, MovementType, InhabitType, Health_mod, Mana_mod, Armor_mod, RacialLeader, questItem1, questItem2, questItem3, questItem4, questItem5, questItem6, movementId, RegenHealth, equipment_id, mechanic_immune_mask, flags_extra, ScriptName FROM creature_template WHERE entry = ?" 2014-08-20 03:34:13 [ERROR]: Unknown column 'trainer_spell' in 'field list'
  6. Wonders why people use cmake?

  7. Download everything, install everything then restart the computer. A restart seems to sort a lot of the problems out, it's as though stuff installs but isn't registered until a restart of the system, I might be wrong but that's about the only other thing that I did and cmake etc all decided to work properly.
  8. Okay after finally getting cmake to work, it obviously doesn't like me that much haha, I now run into another problem. Not really that great when it comes to C++ as I don't understand it as well as C#. I am currently getting 6 LNK errors therefore not everything actually builds I am able to build ace.dll and extractor.exe. Okay so I just deleted the Build folder and started again and it's compiled now
×
×
  • Create New...

Important Information

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