Search found 162 matches

by Desufire
Tue Jul 14, 2015 11:34 pm
Forum: Contributing
Topic: item_mods update
Replies: 11
Views: 7507

Re: item_mods update

A GM of my server has been steady working on correcting/adding a lot of data into the item_mods. We didn't think about it at the time, but now we're creating a custom item mod sql so that I can stop having to go in and spend 5 minutes "correcting" a merge item_mods file lol. Like Teo said about Legi...
by Desufire
Fri Jul 10, 2015 11:23 pm
Forum: Server Setup & Guides
Topic: Wiki Server Setup Guide
Replies: 55
Views: 146572

Re: Wiki Server Setup Guide

This is for your own server. The thread below this "Client Setup & Guides" has a topic on setting up your client which is used to connect to servers.
by Desufire
Thu Jul 09, 2015 5:58 pm
Forum: Troubleshooting
Topic: New Characters not receiving Genkai/Gil
Replies: 2
Views: 2000

Re: New Characters not receiving Genkai/Gil

Yeah, didn't know if it classified as an "Issue" or just something that maybe I screwed up. I'll go submit it lol
by Desufire
Thu Jul 09, 2015 4:48 am
Forum: Troubleshooting
Topic: New Characters not receiving Genkai/Gil
Replies: 2
Views: 2000

New Characters not receiving Genkai/Gil

So after the June update we've been having problems with new characters not receiving the proper Genkai and starting gil. My server starts the initial cap at 99 so all of that is purely optional and starting gil is 1 mil. Our settings script is correct and the players script hasn't been touched asid...
by Desufire
Tue Jul 07, 2015 4:46 pm
Forum: Scripting
Topic: Can't Attack Or Talk To NPC
Replies: 3
Views: 2426

Re: Can't Attack Or Talk To NPC

I want to say this was fixed. Had something to do with npc id being changed during the retail update. Are you sure you're updating your server files using merge or pull?
by Desufire
Mon Jun 29, 2015 1:14 am
Forum: Troubleshooting
Topic: Xiloader/Windower Issue
Replies: 6
Views: 4366

Re: Xiloader/Windower Issue

Everytime I update the game, I use this method: https://forums.dspt.info/viewtopic.php?f=12&t=2469 It wasn't wasf, it was Teo that wrote it lol. If this doesn't work, then I don't know what else would cause this issue. You'd have to either wait for someone more knowledgeable to reply or go into the ...
by Desufire
Sun Jun 28, 2015 5:04 pm
Forum: Troubleshooting
Topic: Xiloader/Windower Issue
Replies: 6
Views: 4366

Re: Xiloader/Windower Issue

Just to be clear and on the same page, you updated the final fantasy files through playonline?
by Desufire
Sun Jun 28, 2015 5:40 am
Forum: Troubleshooting
Topic: Xiloader/Windower Issue
Replies: 6
Views: 4366

Re: Xiloader/Windower Issue

Retail updated June 24th. Windower updated soon after. Update your game files. There's a guide I believe Wasf wrote stickied around here.
by Desufire
Sat Jun 27, 2015 5:01 pm
Forum: Scripting
Topic: Making a new command
Replies: 13
Views: 7181

Re: Making a new command

Ohoh! I can do that one! Lol
by Desufire
Sat Jun 27, 2015 1:27 am
Forum: Scripting
Topic: Making a new command
Replies: 13
Views: 7181

Re: Making a new command

player:setPos(0,0,0,0,player:getZoneID()); literally that's all you need Seriously? I was making it harder than it needed to be? /sigh yep.. common mistake actually, overcomplicating! Okay, so how would I go about creating a check if player is in combat? I have an idea on how, but we've established...