Search found 478 matches

by Delaide
Tue Jul 03, 2018 9:43 am
Forum: Scripting
Topic: !shop command help
Replies: 2
Views: 2913

Re: !shop command help

Just check an existing shop: https://github.com/DarkstarProject/darkstar/blob/master/scripts/zones/Lower_Jeuno/npcs/Adelflete.lua ----------------------------------- -- Area: Lower Jeuno -- NPC: Adelflete -- Standard Merchant NPC ----------------------------------- package.loaded["scripts/zones/Lowe...
by Delaide
Fri Jun 29, 2018 4:47 am
Forum: Contributing
Topic: Monster excel
Replies: 1
Views: 7043

Monster excel

So, like my item database, I have started working on a monster database excel sheet. This one is much rougher and in earlier stages, but hopefully it can help someone do some comparisons. Sorry, this one is even larger, as I also had to have the item_basic list for the monster droplists and some oth...
by Delaide
Fri Jun 29, 2018 4:44 am
Forum: Contributing
Topic: Item excel
Replies: 14
Views: 124208

Re: Item excel

Okay, updated both the item database and the item exists database.
by Delaide
Mon Jun 25, 2018 3:14 am
Forum: Public Servers
Topic: ayakashi server now live!! :D
Replies: 5
Views: 8984

Re: ayakashi server now live!! :D

Please check: https://wiki.dspt.info/index.php/Configuring_Your_Client#Windower or Ashita if you use that >.> <profile name="myserver"> <consolekey>Insert</consolekey> <mipmaplevel>6</mipmaplevel> <uiscale>1</uiscale> <supersampling>2</supersampling> <bumpmapping>true</bumpmapping> <args>--server my...
by Delaide
Thu Jun 21, 2018 4:25 am
Forum: General Chat
Topic: Pros vs. cons of using online database instead of local
Replies: 3
Views: 22432

Re: Pros vs. cons of using online database instead of local

Honestly, more curious about it so that I can keep a database I can link my server to from anywhere, then I do not need to worry about localsql. Not sure if it is worthwhile though (then I do not need to dump database every time I want to play on a different computer). So instead of mysql_host: 127....
by Delaide
Thu Jun 21, 2018 4:21 am
Forum: General Chat
Topic: New Style needed
Replies: 6
Views: 25069

Re: New Style needed

So, when is our non-bleh forums coming?
Wait, does anyone use these anymore?
by Delaide
Thu Jun 21, 2018 12:55 am
Forum: Contributing
Topic: Item excel
Replies: 14
Views: 124208

Re: Item excel

Updated the spreadsheet. I am also working on a separate spreadsheet that will show every item from 1-65535, so we can see which items SE has not included yet. I still have a long way to go, since my database directly checks ffxiah, and keeps hitting a request limit (so I can only check once every 2...
by Delaide
Tue Jun 12, 2018 8:23 pm
Forum: Troubleshooting
Topic: GM commands not working
Replies: 12
Views: 13158

Re: GM commands not working

No problem, but remember, there are more than just the chars table in the example. You should do a comparison of all tables that you do not replace with the updated tables from DSP. Normally those tables will be the ones listed here: https://wiki.dspt.info/index.php/Building_the_Server#Setting_up_th...
by Delaide
Tue Jun 12, 2018 8:19 pm
Forum: Contributing
Topic: Item excel
Replies: 14
Views: 124208

Re: Item excel

Please note, I have updated the excel sheet with some recent pulls, as well as my own additions (item_basic and item_puppet for PUP automations)
by Delaide
Mon Jun 11, 2018 10:01 pm
Forum: Troubleshooting
Topic: GM commands not working
Replies: 12
Views: 13158

Re: GM commands not working

Eh, sorry, it might be better if we knew what your structure was, to know what to add and guide you (or create a script for you). You have navicat or heidisql, right? Check through the account and char tables (multiple char tables), compare them with the default sql files, see what might be missing ...