Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'mangos'

1413758 - Someone: mangos scriptdev2
  1. Index: guards.cpp
  2. ===================================================================
  3. --- guards.cpp  (revision 1048)
  4. +++ guards.cpp  (working copy)
  5. @@ -3135,17 +3135,20 @@
  6.  {
  7.      player->ADD_GOSSIP_ITEM( 0, GOSSIP_TEXT_AUCTIONHOUSE      , GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF + 1);
  8.      player->ADD_GOSSIP_ITEM( 0, GOSSIP_TEXT_STORMWIND_BANK    , GOSSIP_SENDER_MAIN, GOSSIP_ACTION_INFO_DEF + 2);
  9.  
887097 - Shade Of Akama: mangos black of wow scriptdev2 shade akama temple
  1. /* Copyright (C) 2006,2007 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
  2. * This program is free software; you can redistribute it and/or modify
  3. * it under the terms of the GNU General Public License as published by
  4. * the Free Software Foundation; either version 2 of the License, or
  5. * (at your option) any later version.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9.  
  10.  
858331 - MeanMachine: mangos tap mana restore effect
  1. Index: src/game/SpellEffects.cpp
  2. ===================================================================
  3. --- src/game/SpellEffects.cpp   (revision 5042)
  4. +++ src/game/SpellEffects.cpp   (working copy)
  5. @@ -1224,6 +1224,33 @@
  6.  
  7.              return;
  8.          }
  9.  
853641 - MeanMachine: sql mangos generator update waypoint movement
  1. DROP TABLE IF EXISTS `waypoint_scripts`;
  2. CREATE TABLE `waypoint_scripts` (
  3.   `id` int(11) UNSIGNED NOT NULL DEFAULT '0',
  4.   `delay` int(11) UNSIGNED NOT NULL DEFAULT '0',
  5.   `command` int(11) UNSIGNED NOT NULL DEFAULT '0',
  6.   `datalong` int(11) UNSIGNED NOT NULL DEFAULT '0',
  7.   `datalong2` int(11) UNSIGNED NOT NULL DEFAULT '0',
  8.   `datatext` text NOT NULL,
  9.  
853540 - MeanMachine: sql mangos generator update waypoint movement
  1. DROP TABLE IF EXISTS `waypoint_scripts`;
  2. CREATE TABLE `waypoint_scripts` (
  3.   `id` int(11) UNSIGNED NOT NULL DEFAULT '0',
  4.   `delay` int(11) UNSIGNED NOT NULL DEFAULT '0',
  5.   `command` int(11) UNSIGNED NOT NULL DEFAULT '0',
  6.   `datalong` int(11) UNSIGNED NOT NULL DEFAULT '0',
  7.   `datalong2` int(11) UNSIGNED NOT NULL DEFAULT '0',
  8.   `datatext` text NOT NULL,
  9.  
853539 - MeanMachine: mangos generator waypoint movement
  1. Index: src/game/Creature.cpp
  2. ===================================================================
  3. --- src/game/Creature.cpp       (revision 5023)
  4. +++ src/game/Creature.cpp       (working copy)
  5. @@ -1788,6 +1788,15 @@
  6.      return true;
  7.  }
  8.  
  9.  
849829 - MeanMachine: mangos state immunity
  1. Index: src/game/SpellEffects.cpp
  2. ===================================================================
  3. --- src/game/SpellEffects.cpp   (revision 5003)
  4. +++ src/game/SpellEffects.cpp   (working copy)
  5. @@ -1316,6 +1316,12 @@
  6.  {
  7.      if(!unitTarget)
  8.          return;
  9.  
840269 - MaNGOS gzip patch: mangos map gzip vmap dbc
  1. Index: src/shared/vmap/ModelContainer.cpp
  2. ===================================================================
  3. --- src/shared/vmap/ModelContainer.cpp  (revision 4943)
  4. +++ src/shared/vmap/ModelContainer.cpp  (working copy)
  5. @@ -21,6 +21,9 @@
  6.  
  7.  #include <string.h>
  8.  
  9.  
831476 - MeanMachine: mangos chain targeting fix
  1. Index: src/game/Spell.cpp
  2. ===================================================================
  3. --- src/game/Spell.cpp  (revision 4909)
  4. +++ src/game/Spell.cpp  (working copy)
  5. @@ -606,11 +606,14 @@
  6.              tempUnitMap.sort(TargetDistanceOrder(m_caster));
  7.  
  8.              //Now to get us a random target that's in the initial range of the spell
  9.  
778909 - npc_championship: mangos scriptdev sd2 scriptdev2
  1. /* Copyright (C) 2006,2007 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
  2. * This program is free software; you can redistribute it and/or modify
  3. * it under the terms of the GNU General Public License as published by
  4. * the Free Software Foundation; either version 2 of the License, or
  5. * (at your option) any later version.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9.  
  10.  
778901 - npc_championship: mangos scriptdev sd2 scriptdev2
  1. /* Copyright (C) 2006,2007 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
  2. * This program is free software; you can redistribute it and/or modify
  3. * it under the terms of the GNU General Public License as published by
  4. * the Free Software Foundation; either version 2 of the License, or
  5. * (at your option) any later version.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9.  
  10.  
599974 - RaidenWoW: spora mangos
  1. <?php
  2.  
  3. /*
  4.         ORIGINAL COPYRIGHT:
  5.         14.09.2006      http://pomm.da.ru/
  6.         Created by mirage666 (c) (mailto:mirage666@pisem.net icq# 152263154)
  7.  
  8.         MODIFIED TO FIT NEW MANGOS PASSWORD ENCRYPTION BY:
  9.  
  10.  
591510 - RaidenWoW: spora mangos
  1. <?php
  2.  
  3. /*
  4.         ORIGINAL COPYRIGHT:
  5.         14.09.2006      http://pomm.da.ru/
  6.         Created by mirage666 (c) (mailto:mirage666@pisem.net icq# 152263154)
  7.  
  8.         MODIFIED TO FIT NEW MANGOS PASSWORD ENCRYPTION BY:
  9.  
  10.  
worth-right worth-right