Advertisement
AhmedKorwash

monsterspawns sql

Feb 7th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.70 KB | None | 0 0
  1. INSERT INTO monsterspawns
  2.    (`id`, `mapid`, `bound_x`, `bound_y`, `bound_cx`, `bound_cy`, `maxnpc`, `rest_secs`, `max_per_gen`, `npctype`, `timer_begin`, `timer_end`, `born_x`, `born_y`)
  3. VALUES
  4.    (7805, 7805, 0558, 0666, 0558, 0666, 0070, 0001, 0100, 0001, 0000, 0000, 0000, 0000);
  5.  
  6. INSERT INTO monsterspawns
  7.    (`id`, `mapid`, `bound_x`, `bound_y`, `bound_cx`, `bound_cy`, `maxnpc`, `rest_secs`, `max_per_gen`, `npctype`, `timer_begin`, `timer_end`, `born_x`, `born_y`)
  8. VALUES
  9.    (7806, 7806, 0558, 0666, 0558, 0666, 0070, 0001, 0100, 0001, 0000, 0000, 0000, 0000);
  10.  
  11. INSERT INTO monsterspawns
  12.    (`id`, `mapid`, `bound_x`, `bound_y`, `bound_cx`, `bound_cy`, `maxnpc`, `rest_secs`, `max_per_gen`, `npctype`, `timer_begin`, `timer_end`, `born_x`, `born_y`)
  13. VALUES
  14.    (7807, 7807, 0558, 0666, 0558, 0666, 0070, 0001, 0100, 0001, 0000, 0000, 0000, 0000);
  15.  
  16. INSERT INTO monsterspawns
  17.    (`id`, `mapid`, `bound_x`, `bound_y`, `bound_cx`, `bound_cy`, `maxnpc`, `rest_secs`, `max_per_gen`, `npctype`, `timer_begin`, `timer_end`, `born_x`, `born_y`)
  18. VALUES
  19.    (7808, 7808, 0558, 0666, 0558, 0666, 0070, 0001, 0100, 0001, 0000, 0000, 0000, 0000);
  20.  
  21. INSERT INTO monsterspawns
  22.    (`id`, `mapid`, `bound_x`, `bound_y`, `bound_cx`, `bound_cy`, `maxnpc`, `rest_secs`, `max_per_gen`, `npctype`, `timer_begin`, `timer_end`, `born_x`, `born_y`)
  23. VALUES
  24.    (7809, 7809, 0558, 0666, 0558, 0666, 0070, 0001, 0100, 0001, 0000, 0000, 0000, 0000);
  25.  
  26. INSERT INTO monsterspawns
  27.    (`id`, `mapid`, `bound_x`, `bound_y`, `bound_cx`, `bound_cy`, `maxnpc`, `rest_secs`, `max_per_gen`, `npctype`, `timer_begin`, `timer_end`, `born_x`, `born_y`)
  28. VALUES
  29.    (7810, 7810, 0558, 0666, 0558, 0666, 0070, 0001, 0100, 0001, 0000, 0000, 0000, 0000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement