[Release] Spartans T7 menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 31
  1. #16
    satscholar's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so hows that t7 vendor coming?

    [Release] Spartans T7
  2. #17
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mmm going to make it in my spare time

  3. #18
    Chron's Avatar Member
    Reputation
    81
    Join Date
    Jan 2008
    Posts
    237
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +Rep for the cool rogue T7

  4. #19
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks chron

  5. #20
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hehe, great release mate, I think I might use these in my repack if I have your permit ofcourse.

    Also, rep added (x3)


    Threads of the Week: [Errage] [Blizzard] [Rapidshare]

  6. #21
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes you can use it no problem with that mate just remember to credit

  7. #22
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sick dude nice
    If you need me you have my skype, if you don't have my skype then you don't need me.

  8. #23
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks 2d always making good stuff you know

  9. #24
    Tom_2001's Avatar Member
    Reputation
    177
    Join Date
    Oct 2007
    Posts
    609
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well done

  10. #25
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks tom glad you liked it

  11. #26
    Knife's Avatar Member
    Reputation
    44
    Join Date
    Dec 2007
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok so here is the vendor for the items between 94000 and 94150
    Player Items
    Other one for GM and Admin im making them now
    So here is the SQL Script for User T7 Vendor :
    Code:
    INSERT INTO creature_proto
       (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `equipmodel1`, `equipinfo1`, `equipslot1`, `equipmodel2`, `equipinfo2`, `equipslot2`, `equipmodel3`, `equipinfo3`, `equipslot3`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
    VALUES
       (100000, 100, 100, 35, 100000, 100000, 100000, 1, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 360000, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 0, 0, 0, 2.5, 8, 14, 0);
    
    INSERT INTO creature_names
       (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
    VALUES
       (100000, 'Tier 7 by Spartansp', 'Tier 7 Vendor', '', 0, 7, 0, 3, 0, , 22963, 0, 0, 0, 1, 1, 0, 1);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94000, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94001, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94002, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94003, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94004, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94005, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94006, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94007, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94008, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94009, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94010, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94011, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94012, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94013, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94014, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94015, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94016, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94018, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94019, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94020, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94021, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94022, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94023, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94024, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94025, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94026, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94031, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94017, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94029, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94028, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94027, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94032, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94033, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94034, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94035, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94036, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94037, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94038, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94039, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94041, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94030, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94042, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94043, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94044, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94045, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94046, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94047, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94048, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94049, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94050, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94051, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94052, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94053, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94054, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94055, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94056, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94057, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94058, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94059, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94060, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94061, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94062, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94063, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94064, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94065, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94066, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94067, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94068, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94069, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94070, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94071, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94072, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94073, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94074, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94075, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94076, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94077, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94078, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94079, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94080, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94081, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94082, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94083, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94084, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94085, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94086, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94087, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94040, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94088, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94089, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94091, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94092, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94093, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94094, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94095, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94096, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94097, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94098, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94099, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94101, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94090, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94102, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94103, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94104, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94105, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94106, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94107, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94108, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94109, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94110, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94111, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94112, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94113, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94114, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94115, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94116, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94117, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94118, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94119, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94120, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94121, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94122, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94123, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94124, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94125, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94126, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94127, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94128, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94129, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94130, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94132, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94100, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94133, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94134, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94135, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94136, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94137, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94150, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94139, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94138, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94131, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94148, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94147, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94146, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94144, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94143, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94142, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94141, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94145, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94140, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94149, 1, 0, 0);
    SpartanSP hope its no problem that i made it or ?
    I sawed that you have no time and the users want it so...
    Anyway if u dont like that im sorry

    PS : .npc spawn 100000 1 to get the vendor

    Edit : Admin T7 Vendor (items between 93023 and 93033)
    .npc spawn 100001 1
    Here is the SQL Script :
    Code:
    INSERT INTO creature_names
       (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
    VALUES
       (100001, 'Admin T7 by Spartansp', 'Tier 7 Vendor', '', 0, 7, 0, 3, 0, , 22963, 0, 0, 0, 1, 1, 0, 0);
    
    INSERT INTO creature_proto
       (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `equipmodel1`, `equipinfo1`, `equipslot1`, `equipmodel2`, `equipinfo2`, `equipslot2`, `equipmodel3`, `equipinfo3`, `equipslot3`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
    VALUES
       (100001, 70, 70, 35, 100000, 100000, 100000, 1, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 360000, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 2.5, 8, 14, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100001, 93033, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100001, 93032, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100001, 93031, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100001, 93030, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100001, 93029, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100001, 93028, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100001, 93027, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100001, 93026, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100001, 93025, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100001, 93024, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100001, 93023, 1, 0, 0);
    Edit : GM T7 Vendor (items between 93100 and 93124)
    .npc spawn 100002 1
    Here is the SQL Script :
    Code:
    INSERT INTO creature_names
       (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
    VALUES
       (100002, 'GM T7 by Spartansp', 'Tier 7 Vendor', '', 0, 7, 0, 3, 0, , 22963, 0, 0, 0, 1, 1, 0, 0);
    
    INSERT INTO creature_proto
       (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `equipmodel1`, `equipinfo1`, `equipslot1`, `equipmodel2`, `equipinfo2`, `equipslot2`, `equipmodel3`, `equipinfo3`, `equipslot3`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
    VALUES
       (100002, 70, 70, 35, 100000, 100000, 100000, 1, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 360000, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 2.5, 8, 14, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93100, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93101, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93102, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93103, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93104, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93105, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93106, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93107, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93108, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93109, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93110, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93111, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93112, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93113, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93114, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93115, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93116, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93117, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93118, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93119, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93120, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93121, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93122, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93123, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100002, 93124, 1, 0, 0);
    Edit : All-In-One Vendor (includes all items , all all)
    .npc spawn 100003 1
    Here is the SQL Script :
    Code:
    INSERT INTO creature_proto
       (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `equipmodel1`, `equipinfo1`, `equipslot1`, `equipmodel2`, `equipinfo2`, `equipslot2`, `equipmodel3`, `equipinfo3`, `equipslot3`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`)
    VALUES
       (100000, 100, 100, 35, 100000, 100000, 100000, 1, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 360000, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 0, 0, 0, 2.5, 8, 14, 0);
    
    INSERT INTO creature_names
       (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
    VALUES
       (100000, 'Tier 7 by Spartansp', 'All-In-One Tier 7 Vendor', '', 0, 7, 0, 3, 0, , 22963, 0, 0, 0, 1, 1, 0, 1);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94000, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94001, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94002, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94003, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94004, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94005, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94006, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94007, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94008, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94009, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94010, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94011, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94012, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94013, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94014, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94015, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94016, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94018, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94019, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94020, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94021, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94022, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94023, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94024, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94025, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94026, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94031, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94017, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94029, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94028, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94027, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94032, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94033, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94034, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94035, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94036, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94037, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94038, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94039, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94041, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94030, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94042, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94043, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94044, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94045, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94046, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94047, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94048, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94049, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94050, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94051, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94052, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 940453, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94054, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94055, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94056, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94057, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94058, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94059, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94060, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94061, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94062, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94063, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94064, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94065, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94066, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94067, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94068, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94069, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94070, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94071, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94072, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94073, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94074, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94075, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94076, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94077, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94078, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94079, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94080, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94081, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94082, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94083, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 90484, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94085, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94086, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94087, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94040, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94088, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94089, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94091, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94092, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94093, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94094, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94095, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94096, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94097, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94098, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94099, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94101, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94090, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94102, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94103, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94104, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94105, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94106, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94107, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94108, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94109, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94110, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94111, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94112, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94113, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94114, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94115, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94116, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94117, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94118, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94119, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94120, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94121, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94122, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94123, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94124, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94125, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94126, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94127, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94128, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94129, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94130, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94132, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94100, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94133, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94134, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94135, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94136, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94137, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94150, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94139, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94138, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94131, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94148, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94147, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94146, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94144, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94143, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94142, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94141, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94145, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94140, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 94149, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93033, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93032, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93031, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93030, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93029, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93028, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93027, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93026, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93025, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93024, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93023, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93100, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93101, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93102, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93103, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93104, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93105, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93106, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93107, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93108, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93109, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93110, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93111, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93112, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93113, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93114, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93115, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93116, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93117, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93118, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93119, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93120, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93121, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93122, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93123, 1, 0, 0);
    
    INSERT INTO vendors
       (`entry`, `item`, `amount`, `max_amount`, `inctime`)
    VALUES
       (100000, 93124, 1, 0, 0);
    And il say again....if u dont liked these Spartan im sorry....but how i sayed , i sawed u have no time so i decided to make these
    Note : Dont use both things . If u want separated vendors than use first 3 scripts if u want All-In-oNE Vendor than use the last script
    PS: If u find any errors tell me or spartan please
    Last edited by Knife; 02-04-2008 at 05:22 PM.
    Use the "Search" Button, its not hard
    +RepEveryone who helps and contributes


  12. #27
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes thanks going to put the file right now on first post thanks

  13. #28
    Masterkenshin's Avatar Member
    Reputation
    72
    Join Date
    Sep 2007
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LOL the paladin set looks like the one i did ages ago but without purple
    here is a link to my set LOL Good work Spartan +2 rep

    マスターの feel my power

  14. #29
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the only diference is that your posts was posted 4 weeks ago... my server (spartanWOW) has been up with T7 since more than 4 months lol (now its down) and since my server went down i released all my database stuff in my repack ... lol and thanks for rep

  15. #30
    Knife's Avatar Member
    Reputation
    44
    Join Date
    Dec 2007
    Posts
    254
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your welcome spartan but i still cant rep you (((( i promise i will rep you when i can
    Use the "Search" Button, its not hard
    +RepEveryone who helps and contributes


Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Release] Herbs to flag
    By Dave-evad in forum World of Warcraft Model Editing
    Replies: 9
    Last Post: 11-26-2006, 03:31 PM
  2. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft General
    Replies: 22
    Last Post: 10-30-2006, 01:59 PM
  3. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft Guides
    Replies: 15
    Last Post: 10-28-2006, 12:15 PM
  4. anti-warden Release #1
    By zhPaul in forum World of Warcraft Bots and Programs
    Replies: 40
    Last Post: 10-21-2006, 01:40 AM
  5. Burning Crusade Release
    By KOLOSSAL in forum World of Warcraft General
    Replies: 3
    Last Post: 10-10-2006, 12:33 AM
All times are GMT -5. The time now is 02:14 PM. 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