Ayyıldız2 | 2008 TR Yapısı • 1-99 Orta Emek Destan • Oto Avsız • 10 Temmuz 21:00 HEMEN TIKLA!
Selamlar,
Aşağıda verdiğim query ile sunucunuza player görünümlü mob'lar ekleyebilirsiniz.
Aşağıda verdiğim query ile sunucunuza player görünümlü mob'lar ekleyebilirsiniz.
Kod:
SQL:
-- Human Kız Rogue
INSERT INTO K_MONSTER
(monster_id, monster_name, monster_type, level, pos_x, pos_y, respawn_time, faction, is_boss, aggression, movement_type, skill_use, lootable, defense, attack_power, magic_resistance, hp, is_ranged, speed, attack_range, xp, drop_rate, physical_resistance, magic_power, stun_resistance, fire_resistance, ice_resistance, poison_resistance, lightning_resistance, normal_resistance, shadow_resistance, soul_resistance, light_resistance, ai_id, vision_range, follow_range, respawn_rate, item_drop_type, magic_defense, luck_rate, regen_rate, faction_id, race_id)
VALUES
(11215, 'Test1', 26003, 100, 149101230, 146210050, 0, 1, 0, 1, 0, 0, 0, 50, 2525, 25, 1200, 1, 25, 150, 400, 4183, 333, 1800, 5, 5, 3211, 0, 0, 0, 73, 73, 73, 255, 255, 255, 255, 255, 25, 15, 45, 70, 2255, 2, 0, 0);
-- Human Barbar Warrior
INSERT INTO K_MONSTER
(monster_id, monster_name, monster_type, level, pos_x, pos_y, respawn_time, faction, is_boss, aggression, movement_type, skill_use, lootable, defense, attack_power, magic_resistance, hp, is_ranged, speed, attack_range, xp, drop_rate, physical_resistance, magic_power, stun_resistance, fire_resistance, ice_resistance, poison_resistance, lightning_resistance, normal_resistance, shadow_resistance, soul_resistance, light_resistance, ai_id, vision_range, follow_range, respawn_rate, item_drop_type, magic_defense, luck_rate, regen_rate, faction_id, race_id)
VALUES
(11218, 'Test2', 26005, 100, 149101230, 146210050, 0, 1, 0, 1, 0, 0, 0, 5, 2525, 25, 1200, 1, 25, 150, 400, 4183, 333, 1800, 5, 5, 3211, 0, 0, 0, 73, 73, 73, 255, 255, 255, 255, 255, 25, 15, 45, 70, 2255, 2, 0, 0);
-- Karus Erkek Rogue
INSERT INTO K_MONSTER
(monster_id, monster_name, monster_type, level, pos_x, pos_y, respawn_time, faction, is_boss, aggression, movement_type, skill_use, lootable, defense, attack_power, magic_resistance, hp, is_ranged, speed, attack_range, xp, drop_rate, physical_resistance, magic_power, stun_resistance, fire_resistance, ice_resistance, poison_resistance, lightning_resistance, normal_resistance, shadow_resistance, soul_resistance, light_resistance, ai_id, vision_range, follow_range, respawn_rate, item_drop_type, magic_defense, luck_rate, regen_rate, faction_id, race_id)
VALUES
(11213, 'Test3', 26004, 100, 149101230, 146210050, 0, 1, 0, 1, 0, 0, 0, 50, 2525, 25, 1200, 1, 25, 150, 400, 4183, 333, 1800, 5, 5, 3211, 0, 0, 0, 73, 73, 73, 255, 255, 255, 255, 255, 25, 15, 45, 70, 2255, 2, 0, 0);
-- Karus Warrior
INSERT INTO K_MONSTER
(monster_id, monster_name, monster_type, level, pos_x, pos_y, respawn_time, faction, is_boss, aggression, movement_type, skill_use, lootable, defense, attack_power, magic_resistance, hp, is_ranged, speed, attack_range, xp, drop_rate, physical_resistance, magic_power, stun_resistance, fire_resistance, ice_resistance, poison_resistance, lightning_resistance, normal_resistance, shadow_resistance, soul_resistance, light_resistance, ai_id, vision_range, follow_range, respawn_rate, item_drop_type, magic_defense, luck_rate, regen_rate, faction_id, race_id)
VALUES
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 1
- Görüntüleme
- 1K
- Cevaplar
- 8
- Görüntüleme
- 28K
- Cevaplar
- 13
- Görüntüleme
- 1K