Search found 9 matches
- Sat Jul 04, 2015 4:29 pm
- Forum: Troubleshooting
- Topic: Zone loads with Gov FOV errors
- Replies: 2
- Views: 2914
Zone loads with Gov FOV errors
Started giving this error about a week ago, can't figure this sucker out. any help would be appreciated. belows is sample of the errors it is giving me: loading zones[17:25:21][1;31m[Error][0m luautils::onSpawn: error loading module 'scripts/globals/regimereward' from file '.\scripts/globals/regimer...
- Thu May 07, 2015 3:00 pm
- Forum: Server Setup & Guides
- Topic: Edit AH Items
- Replies: 5
- Views: 5662
Re: Edit AH Items
Thank guys. I am trying to earn this stuff as I go and I appreciate your help.
- Mon May 04, 2015 7:30 pm
- Forum: Server Setup & Guides
- Topic: Edit AH Items
- Replies: 5
- Views: 5662
Edit AH Items
Looking for info on how to remove individual items from AH. Apologies if the is subject has been talked to death. Any info would be greatly appreciated.
- Sun May 03, 2015 2:22 pm
- Forum: Server Setup & Guides
- Topic: Wiki Server Setup Guide
- Replies: 55
- Views: 271937
Re: Wiki Server Setup Guide
Delaide wrote:Strange, I see everything
I am getting this same thing on every pc on my network.
- Sun May 03, 2015 12:55 pm
- Forum: Server Setup & Guides
- Topic: Wiki Server Setup Guide
- Replies: 55
- Views: 271937
Re: Wiki Server Setup Guide
Trying to access wiki page, i get this for all links.
- Thu Apr 30, 2015 7:01 pm
- Forum: Server Setup & Guides
- Topic: Custom @zone ports
- Replies: 8
- Views: 7392
Re: Custom @zone ports
You have a local "zone" set to 70, then right after you check for zoneID.. Of course zoneID is going to be nil, you didn't set it a value first :) Ok, lol. I am getting to where I need to be, I just want this to work where I could type in a command without having to type in a zoneid, just use the @...
- Thu Apr 30, 2015 4:16 pm
- Forum: Server Setup & Guides
- Topic: Custom @zone ports
- Replies: 8
- Views: 7392
Re: Custom @zone ports
player:setPos(0, 0, 0, 0, zoneId); in https://github.com/DarkstarProject/darkstar/blob/master/scripts/commands/zone.lua Im looking specificly way to port to a @where position. That would be the function he just showed you, just replace the zeros. They are: x, y, z, rotation, zoneId. The GM command ...
- Thu Apr 30, 2015 12:57 pm
- Forum: Server Setup & Guides
- Topic: Custom @zone ports
- Replies: 8
- Views: 7392
Re: Custom @zone ports
player:setPos(0, 0, 0, 0, zoneId); in https://github.com/DarkstarProject/darkstar/blob/master/scripts/commands/zone.lua Im looking specificly way to port to a @where position. When I use @zone for Chocobo Circuit, it places me inside a will with no ground in middle of the race track. Also would lik...
- Thu Apr 30, 2015 9:33 am
- Forum: Server Setup & Guides
- Topic: Custom @zone ports
- Replies: 8
- Views: 7392
Custom @zone ports
I am trying to find any information on how to create custom @zone Id command. where to find the file with the @pos you are ported to when using @zone id# and how to create a custom @command to make new zone ports. Any information would be greatly appreciated.