Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

lua errors how to Fix!!

RaGEZONE VIP
[VIP] Member
Joined
Sep 12, 2020
Messages
441
Reaction score
224
Well i would like to thank you all for helping and trying to help ....

But iam back asking again where can i find these files, based off these error listed



i have looked every where and still have not found these so called lua codes that support and run the server files?? i have found lua codes but there not labeled what is shown in this picture ?

like z34_npc124302_initial.lua where is it ? any help would be GREAT .... a clue would SUPPER ....

Janebug
 
Initiate Mage
Joined
Jan 19, 2015
Messages
90
Reaction score
17
Hi Janebug,
for example the function...

function lua_ZONE34_Armor()
SetMinimapIcon ( OwnerID(), EM_MapIconType_Armor );
SetShop( OwnerID() , 600579, "Test_Shop_Close" );
end

is in the file called 03154.lua....i think it was in a release from Domo...you can use it too for the mupu release....
 
Upvote 0
RaGEZONE VIP
[VIP] Member
Joined
Sep 12, 2020
Messages
441
Reaction score
224
Thank you i have been looking for the Name.lua files they refer too ... again thanks ....

So i take it all the map files are in there also ... start ups for maps... ect ...

i want to start dgn_pantheon.wdb so ill have to make a new lua file to start it up ?

that is correct ... ?

and how do you know witch one reference the correct one? is that a trial by error or is there a way to find out easily ??

Thanks Jane
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Jul 9, 2015
Messages
135
Reaction score
65
The Lua files are erroring because they don't exist most likely. You manually placed some npcs I guess or they exist and are trying to run their scripts connected to them, but as they don't exist throw an error.

Luas don't do poop for starting up maps xD
How to solve it is simple: write the missing Luas.
 
Upvote 0
Skilled Illusionist
Joined
Jul 30, 2015
Messages
396
Reaction score
156
The mirrorworld maps are also integrated with mobs and items, but also the .luas are missing, and i dont know how much of the system is in.

Mirrorworld_1 - lua errors how to Fix!! - RaGEZONE Forums


(5)19:34:40 LUAERROR O:14090241[109995], T:14090299[109995], LuaFunc: mirrorworld_109995_initlua - error runing function mirrorworld_109995_initlua attempt to call a nil value:('lua_pcall( mirrorworld_109995_initlua )')(5)19:34:47 LUAERROR O:14090241[109995], T:14090299[109995], LuaFunc: mirrorworld_109995_dead - error runing function mirrorworld_109995_dead attempt to call a nil value:('lua_pcall( mirrorworld_109995_dead )')(5)19:34:48 LUAERROR O:14090241[109995], T:14090241[109995], LuaFunc: mirrorworld_109995_endattack - error runing function mirrorworld_109995_endattack attempt to call a nil value:('lua_pcall( mirrorworld_109995_endattack )')(6)19:35:00 ChangeZone DBID=3 Role=Haylion From(215,-3718,684,1192) To(34,0,0,0)

(5)19:37:54 LUAERROR O:14090242[106138], T:14090242[106138], LuaFunc: zone_mirrorworld_outdoor_1 - error runing function zone_mirrorworld_outdoor_1 attempt to call a nil value:('zone_mirrorworld_outdoor_1')


Someone now which Zone New Pantheon has ? i looked through official zoneobject.db from gameforge but they changed a lot there.
 

Attachments

You must be registered for see attachments list
Upvote 0
RaGEZONE VIP
[VIP] Member
Joined
Sep 12, 2020
Messages
441
Reaction score
224
Someone now which Zone New Pantheon has ? i looked through official zoneobject.db from gameforge but they changed a lot there.


yeah i have been looking myself ... i even picked apart the addon for maps, that normal tells you the id # but still no luck..

And all 21 mirror maps work just the first 6 have mobs... mirror 1 and 2.
 
Last edited:
Upvote 0

fht

Initiate Mage
Joined
Dec 8, 2016
Messages
53
Reaction score
59
I can’t access my server monitor right now, but if I remember correctly new pantheon had zoneid 254 if that is what you‘re looking for.
 
Upvote 0
RaGEZONE VIP
[VIP] Member
Joined
Sep 12, 2020
Messages
441
Reaction score
224
I can’t access my server monitor right now, but if I remember correctly new pantheon had zoneid 254 if that is what you‘re looking for.

Yes thank you very much

Mageeoski
-- New Pantheon
TOS location /gm ? zone 38 0 5429.2 251.9 2326.3 -- outside
ToS Location /gm ? zone 254 0 -5560 2451 1715 -- inside

from Official


 
Last edited:
Upvote 0
Skilled Illusionist
Joined
Jul 30, 2015
Messages
396
Reaction score
156
Yes , its 254 for Hard mode. Thx.

Coords to port in:

/gm ? zone 254 0 -5560.1 2451.2 1710.4

And lol, i have never been there. Copy/paste Demon Stronghold. poor runewaker.....
 
  • Like
Reactions: fht
Upvote 0
RaGEZONE VIP
[VIP] Member
Joined
Sep 12, 2020
Messages
441
Reaction score
224
here is the working Zone 254



works great no errors so far...................

and then i reset it all ... ugh i hate this game at times..... :wink:


just need the teleports there to get to any of them after you start them use

/gm ? zone xxx 0 -5560 2451 1715

xxx = 254, 255, 256

 
Last edited:
  • Like
Reactions: fht
Upvote 0
Back
Top