Search found 7 matches
- Sat Sep 22, 2012 7:20 pm
- Forum: General Chat
- Topic: Help needed
- Replies: 3
- Views: 4419
Re: Help needed
You will need to use the following query, change the 123123123 to your own value. To get your own IP value, go to http://www.dnsqueries.com/en/ip_v4_converter.php and put in your IP in reverse, so if your IP is 111.222.123.321 your would enter 321.123.222.111 The number that the calculator gives you...
- Fri Sep 21, 2012 10:21 pm
- Forum: Troubleshooting
- Topic: Editing spells column in chars table
- Replies: 5
- Views: 5208
Re: Editing spells column in chars table
Thanks guys, that should be enough to get me rolling!
- Fri Sep 21, 2012 8:31 am
- Forum: Troubleshooting
- Topic: Editing spells column in chars table
- Replies: 5
- Views: 5208
Re: Editing spells column in chars table
I'm actually interested in doing it directly (for a windows application I'm working on).
- Thu Sep 20, 2012 10:22 pm
- Forum: Troubleshooting
- Topic: Editing spells column in chars table
- Replies: 5
- Views: 5208
Editing spells column in chars table
Hi, I'm trying to decipher how individual spells are stored in the database because I would like to be able to add/remove specific spells on a character. If you understand how it works can you give me an overview?
Thanks!
Thanks!
- Thu Sep 20, 2012 7:48 pm
- Forum: Scripting
- Topic: allied_ring.lua + item_useable.sql.patch
- Replies: 1
- Views: 2571
allied_ring.lua + item_useable.sql.patch
So, I wanted this ring to work, and I decided to just take the Novennial Ring LUA and change the values to reflect the Allied Ring.
Anyway, here are the files in a 7z archive.
Anyway, here are the files in a 7z archive.
- Mon Sep 10, 2012 5:40 pm
- Forum: Bugs
- Topic: Monster Wandering (or lack thereof)
- Replies: 4
- Views: 4898
Re: Monster Wandering (or lack thereof)
I would like to confirm this behavior. Mobs tend to turn around, move one step and then stop again.
- Sun Sep 09, 2012 1:32 pm
- Forum: Troubleshooting
- Topic: Server - Setting up exe files as Services
- Replies: 2
- Views: 3766
Re: Server - Setting up exe files as Services
I just made a batch file that launches and minimizes them all. Put this in a batch file (i.e. server.bat) in the same folder as the exe's Then I just made a shortcut to it on my desktop. start /min /d "./" DSConnect-server.exe start /min /d "./" DSGame-server.exe start /min /d "./" DSSearch-server.e...