Search found 50 matches
- Mon Feb 03, 2014 5:14 pm
- Forum: Contributing
- Topic: Fishing System 2.0
- Replies: 23
- Views: 22230
Re: Fishing System 2.0
thank you for the comment I hope to be done with the fishing system by the end of this week (at least that's the goal) as long as I don't have any major problems
- Wed Jan 29, 2014 1:02 am
- Forum: General Chat
- Topic: Fishing Monsters question
- Replies: 2
- Views: 3165
- Sun Jan 26, 2014 3:34 pm
- Forum: Suggestions
- Topic: A simple request - add SQL file to Resources section
- Replies: 5
- Views: 6582
Re: A simple request - add SQL file to Resources section
True I forgot about that lol
hum maybe I should make a sql import tool that will auto import if it finds newer time stamp on file..
hum maybe I should make a sql import tool that will auto import if it finds newer time stamp on file..
- Sun Jan 26, 2014 1:35 pm
- Forum: Suggestions
- Topic: A simple request - add SQL file to Resources section
- Replies: 5
- Views: 6582
Re: A simple request - add SQL file to Resources section
that barch file I could never get to work how ever the one below works perfect NOTE: if you change the password make sure there is a -p or the script will fail @ECHO OFF REM ====== by EDGECOM 1/26/2014 REM copy over the mysql.exe from the server bin folder into the darkstar sql folder REM FROM C:\Pr...
Thank You
I would like to say THANK YOU! who ever updated the fishing offsets
I found one that got missed though I tried to push the up date but it told me access denied (AKA epic fail lol)
so here is the zone and the proper offset
Jugner Forest is 7662
I found one that got missed though I tried to push the up date but it told me access denied (AKA epic fail lol)
so here is the zone and the proper offset
Jugner Forest is 7662
- Sun Jan 26, 2014 9:39 am
- Forum: Bugs
- Topic: item_latents import.sql import error
- Replies: 2
- Views: 3110
item_latents import.sql import error
I am guessing that this is only effecting MySQL workbench from the lack of posts if your getting import error at line 1481 then you need to change this --Koga Tekko INSERT INTO `item_latents` VALUES(15114, 8, 12, 26, 1); -- STR +12 during nighttime INSERT INTO `item_latents` VALUES(15114, 384, 4, 26...
- Sat Jan 25, 2014 12:45 pm
- Forum: Contributing
- Topic: Fishing System 2.0
- Replies: 23
- Views: 22230
Re: Fishing System 2.0
I have updated the mobid to proper retail I have a suggestion though.. so your not updating two tables could you make a mob_fishing_spawn_points table that will load like mob_spawn_points when the server starts that away there will only be the need to update one table rather than two I have updated ...
- Fri Jan 24, 2014 12:32 pm
- Forum: Contributing
- Topic: Fishing System 2.0
- Replies: 23
- Views: 22230
Re: Fishing System 2.0
well I got the mob stuff done I just set the despawn timer to 3 and the m_type to 0x04 and it works like a charm
- Fri Jan 24, 2014 9:44 am
- Forum: Contributing
- Topic: Fishing System 2.0
- Replies: 23
- Views: 22230
Re: Fishing System 2.0
I have one other question because we want to try and get close to retail I will need to add a column to the char that would only allow a certain number of fish to be caught per day. I never liked so I was thinking of just making the luck percent a global in the server setting that away server ops co...
- Fri Jan 24, 2014 9:17 am
- Forum: Contributing
- Topic: Fishing System 2.0
- Replies: 23
- Views: 22230
Re: Fishing System 2.0
thank you lotus I am a derp I did try the enmity but I was using UpadteBaseEnmity witch never worked lol I have it working now I am writing in checks for mob example: if player dies or zones,logs etc those other functios are for pets manly I did more poking. here are a couple of screenshots don't mi...