mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added back loading defaulttalk npcs through script. Should speed up warps now! Added loading mapobj ifno through a db table, removing the need for unique scripts. Deleted ported mapobj scripts.
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x141, 0xB84;
|
||||
end
|
@@ -1,3 +0,0 @@
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x141, 0xB83;
|
||||
end
|
@@ -1,3 +0,0 @@
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x141, 0xB81;
|
||||
end
|
@@ -1,3 +0,0 @@
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x141, 0xB7D;
|
||||
end
|
@@ -1,3 +0,0 @@
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x14b, 0x14aa;
|
||||
end
|
@@ -1,3 +0,0 @@
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x141, 0xB7E;
|
||||
end
|
@@ -1,3 +0,0 @@
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x141, 0xB80;
|
||||
end
|
@@ -1,3 +0,0 @@
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x141, 0xB7F;
|
||||
end
|
@@ -1,3 +0,0 @@
|
||||
function init(npc)
|
||||
return false, false, 0, 0, 0x141, 0xB82;
|
||||
end
|
Reference in New Issue
Block a user