[antrix]

Results 1 to 1 of 1
  1. #1
    Member Powerzz is offline
    MemberRank
    Jun 2007 Join Date
    NetherlandsLocation
    76Posts

    [antrix]

    sorry for the no name I forgot it >.< Please no infraction :p

    Heyas all,
    I've made again a custom thing, This time a custom totem vendor for in org and SW as the one that is spawned in org doesn't have a sell template and i wanted too make a custom one :P
    But i got an error executing it in my SQLyog.
    this is the SQL file:
    Code:
    insert into `creature_names` (`entry`, `creature_name`, `Subname`, `Flags1`, `type`, `Family`, `Rank`, `unk4`, `SpellDataID`, `displayid`, `unk2`, `unk3`, `Civilian`, `Leader`) values('250000','Totem vendor','LinQ's customs','0','7','0','0','0',NULL,'20987','1','1','0',NULL);
    delete from `creature_spawns` where `entry` = 22900;
    insert into `creature_spawns` (`id`, `entry`, `Map`, `x`, `y`, `z`, `o`, `movetype`, `displayid`, `factionid`, `flags`, `bytes`, `bytes2`, `emote_state`, `respawnNpcLink`) values('250001','250000',1,'1610.45','-4389.91','10.0667','3.714140','1','20987','54','64','16777472','4097','0','0');
    insert into `creature_spawns` (`id`, `entry`, `Map`, `x`, `y`, `z`, `o`, `movetype`, `displayid`, `factionid`, `flags`, `bytes`, `bytes2`, `emote_state`, `respawnNpcLink`) values('250002','250000',0,'-8809.66','637.89','94.22','3.597125','1','20987','54','64','16777472','4097','0','0');
    insert into `vendors` (`vendorGuid`, `itemGuid`, `amount`) values('250000','5175','1');
    insert into `vendors` (`vendorGuid`, `itemGuid`, `amount`) values('250000','5176','1');
    insert into `vendors` (`vendorGuid`, `itemGuid`, `amount`) values('250000','5177','1');
    insert into `vendors` (`vendorGuid`, `itemGuid`, `amount`) values('250000','5178','1');
    And if someone wants too download and test it at your server it would be appreciated:
    - Too download click here!
    Last edited by Powerzz; 23-07-07 at 08:35 PM. Reason: Forgot name >.<




Advertisement