[Repack] Nemesis 3.1.3 trinity First Release menu

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 88
  1. #61
    xdrakes's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rial View Post
    Already done and reimported the 2 tables into the DB.
    Nothing has changed. I get the "disconnection from server" every time I access to the creation of the character and after the "connected" message.
    I am not telling your repack is a fake; just looking for some help to understand what I'm doing wrong
    Yeah O_O.

    Sorry but is possible have a complete repack with mysql included? tyyy^^

    [Repack] Nemesis 3.1.3 trinity First Release
  2. #62
    Ziddy1337's Avatar Contributor
    Reputation
    136
    Join Date
    Aug 2008
    Posts
    486
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xdrakes View Post
    Yeah O_O.

    Sorry but is possible have a complete repack with mysql included? tyyy^^
    You want somebody to hold your hand and wipe your ass for you too? Learn to do something for yourself you damn lazy leecher.

    OT:

    Nice repack, works perfect for me. +Rep

  3. #63
    pucy's Avatar Member
    Reputation
    38
    Join Date
    Jun 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hy

    New core update and some stuff add.


    -Npc arena Honnor - compiled
    Code:
    ##--NPC Arena/Honor
    DELETE FROM creature_template WHERE `entry`=90004;
    INSERT INTO `creature_template` (`entry`, `heroic_entry`, `modelid_A`, `modelid_A2`, `modelid_H`, `modelid_H2`, `name`, `subname`, `IconName`, `minlevel`, `maxlevel`, `minhealth`, `maxhealth`, `minmana`, `maxmana`, `armor`, `faction_A`, `faction_H`, `npcflag`, `speed`, `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`, `PetSpellDataId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `unk16`, `unk17`, `RacialLeader`, `RegenHealth`, `equipment_id`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`) values('90004','0','7061','0','7061','0','NpcArena/Honor Employee','Arena/Honor Converter Master',NULL,'80','80','25000','25000','0','0','10000','35','35','1','1','1.5','1','1763','1763','0','1511','1','1000','0','0','0','0','0','0','0','0','0','0','0','0','7','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','3','1','1','0','1','0','0','0','npc_arena_honor');
    
    ##--NPC Arena/Honor Spawnat
    replace into `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) values
    ('210000', '90004', '1', '1', '1', '7061', '0', '16238', '16259.3', '15.2019', '2.66245', '25', '0', '0', '25000', '0', '0', '0'); ##GM Island

    -Npc Profession - compiled

    Code:
    ##--Profesion NPC
    DELETE FROM creature_template WHERE `entry`=90001;
    INSERT INTO `creature_template` (`entry`, `heroic_entry`, `modelid_A`, `modelid_A2`, `modelid_H`, `modelid_H2`, `name`, `subname`, `IconName`, `minlevel`, `maxlevel`, `minhealth`, `maxhealth`, `minmana`, `maxmana`, `armor`, `faction_A`, `faction_H`, `npcflag`, `speed`, `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`, `PetSpellDataId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `unk16`, `unk17`, `RacialLeader`, `RegenHealth`, `equipment_id`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`) values('90001','0','7061','0','7061','0','Profesion Employee','ProfesionNPC Master',NULL,'80','80','25000','25000','0','0','10000','35','35','1','1','1.5','1','1763','1763','0','1511','1','1000','0','0','0','0','0','0','0','0','0','0','0','0','7','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','','0','3','1','1','0','1','0','0','0','profesion');
    
    ##--Profesion NPC Spawnat
    replace into `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) values
    ('220000', '90001', '1', '1', '1', '7061', '0', '16237.3', '16265.9', '13.8959', '3.71344', '25', '0', '0', '25000', '0', '0', '0'); ##GM Island

    -Npc Rename Npc - compiled
    Code:
    ##--RenameNPC
    DELETE FROM creature_template WHERE `entry`=90006;
    INSERT INTO `creature_template` (`entry`, `heroic_entry`, `modelid_A`, `modelid_A2`, `modelid_H`, `modelid_H2`, `name`, `subname`, `IconName`, `minlevel`, `maxlevel`, `minhealth`, `maxhealth`, `minmana`, `maxmana`, `armor`, `faction_A`, `faction_H`, `npcflag`, `speed`, `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`, `PetSpellDataId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `unk16`, `unk17`, `RacialLeader`, `RegenHealth`, `equipment_id`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`) values
    ('90006', '0', '7061', '0', '7061', '0', 'RenameNPC Employee', 'Rename Master', null, '80', '80', '25000', '25000', '0', '0', '10000', '35', '35', '1', '1', '1.5', '1', '1763', '1763', '0', '1511', '1', '1000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0', '3', '1', '1', '0', '1', '0', '0', '0', 'renamenpc');
    
    ##--RenameNPC Spawnat
    replace into `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) values
    ('230000','90006','1','1','1','0','0','16216.8','16265.4','13.4468','6.08364','25','0','0','25000','0','0','0'); ##GM Island

    -Mirror Image work with spells now and 99% of all world spells work


    DOWNLOAD NOW!




    Here are some sql updates for world:

    DOWNLOAD NOW!


    Last edited by pucy; 07-30-2009 at 11:23 PM.

  4. #64
    Krobelus's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you could upload the page to create accounts pucy and
    I have everything set up, I just need the page as it is not
    other pages compatible with my trinity

  5. #65
    marko94's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Because im new to this can someone plz tell me how to install this server,i mean how to get it to work ???

    plz ppls

  6. #66
    lorac's Avatar Active Member
    Reputation
    69
    Join Date
    Oct 2008
    Posts
    387
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pucy Which Revision is the update for ?
    Latest trunk revision? NMV thats for up to 2601
    ATTN: Anyone who does not understand the db update process USE Caution you can totally mess your DB up with these sqls

    do not batch world characters create_mysql drop_mysql mangos realmd
    You WILL drop your tables !!!

    to use these files correctly
    1 go into your db
    Check the core version you are using "version"
    Then go into updates in the update file
    Go from the core Version in "version" up to the current core you are using
    then reapply all the (FULL)

    and you should be good to go
    Last edited by lorac; 08-01-2009 at 09:06 PM.

  7. #67
    TerrorGlavie's Avatar Banned
    Reputation
    7
    Join Date
    Mar 2009
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im a noob so an you pls guide me how to make the server??
    i did extracted the maps but tinycore and realm closes instantly ! pls help

  8. #68
    Bombacugaz's Avatar Member
    Reputation
    15
    Join Date
    Aug 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice repack...

  9. #69
    1337leader's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice. But I have a couple questions, does Kologarn turn into a Gameobject like he's supposed to? and Are all the siege vehicles working or only the one in Wintergrasp working?

  10. #70
    enfo15's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help

    When i try to start TrinityRealm and TrinityCore they just instantly shut down.

    Anyone that can help me with this?

  11. #71
    pryd's Avatar Member
    Reputation
    182
    Join Date
    Dec 2008
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Best Repack I've seen in a long time!

    Thank you so much for this repack!! +Rep

    I've been an avid fan of MaNGOS for years, but then I decided to give this repack a test run.
    After enjoying the integrated patches of Trinity2, I've compiled my 64bit core and am loving it.

    Wouldn't have known unless you had released this repack!

    .
    Last edited by pryd; 08-04-2009 at 11:23 AM.

  12. #72
    pucy's Avatar Member
    Reputation
    38
    Join Date
    Jun 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hy

    No problem Pyrd.

  13. #73
    pryd's Avatar Member
    Reputation
    182
    Join Date
    Dec 2008
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sick! Thanks!

    Originally Posted by Litedeviance View Post
    Its shit.. ;/
    [img]http://risker.**************.com/pic/index.php/picture.png[/img]
    Obviously this repack isn't for rookies... But let me assure you all, I'm now enjoying the benefits of Puccy's work, combined with my own work.
    ( both using YTDB which the merger was seamless ) and it's the best I've ever seen!

    Also for those that already know the deal, the repack was a breeze to update to YTDB 502+.. among other highlights

    I have to admit, I rated this a 5 star repack.
    It seems the newbs rated ya down Puccy, sorry to see that.

    Great job nevertheless
    Last edited by pryd; 08-06-2009 at 04:00 AM.

  14. #74
    lostelement's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice !! +rep

  15. #75
    pucy's Avatar Member
    Reputation
    38
    Join Date
    Jun 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hy

    Tnks.New update very soon.

Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. NephalemBuddy Soon coming out! First release will be Mangleclaw!
    By NephalemBuddy in forum Diablo 3 Bots and Programs
    Replies: 13
    Last Post: 06-23-2014, 12:45 AM
  2. Project Scarr's First Release (3.2.2a ArcEmu)
    By fox123 in forum WoW EMU General Releases
    Replies: 39
    Last Post: 01-26-2010, 05:30 PM
  3. Replies: 15
    Last Post: 01-14-2009, 12:05 PM
  4. [Release] First Release of Daimod
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 27
    Last Post: 09-13-2007, 10:11 AM
  5. [Release] First Release of Daimod
    By ~SaiLyn~ in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 09-11-2007, 07:25 AM
All times are GMT -5. The time now is 05:07 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search