Search found 129 matches

by bluesolarflare
Tue Jan 10, 2017 7:27 pm
Forum: Custom Applications and Tools
Topic: darkstar-afterhours: The FFXIAH Clone
Replies: 28
Views: 126791

Re: darkstar-afterhours: The FFXIAH Clone

I did some more customization on my own page and added a conquest map :D http://i186.photobucket.com/albums/x169/TummieGaruda/conquestpage_zpsjh7ivrlo.png It pulls all relevant information from the conquest table in sql and then overlays it on the map. I still need to tweak the alignment a bit, but ...
by bluesolarflare
Tue Jan 10, 2017 11:11 am
Forum: Scripting
Topic: Setting char_var in SQL on disconnect
Replies: 1
Views: 2029

Re: Setting char_var in SQL on disconnect

Nvm got this to work by using the sql operation "unix_timestamp()" as the value instead of a variable which was the issue.
by bluesolarflare
Wed Dec 21, 2016 4:07 pm
Forum: Scripting
Topic: Setting char_var in SQL on disconnect
Replies: 1
Views: 2029

Setting char_var in SQL on disconnect

Hello, I am looking to have the core set a value in the char_var SQL table on disconnects. What I am trying to do is that when a user disconnects, it sets the epoch current time when the disconnect happens into the character variable table for tracking purposes. Currently to ensure that the time is ...
by bluesolarflare
Wed Dec 21, 2016 2:21 pm
Forum: Troubleshooting
Topic: How to deal with Flee Tools/Pos Hacks
Replies: 7
Views: 5664

Re: How to deal with Flee Tools/Pos Hacks

Thanks, I guess the only thing is just to watch the Zone messages and then if they are going from Zone A to B to C too quickly, just to write it down and then send a /tell via GM to let them know not to do it again. :(
by bluesolarflare
Tue Dec 20, 2016 6:03 pm
Forum: Troubleshooting
Topic: How to deal with Flee Tools/Pos Hacks
Replies: 7
Views: 5664

How to deal with Flee Tools/Pos Hacks

Is there any way to help prevent the usage of Flee Tools and POS hacks on a server other than catching players and jailing them? And are there any flags that can be enabled or created in the core to help find players who are participating in the use of these tools?
by bluesolarflare
Fri Dec 16, 2016 12:19 pm
Forum: Contributing
Topic: Implementing Trust NPCs
Replies: 39
Views: 45324

Re: Implementing Trust NPCs

Here is another video showing trusts on my server (still in beta). I am constantly refining and adding more trust with each update I do:

Trust Demo
by bluesolarflare
Mon Dec 12, 2016 7:25 pm
Forum: Scripting
Topic: Issue with registerRegion
Replies: 4
Views: 4538

Re: Issue with registerRegion

sekigah wrote:Interested in getting this up and running. Let me know if you want to collab.
I can PM you all of the region's and event IDs for floor warps when I finally get around to finishing the project.
by bluesolarflare
Fri Dec 02, 2016 6:00 pm
Forum: Custom Applications and Tools
Topic: darkstar-afterhours: The FFXIAH Clone
Replies: 28
Views: 126791

Re: darkstar-afterhours: The FFXIAH Clone

Got everything working thanks. I was able to get the login/logout working plus I created one for when players level up as well which is announced to world chat along with on the main dashboard chat logs. One issue I am running into now that I got everything up and running is that when I browse the A...
by bluesolarflare
Tue Nov 22, 2016 11:23 am
Forum: Custom Applications and Tools
Topic: Python AH Buyer / Seller / ffxiah.com scrubber
Replies: 146
Views: 285468

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

Thanks I double checked the items.csv file and the formatting was a bit off. I will have to redo it and try again later.
by bluesolarflare
Tue Nov 22, 2016 11:08 am
Forum: Custom Applications and Tools
Topic: Python AH Buyer / Seller / ffxiah.com scrubber
Replies: 146
Views: 285468

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

I am having an issue when I run the broker.py and hoping I can get some help. [2016-11-22 08:50:54,565][ 8108][ERROR]: caught unhandled excetion Traceback (most recent call last): File "C:*******\AuctionHouse\pydarkstar\pydarkstar\logutils.py", line 45, in capture yield File ".\broker.py", line 21, ...