Search found 526 matches

by TeoTwawki
Sat May 05, 2018 12:19 pm
Forum: Troubleshooting
Topic: Resetting a skill to 0
Replies: 4
Views: 4158

Re: Resetting a skill to 0

It's because it is a quested weaponskill that shouldn't be showing up at all. The bug isn't that you lost it, the bug is that it was ever there. Could have sworn we *fixed* that bug already though.
by TeoTwawki
Mon Apr 30, 2018 6:05 pm
Forum: Custom Applications and Tools
Topic: Attempting to create a new custom item
Replies: 5
Views: 10711

Re: Attempting to create a new custom item

Because that information is in your clients dat files not just the server. The client doesn't get the item name and helptext from the server, Square Enix didn't design it that way (it would be sending more data in a game originally designed to be played on dialup internet).
by TeoTwawki
Sat Apr 14, 2018 10:37 pm
Forum: Contributing
Topic: new configuration setting: subjob level cap
Replies: 6
Views: 10249

Re: new configuration setting: subjob level cap

If you don't want it to apply to mobs as well you'll need an if/else conditional check for the entity type. Back when I wrote the setting mobs core code guts were a little diff and now they call the same function to set their sj level. I forgot all about that. void CBattleEntity::SetSLevel(uint8 slv...
by TeoTwawki
Sun Apr 08, 2018 8:40 pm
Forum: Contributing
Topic: new configuration setting: subjob level cap
Replies: 6
Views: 10249

Re: new configuration setting: subjob level cap

Yeah mostly. You can still find that segment in battleentity.cpp and just set the subjob capping to whatever you wnat your server to use, or use this old post thread as a guide to make it adjustable still. The search server edits are no longer needed. I could turn it into a proper setting in project...
by TeoTwawki
Sat Mar 17, 2018 6:33 pm
Forum: Scripting
Topic: A working trust npc Darkstar branch
Replies: 6
Views: 4886

Re: A working trust npc Darkstar branch

awww its not a proper fork. /sadteo
by TeoTwawki
Thu Mar 15, 2018 1:36 pm
Forum: Scripting
Topic: Adding Jobs to a Character (Example RNG)
Replies: 1
Views: 2101

Re: Adding Jobs to a Character (Example RNG)

actual enable command for RNG job, where "targ" is whatever entity you are modifying:

Code: Select all

targ:unlockJob(22);
you can also just force job change to the job and it'll auto unlock.

But you should report that bug you are having to the github tracker so it can be fixed.
by TeoTwawki
Sat Mar 10, 2018 1:21 am
Forum: Suggestions
Topic: Swift Shoes from Mog Tablets
Replies: 1
Views: 5440

Re: Swift Shoes from Mog Tablets

Mog tablet stuff doesn't exist in current code. The effect of swift shoes itself would be easy to script. Can likely just edit the healing status effect to apply quickening in onTick (possibly problems with effects applying effects, dunno 100%)
by TeoTwawki
Wed Feb 28, 2018 6:25 am
Forum: Public Servers
Topic: Legiondark Sourcecode
Replies: 1
Views: 3106

Re: Legiondark Sourcecode

[8:04 PM] Loki: Just to clear the air and put an end to the "Loki Says" shit i will post my stance on all this here. Originally my hopes were that the sever would be spun back up, however after talking to the rest of leadership it was clear none of us had any desire to run, dev, or host it. My conc...
by TeoTwawki
Wed Feb 28, 2018 6:12 am
Forum: Custom Applications and Tools
Topic: Python AH Buyer / Seller / ffxiah.com scrubber
Replies: 146
Views: 286995

Re: Python AH Buyer / Seller / ffxiah.com scrubber

well, not quite, now it says it stocked items, but nothing has turned up in the AH :lol: Running the broker/buyer/seller scripts won't immediately stock the AH by default. There is another option to force that immediately then exit. Or you can leave it running till whatever the time interval your c...
by TeoTwawki
Tue Feb 27, 2018 4:53 am
Forum: General Chat
Topic: Feeling Nostalgic :)
Replies: 2
Views: 17381

Re: Feeling Nostalgic :)

Second, what is the most active server among the public/private server that has the normal Vana Diel experience? Help me out! Answers are greatly appreciated! Thanks. Depends on what you mean by normal. Modern retail like? Oldschool 2004 ish retail like? If you just want a well populated 75 cap ser...