Search found 1247 matches
- Tue Apr 30, 2019 7:01 pm
- Forum: Troubleshooting
- Topic: Getting C2601 error when building DSGame-server
- Replies: 7
- Views: 12716
Re: Getting C2601 error when building DSGame-server
Did you modify the source? I just compiled the game server and got no errors. I pulled latest as of this post. Those functions look to be pretty basic.
- Mon Apr 29, 2019 7:02 pm
- Forum: Server Setup & Guides
- Topic: restart
- Replies: 2
- Views: 8778
Re: restart
Pull latest from GitHub, rebuild in VS, and run the sql files that are updated. Everyone kinda does it their own way, we really don't have any predefined procedure.
- Wed Apr 24, 2019 7:03 pm
- Forum: Scripting
- Topic: A few things I'm hoping to find help with (open door commands etc)
- Replies: 12
- Views: 20382
- Wed Apr 24, 2019 7:03 pm
- Forum: Scripting
- Topic: A few things I'm hoping to find help with (open door commands etc)
- Replies: 12
- Views: 20382
Re: A few things I'm hoping to find help with (open door commands etc)
Can you point me in the direction of where to read up on lua code for timestamps and also other things specific to FFXI like opening the MH menu so I can try do this? I don't mind putting in the work but I can't seem to find the info relevant to FFXI specifically. For example, there is 100's of lua...
- Wed Apr 24, 2019 10:38 am
- Forum: Scripting
- Topic: A few things I'm hoping to find help with (open door commands etc)
- Replies: 12
- Views: 20382
Re: A few things I'm hoping to find help with (open door commands etc)
Ok, so I got a !warp command working by editing the !homepoint command on a new lua called warp using this code: cmdprops = { permission = 0, parameters = "s" }; function error(player, msg) player:PrintToPlayer(msg); player:PrintToPlayer("!warp {player}"); end; function onTrigger(player, target) --...
- Wed Apr 24, 2019 9:03 am
- Forum: Contacting The Team
- Topic: Whasf, the ID parts of the wiki!
- Replies: 4
- Views: 9673
- Wed Apr 24, 2019 9:02 am
- Forum: Troubleshooting
- Topic: Crash on @Zone command
- Replies: 14
- Views: 20092
Re: Crash on @Zone command
Are you running a current pull of master (or stable)? We haven't had any other reports, it may be due to any custom work you have, or missing database or core updates.
- Wed Apr 24, 2019 9:01 am
- Forum: Scripting
- Topic: A few things I'm hoping to find help with (open door commands etc)
- Replies: 12
- Views: 20382
Re: A few things I'm hoping to find help with (open door commands etc)
I created my own server and I'm looking to add a few things that I've seen around other places. Is there any chance anyone can help me with the following: 1) A script to open all doors etc when anyone types !open Create a script to set the animation ID for the door that makes it open. I'm sure if y...
- Mon Apr 22, 2019 4:19 pm
- Forum: Server Setup & Guides
- Topic: Where can I change player default status? (STR, DEF, ATT..)
- Replies: 1
- Views: 7720
Re: Where can I change player default status? (STR, DEF, ATT..)
I don't think you can without doing some custom work.
- Mon Apr 22, 2019 4:15 pm
- Forum: Contacting The Team
- Topic: Whasf, the ID parts of the wiki!
- Replies: 4
- Views: 9673
Re: Whasf, the ID parts of the wiki!
Please do! That automatic update has been broken since I took over the wiki many years ago. You can remove that message too