EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Setting starting zone? (https://www.eqemulator.org/forums/showthread.php?t=41573)

Movement 11-01-2017 10:55 PM

Quote:

Originally Posted by Uleat (Post 256209)
..\quests\vexthal\player.lua
Code:

function event_enter_zone(e)
  if ( e.self:GetBindZoneID() == 158 ) then   
    e.self:Message(1, "Illegal Bind!")
    e.self:MovePC(69,840,70,0,0)
  end
end

First int in the parameters is '69' - the zone id number for 'Ocean of Tears.'

I'll be damned. Let me try it. One sec

So this is basically saying if playerbind = VexThal zone ( 158 ) THEN movePC to OOT zone (69)....

How do I disable this? Delete the .lua or comment it out?

Uleat 11-01-2017 11:02 PM

You can always rename the file..but, I think you can delete it safely - so long as there's no other code.

The global should take over at that point.

Movement 11-01-2017 11:06 PM

LMFAO!!!!! IT WORKED! IT FUCKING WORKED!!!!!11111oneoneoneoneone

I just removed player.lua from the folder and restarted my server and it works PERFECTLY now.

Whats funny about this is I was in the vexthal folder earlier today looking but I was looking at the .PL (Perl) files, not the .lua ones lol so I overlooked it.

Well I am glad its sorted now. Now to fix the other 25 issues I am having but I dont think they are anywhere near as much of a pain in the ass as this one lol.

Furthermore, I am deleting those other files for veeshan and the other zone too lol.

Thanks Uleat!

Movement 11-01-2017 11:08 PM

Quote:

Originally Posted by Uleat (Post 256211)
You can always rename the file..but, I think you can delete it safely - so long as there's no other code.

The global should take over at that point.

Here is something interesting as well. I was starting my server with the "win_server_launcher.pl" file in the root of my server folder and it would start up like 6 or 7 "zone" servers. The weird thing about this is those zone servers would scroll data as they were booting them up really fast for like 10 seconds. As soon as I removed that player.lua file from vexthal, they "finish" in like 2 seconds now. I hope this is a good thing lol

Uleat 11-01-2017 11:20 PM

I think one of those other two zone files had additional script handlers.

In that case, you can just delete the affecting code and leave the other.

Movement 11-01-2017 11:21 PM

Quote:

Originally Posted by Uleat (Post 256216)
I think one of those other two zone files had additional script handlers.

In that case, you can just delete the affecting code and leave the other.

Aye, thats what I did. I left the additional code and only deleted the "boot you" code.

Yard Dogg 11-02-2017 12:17 AM

In case of emergency:

https://image.ibb.co/dX2DVw/Server_Wipes.png

Movement 11-02-2017 01:45 AM

LOL!
/twentycharacters :(


All times are GMT -4. The time now is 08:04 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.