Search found 56 matches

by codiddle
Sat Jan 25, 2014 2:31 pm
Forum: Suggestions
Topic: A simple request - add SQL file to Resources section
Replies: 5
Views: 4307

A simple request - add SQL file to Resources section

There's a SQL file Thrydwolf wrote on the Wiki for automating the process of building the DB for the server. Is there anyway that can be included in the Resources section of the phpbb site, or maybe dropped into the Custom Tools and Application section for easier access? I'll quote it so it's easy, ...
by codiddle
Sat Jan 25, 2014 2:25 pm
Forum: Bugs
Topic: Missions that include BCNM Fights with cutscene
Replies: 12
Views: 6991

Re: Missions that include BCNM Fights with cutscene

Hi Ayame ^_^ I'm a software developer working with onetime now. lol.
by codiddle
Tue Jul 16, 2013 2:23 pm
Forum: Custom Applications and Tools
Topic: Made a short script to make becoming a GM easier.
Replies: 0
Views: 2373

Made a short script to make becoming a GM easier.

Save this as a .SQL file and run in HeidiSQL or Navicat. Should work perfectly, of course change the name at the top to match your character's name. Just had to do this myself, and it ALWAYS requires me looking up stuff, maybe it's just me, being too unorganized, or maybe It's me being a sadomasochi...
by codiddle
Thu May 23, 2013 11:59 pm
Forum: Server Setup & Guides
Topic: Wiki Server Setup Guide
Replies: 55
Views: 145638

Re: Wiki Server Setup Guide

FORBIDDEN! :)
by codiddle
Thu Dec 20, 2012 12:35 pm
Forum: Custom Applications and Tools
Topic: Job bitWise calculator
Replies: 5
Views: 4429

Re: Job bitWise calculator

I didn't remember having to get a key item, although I read the wiki. I saw a guy I played FFXI with on it too, Heavensword who's in the picture getting the Limit Point animation. Small, uh... world I guess. Anyway, I stole your idea for a job calculator and put it IN THE CLOUD LINK!
by codiddle
Thu Dec 20, 2012 12:28 pm
Forum: Custom Applications and Tools
Topic: LinkandEntity's bitwise job calculator in php/javascript
Replies: 0
Views: 2351

LinkandEntity's bitwise job calculator in php/javascript

<!DOCTYPE html> <!-- Designed by codiddle of the DSProject, son! http://www.codiddle.com --> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Darkstar Database Mod</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <link href...
by codiddle
Wed Dec 19, 2012 1:11 pm
Forum: Custom Applications and Tools
Topic: Omg, whut another DSP web front-end?
Replies: 2
Views: 3240

Re: Omg, whut another DSP web front-end?

SOURCE CODEZ!!! A few little notes to keep in mind: This will not work unless you have PHP, and Apache. If you don't know what those are, good luck. Most of you will know what to do with these files. In my structure, I used WAMP server, and tossed them in the www folder just because it's super easy ...
by codiddle
Wed Dec 19, 2012 11:08 am
Forum: Custom Applications and Tools
Topic: Omg, whut another DSP web front-end?
Replies: 2
Views: 3240

Omg, whut another DSP web front-end?

I made this because of some ideas people were giving me on this thread. It's a web page front-end for the actual database. I only included a few tables for character customization. It got messy when I added the 'accounts' table... after trying to adjust it so the rows weren't all scrambled, I delete...
by codiddle
Tue Dec 18, 2012 3:39 pm
Forum: Custom Applications and Tools
Topic: Some sweet batch files I made (Needs a little work)
Replies: 8
Views: 6016

Re: Some sweet batch files I made (Needs a little work)

Thanks, the code was real simple. For each button, all I did was add the code: (Including the code for on button click) private void button1_Click(object sender, EventArgs e) { System.Diagnostics.Process.Start(@"C:\wamp\bin\mysql\MySQL.bat"); } Later I added a try/catch for each one, in case the fil...
by codiddle
Thu Dec 06, 2012 7:17 pm
Forum: Custom Applications and Tools
Topic: Some sweet batch files I made (Needs a little work)
Replies: 8
Views: 6016

Re: Some sweet batch files I made (Needs a little work)

I built this program in C# to launch different parts of the emulator. I was hoping to add a link to Deveous's website on the 127.0.0.1 address, but my coding skills are limited and I couldn't figure out how to do that, even using the default browser, I couldn't get it to work. I can paste the code, ...