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 'waypoint'

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.  
fantasy-obligation