Search found 9 matches

by Skyballer
Fri Apr 26, 2019 6:13 pm
Forum: Scripting
Topic: A few things I'm hoping to find help with (open door commands etc)
Replies: 12
Views: 13897

Re: A few things I'm hoping to find help with (open door commands etc)

Put a check in the mh script so it only works in towns, but it's fine, seems this is all above me so not worth it, the forums seem too quiet to get any real help. I am just going to leave it all be.
by Skyballer
Wed Apr 24, 2019 2:02 pm
Forum: Scripting
Topic: A few things I'm hoping to find help with (open door commands etc)
Replies: 12
Views: 13897

Re: A few things I'm hoping to find help with (open door commands etc)

been trying to work with dsp.zoneType but that's not doing anything? any ideas?
by Skyballer
Wed Apr 24, 2019 12:17 pm
Forum: Scripting
Topic: A few things I'm hoping to find help with (open door commands etc)
Replies: 12
Views: 13897

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 ...
by Skyballer
Wed Apr 24, 2019 10:05 am
Forum: Scripting
Topic: A few things I'm hoping to find help with (open door commands etc)
Replies: 12
Views: 13897

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) -- ...
by Skyballer
Wed Apr 24, 2019 9:27 am
Forum: Scripting
Topic: A few things I'm hoping to find help with (open door commands etc)
Replies: 12
Views: 13897

Re: A few things I'm hoping to find help with (open door commands etc)

Appreciate the replies but I have no idea how to create any of these scripts, my knowledge of lua is not great, i'm learning as I go.

If you can help with one then maybe I can get an idea of what I'm looking at?
by Skyballer
Wed Apr 24, 2019 8:17 am
Forum: Scripting
Topic: A few things I'm hoping to find help with (open door commands etc)
Replies: 12
Views: 13897

Re: A few things I'm hoping to find help with (open door commands etc)

Thanks, didn't realise that. Just need to find out how to remove the cap every 10 levels. I've seen another server where they said they run a script that unlocks the caps every 10 levels if you've got even 0.1 skill in a craft.
by Skyballer
Wed Apr 24, 2019 8:16 am
Forum: Server Setup & Guides
Topic: server message / lsmes
Replies: 5
Views: 7162

Re: server message / lsmes

Thanks, appreciate that. Just the strange LS issue then.
by Skyballer
Tue Apr 23, 2019 10:13 pm
Forum: Server Setup & Guides
Topic: server message / lsmes
Replies: 5
Views: 7162

server message / lsmes

A couple things I'd like to change but can't find info on: The initial login message "welcome to DarkStar!" please visit... etc This is followed by a system message: report bugs at DSP etc.. I can't find out where to change this? Also on character creation the world is called DarkStar. I'd like to c...
by Skyballer
Tue Apr 23, 2019 10:08 pm
Forum: Scripting
Topic: A few things I'm hoping to find help with (open door commands etc)
Replies: 12
Views: 13897

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 2) A player can free warp to their HP once every hour or so using the command !hp 3) Ne...