Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Page 103 of 112 FirstFirst ... 33353889399100101102103104105106107 ... LastLast
Results 1,021 to 1,030 of 1117
  1. #1021
    Senior Sergeant
    GrandpaJohn's Avatar
    Join Date
    Feb 2010
    Location
    West Palm Beach, Fl
    Posts
    145
    Post Thanks / Like
    Rep Power
    15
    Reputation
    24

    Register to remove this ad

  2. #1022
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397

    Cool

    Quote Originally Posted by Unleashed View Post
    Hey CT quick question/request. With these changes to the db recently, all malls, etc dont work anymore. I saw your post in the other forum where you made a T10 vendor. Any chance you have a new template for this? I dont need the items, etc, I will manually add all that myself, was just wondering if you had a raw sql template for creating the vendor with all the recent changes? If not, no biggie I will put one together and modify it based off your old tier 10 project. Many thanks in advance for your time and hope you and yours have a happy holiday, you to Grandpa J!
    Champion Unleashed
    <Template Vendor>

    Code:
    .npc add 55000
    Code:
    REPLACE INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid_1`, `modelid_2`, `modelid_3`, `modelid_4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `minhealth`, `maxhealth`, `minmana`, `maxmana`, `armor`, `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`, `PetSpellDataId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `unk16`, `unk17`, `RacialLeader`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `movementId`, `RegenHealth`, `equipment_id`, `vendor_id`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`) VALUES (55000, 0, 0, 0, 0, 0, 29856, 0, 0, 0, 'Champion Unleashed', 'Template Vendor', '', 0, 80, 80, 12600, 12600, 3994, 3994, 9633, 35, 35, 128, 1, 1.14286, 1, 0, 391, 585, 0, 146, 1.1, 2000, 2000, 2, 33282, 0, 0, 0, 0, 0, 0, 313, 468, 117, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1969, 0, 0, 2, '');
    This template is a neutral NPC, you can change his modelid_1 number for a different display if you'd like. Once you summon him, you can click on him and then type:
    Code:
    .npc additem ID
    example: If want to add [Wrathful Gladiator's Quickblade] I would click on him and then type
    Code:
    .npc additem 51447
    or, if you know how to do it in the DB you can do it manually.

    (There's also the Quice way)

    Code:
    INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`, `ExtendedCost`) VALUES 
    (55000, 51447, 0, 0, 0);
    You can increment the 55000 to 55001 to create another vendor, etc... and then just change display id, name, etc.


    If you want a particular display ID for a creature, humanoid, etc, just ask and I'll get it for ya.
    Last edited by CthulhuFtagn; 22-11-10 at 06:12 PM.

  3. #1023
    Grunt

    Join Date
    Sep 2010
    Location
    The South, USA
    Posts
    44
    Post Thanks / Like
    Rep Power
    14
    Reputation
    9
    Thank you very much. I will put this to use here in a bit, after the holidays, and work settles down a bit (If that ever happens lol) Thank you again for taking the time out for the above.

  4. #1024
    Senior Sergeant
    Narcoleptic's Avatar
    Join Date
    Aug 2010
    Posts
    137
    Post Thanks / Like
    Rep Power
    14
    Reputation
    15
    Quote Originally Posted by CthulhuFtagn View Post
    Inject this into scriptdev2 db instead.
    Code:
    UPDATE sd2_db_version SET version='TRM CU 0084a ScriptDev2 1886 for MaNGOS 10768';
    I saw the error, it should have been sd2_db_version instead of just version...
    Friend sorry to ask this but like i said before i donīt know how to do this...can you explain me how can i inject this on the scriptdev2...? sorry
    Thanks

  5. #1025
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397
    You can always just copy & paste it into a text file which you can name update.sql and then use it like you would any normal update.




  6. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  7. #1026
    Senior Sergeant
    Narcoleptic's Avatar
    Join Date
    Aug 2010
    Posts
    137
    Post Thanks / Like
    Rep Power
    14
    Reputation
    15
    Thank you so much friend
    Big Hug

  8. #1027
    Beginner

    Join Date
    Nov 2010
    Posts
    14
    Post Thanks / Like
    Rep Power
    14
    Reputation
    2
    Silly question but I think I have everything set to how it's supposed to be for a pvp type server, this is in Mangosd.conf :
    Code:
    AllowTwoSide.Accounts = 1
    AllowTwoSide.Interaction.Chat = 0
    AllowTwoSide.Interaction.Channel = 0
    AllowTwoSide.Interaction.Group = 0
    AllowTwoSide.Interaction.Guild = 0
    AllowTwoSide.Interaction.Auction = 0
    AllowTwoSide.Interaction.Mail = 0
    AllowTwoSide.WhoList = 0
    AllowTwoSide.AddFriend = 0
    TalentsInspecting = 1
    You can't group but you can see both sides on who list as well as tells.
    Is it because I set twoside accounts to true?

  9. #1028
    Beginner

    Join Date
    Oct 2010
    Posts
    1
    Post Thanks / Like
    Rep Power
    14
    Reputation
    1
    Just posting to say thanks for the awesome Repack. Truly one of the best I have encountered. Cheers.

  10. #1029
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397

    Cool 85

    Quote Originally Posted by Jenrick View Post
    Silly question but I think I have everything set to how it's supposed to be for a pvp type server, this is in Mangosd.conf :
    Code:
    AllowTwoSide.Accounts = 1
    AllowTwoSide.Interaction.Chat = 0
    AllowTwoSide.Interaction.Channel = 0
    AllowTwoSide.Interaction.Group = 0
    AllowTwoSide.Interaction.Guild = 0
    AllowTwoSide.Interaction.Auction = 0
    AllowTwoSide.Interaction.Mail = 0
    AllowTwoSide.WhoList = 0
    AllowTwoSide.AddFriend = 0
    TalentsInspecting = 1
    You can't group but you can see both sides on who list as well as tells.
    Is it because I set twoside accounts to true?

    Look under the Game Master Settings portion, if your toon is a GM they'll be able to see both sides.
    Code:
    ###################################################################################################################
    # GAME MASTER SETTINGS
    #
    #    GM.LoginState
    #        GM mode at login
    #        Default: 2 (last save state)
    #                 0 (disable)
    #                 1 (enable)
    #
    #    GM.Visible
    #        GM visibility at login
    #        Default: 2 (last save state)
    #                 0 (invisible)
    #                 1 (visible)
    #
    #    GM.AcceptTickets
    #        Is GM accepting tickets from player by default or not.
    #        Default: 2 (last save state)
    #                 0 (disable)
    #                 1 (enable)
    #
    #    GM.Chat
    #        GM chat mode at login
    #        Default: 2 (last save state)
    #                 0 (disable)
    #                 1 (enable)
    #
    #    GM.WhisperingTo
    #        Is GM accepting whispers from player by default or not.
    #        Default: 2 (last save state)
    #                 0 (disable)
    #                 1 (enable)
    #
    #    GM.InGMList.Level
    #        Max GM level showed in GM list (if visible) in non-GM state (.gm off)
    #                 0 (none)
    #                 1 (only moderators)
    #                 2 (only gamemasters)
    #        Default: 3 (anyone)
    #
    #    GM.InWhoList.Level
    #        Max GM level showed in who list (if visible).
    #                 0 (only players)
    #                 1 (only moderators)
    #                 2 (only gamemasters)
    #        Default: 3 (anyone)
    #
    #    GM.LogTrade
    #        Include GM trade and trade slot enchanting operations in GM log if it enable
    #        Default: 1 (include)
    #                 0 (not include)
    #
    #    GM.StartLevel
    #        GM starting level (1-100)
    #        Default: 1
    #
    #    GM.LowerSecurity
    #        Disallow a lower security member to interact with a higher one using commands
    #        Default: 0 (disable)
    #                 1 (enable)
    #
    #    GM.AllowAchievementGain
    #        If enabled it allows gaining achievements for GM characters
    #        Default: 1 (enable)
    #                 0 (disable)
    #
    ###################################################################################################################
    
    GM.LoginState            = 2
    GM.Visible               = 2
    GM.AcceptTickets         = 2
    GM.Chat                  = 2
    GM.WhisperingTo          = 2
    GM.InGMList.Level        = 3
    GM.InWhoList.Level       = 3
    GM.LogTrade              = 1
    GM.StartLevel            = 1
    GM.LowerSecurity         = 0
    GM.AllowAchievementGain  = 1
    Update Available
    Code:
    MaNGOS updated to 10781
    Use BattleGround(AV)TeamIndex enum types in AV battleground code. 
    Fixed warning in ReputationMgr::SetReputation. 
    Allow ITEM_ENCHANTMENT_TYPE_COMBAT_SPELL to proc on special attacks too. 
    Make AI call OwnerKilledUnit() more proper. 
    Fixed invisibility detection for new invisibility types. 
    Explictly include Threading.h into CliRunnable.h 
    Not mark `reputation_spillover_template` empty state as error.
    Use separate vars to indicate whether reputation needs to be sent or needs to be saved. 
    Implement more generic reputation spillover.
    Fixed crash at empty build list in realm string. 
    Fixed build for different PostgreSQL version at diff platforms. 
    Explictly include Threading.h into WorldRunnable.h 
    Fixed auction items filering by quality. 
    Fixed trainer flags uses for pet trainers. 
    ScriptDev2 updated to 1890
    Add support for quest 11093.
    Add support for quest 12138 and 12198.
    Add dummy aura effect of spell 47799.
    Making one quest become not so bloody imp-ossible, using new AI call OwnerKilledUnit.
    Add new class ScriptedPetAI that can be used with certain pet types. 
    YTDB updated to 354 (574_FIX_10779)
    All fixes from forum.
    Fix spawn.
    Quest scripts.
    Mob's gossip menus.
    CU_0085.zip (12.49 MB)

    Last edited by CthulhuFtagn; 24-11-10 at 10:23 AM. Reason: TRM CU 0085 YTDB 354 Acid 39 MaNGOS 10781 ScriptDev2 1890

  11. #1030
    Senior Sergeant
    GrandpaJohn's Avatar
    Join Date
    Feb 2010
    Location
    West Palm Beach, Fl
    Posts
    145
    Post Thanks / Like
    Rep Power
    15
    Reputation
    24

    Register to remove this ad
    @ CT;

    Update 85 executed successfully, no errors , server booted up and runnning great keep up your awesome work bud

    for info in the sentinel hill area mobs are unattackable unless you use magic then when they die they go back to their spawning start area
    Last edited by GrandpaJohn; 24-11-10 at 02:40 PM.

 

 
Page 103 of 112 FirstFirst ... 33353889399100101102103104105106107 ... LastLast

Visitors found this page by searching for:

hobbits

quice

mangos 3.3.5 repack

mangos repack 3.3.5

how to make server wow 3.5.5 level 255

cthulhu patch

3.3.5 mangos repack

patcher 64 bit descargar

gorkun ironskull

sholazar basin

warcraft sholazar basin background

ulduar

TRMs Cthulhu Ftagn Dual-Database MaNGOS Repackmangos 3.3.5.12340mangos 3.3.5a linux repackAHbotrepack 3.3.5 trinity mimirion train trinitycorehobbits lord of the ringsmangos repack 3.3.5aMANGO CTHULHU 123dual-database-mangos-repack-3-3-5-12340-32-64-bit-4286index100wow repack the culling of stratholme trm releasedescargar arcemu 3.1.3 wow megaupload255 lvl wow repack 3.3.5agithub trinity 71603booty bay wallpaperdual wallpaper windows 7TRMs Cthulhu Ftagn infinity mangos repackrepack trinity 3.3.5 debugwow repack linuxrepack 3.3.5 a mangos fullmangos 3.5.5 repacktrinity 3.3.5a linux repack3.3.5a linux repackDownload MaNGOS Repack 3.3.5TRMs Cthulhu Ftagn RepackMangos 3.3.5 databasewow 3.3.5a 255 repackcthulhuRepack Ver.1.27-Client 3.3.5a (12340)ragnaros lairforge of souls questwow repack 3.3.5a 255lvlhackear wow 3.3.5 con parche customno-ip.org dnssearch zonealarmlotr hobbitswow 3.3.5 mangos repack 32 bit server
SEO Blog

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 05:02 AM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org