Search found 29 matches

by enkidou
Mon Jun 01, 2015 2:45 pm
Forum: Server Setup & Guides
Topic: Removing/shortening cooldown timer on job abilities [SOLVED]
Replies: 0
Views: 4429

Removing/shortening cooldown timer on job abilities [SOLVED]

Any way possible to mess with the timers on job abilities? Call Beast and Charm specifically, but interested about the rest as well.

EDIT: Sorry, guys. Been a little while since I've worked on this stuff and didn't think about the abilities.sql.
by enkidou
Sun Mar 08, 2015 5:29 pm
Forum: Server Setup & Guides
Topic: Step by step guide to update your server?
Replies: 34
Views: 30443

Re: Step by step guide to update your server?

the errors you got were 99% because you didn't resolve the conflicts (pretty much guarantee there was a <<<<<< on line 8166, which is a conflict diff marker) Sure was! That doesn't do what you think it does, you wanted "TortoiseGit > Edit Conflicts" instead. Just about everyone new to git I've ever...
by enkidou
Sat Mar 07, 2015 4:46 pm
Forum: Server Setup & Guides
Topic: Step by step guide to update your server?
Replies: 34
Views: 30443

Re: Step by step guide to update your server?

Grabbed my copy of that file that I had before trying the git pull and placed it back in that folder. After that the game server recompiled perfectly. However...... still the same issues. No character jobs, can't equip items, etc. When I try to pull it says I am up to date. Playonline says up to dat...
by enkidou
Sat Mar 07, 2015 4:24 pm
Forum: Server Setup & Guides
Topic: Step by step guide to update your server?
Replies: 34
Views: 30443

Re: Step by step guide to update your server?

Update. I decided to go through each step again. Maybe I had a hiccup the first time around but I'm not quite to the end yet. This time around TortoiseGit seemed to resolve almost all issues and I was left with no warnings and only 5 errors during the recompile instead of the thousands I had before....
by enkidou
Sat Mar 07, 2015 3:53 pm
Forum: Server Setup & Guides
Topic: Step by step guide to update your server?
Replies: 34
Views: 30443

Re: Step by step guide to update your server?

Ok just attempted to pull again, using TortoiseGit > Pull. Uleguerand/mobs/Floe_Amoeban.lua. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in scripts/zones/Abyssea-Uleguerand/mobs/Frost_Bomb_Mk-II.lua. The file will have its original lin...
by enkidou
Sat Mar 07, 2015 2:49 pm
Forum: Server Setup & Guides
Topic: Step by step guide to update your server?
Replies: 34
Views: 30443

Re: Step by step guide to update your server?

kjLotus wrote:either your server or your client are not completely up to date

do /ver and @revision in game to figure out what you're running on

ver: 30150223_2

revision: 642f4b4bef760646c96576686687da4aa8bbde44
by enkidou
Sat Mar 07, 2015 2:35 pm
Forum: Server Setup & Guides
Topic: Step by step guide to update your server?
Replies: 34
Views: 30443

Re: Step by step guide to update your server?

make sure you didn't get any conflicts when pulling, revert any changes you made and then try compiling again Ok, changes reverted and compiled fine. But now still left with the issue of: 1. Characters not having a job in the status or equipment menu. 2. No spells in your magic spells list. 3. Can'...
by enkidou
Sat Mar 07, 2015 11:18 am
Forum: Server Setup & Guides
Topic: Step by step guide to update your server?
Replies: 34
Views: 30443

Re: Step by step guide to update your server?

New issues! After updating our client I noticed that I could not equip any items except what was already equipped when logging in. Also none of your known spells would show up if you manually brought up your magic spell list. Then I noticed that when you bring up your character's status or equipment...
by enkidou
Wed Mar 04, 2015 11:56 am
Forum: Server Setup & Guides
Topic: Step by step guide to update your server?
Replies: 34
Views: 30443

Re: Step by step guide to update your server?

character, action house, delivery boxes, linkshells, etc. It is based on the required files in the wiki. Basically, all the stuff you need to keep when updating server to keep from losing player data. You can cross check the list in my bat files with the list at the wiki: https://wiki.dspt.info/ind...
by enkidou
Wed Mar 04, 2015 9:25 am
Forum: Server Setup & Guides
Topic: Step by step guide to update your server?
Replies: 34
Views: 30443

Re: Step by step guide to update your server?

1. Backup appropriate MySQL tables. Always do this before doing anything else. If you want a script, I have a .bat file posted here: https://forums.dspt.info/viewtopic.php?f=16&t=2428 It does correctly pull the appropriate tables, but make sure you put in your user name and password. Delaide, is th...