Search found 56 matches

by kennxonline
Sat Nov 14, 2015 8:16 pm
Forum: Custom Applications and Tools
Topic: Python AH Buyer / Seller / ffxiah.com scrubber
Replies: 146
Views: 290709

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

That should work (making it yourself) if this is what you put inside: ECHO OFF set PYTHONPATH="%PYTHONPATH%;C:\pydarkstar" python -m pydarkstar.apps.scrub.run %* I think you pasted something else in there, like the help message from the website. This is my bat file. ECHO OFF set PYTHONPATH="%PYTHON...
by kennxonline
Sat Nov 14, 2015 7:55 pm
Forum: Custom Applications and Tools
Topic: Python AH Buyer / Seller / ffxiah.com scrubber
Replies: 146
Views: 290709

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

I tried both ways because nothing is working. I get to the step to make the bin file and it doesn't do it. there is no scrub.bat unless I make one myself using a notepad and naming the file with .bat.
by kennxonline
Sat Nov 14, 2015 7:06 pm
Forum: Custom Applications and Tools
Topic: Python AH Buyer / Seller / ffxiah.com scrubber
Replies: 146
Views: 290709

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

I have two guesses. 1. You are using the wrong terminal program (Anaconda command prompt). Instead you are going to want to use the Windows command prompt, like they describe here: http://windows.microsoft.com/en-us/windows-vista/open-a-command-prompt-window 2. Something is wrong with the scrub.bat...
by kennxonline
Sat Nov 14, 2015 5:28 pm
Forum: Custom Applications and Tools
Topic: Python AH Buyer / Seller / ffxiah.com scrubber
Replies: 146
Views: 290709

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

I get this error when trying to run scrub.bat... can anyone help me with this please. Activating environment "C:\Anaconda2"... [Anaconda2] C:\pydarkstar>cd C:\pydarkstar\bin [Anaconda2] C:\pydarkstar\bin>scrub.bat [Anaconda2] C:\pydarkstar\bin>usage: run.py [-h] [--verbose] [--silent] [--overw rite]...
by kennxonline
Sat Nov 14, 2015 12:49 pm
Forum: Custom Applications and Tools
Topic: Custom App to Buy and Sell on the Auction House
Replies: 19
Views: 17093

Re: Custom App to Buy and Sell on the Auction House

Anyone figure out how to set the AH to sell stacks? Please help me out :)
by kennxonline
Thu Nov 12, 2015 8:48 pm
Forum: Scripting
Topic: Currency IDs
Replies: 2
Views: 2639

Re: Currency IDs

oh, thanks you ^^ such a awesome help :)
by kennxonline
Thu Nov 12, 2015 1:17 pm
Forum: Scripting
Topic: Currency IDs
Replies: 2
Views: 2639

Currency IDs

Anyone know where I can find the currency id so I can use the @addcurrency command?

I wanna add conquest points.
by kennxonline
Thu Nov 12, 2015 11:45 am
Forum: Scripting
Topic: GM command - change crafting skill level
Replies: 3
Views: 4006

GM command - change crafting skill level

Anyone have a script for adjusting players crafting levels as a GM command? If you do could I use it :)
by kennxonline
Wed Nov 11, 2015 7:28 pm
Forum: Server Setup & Guides
Topic: Backing up Server
Replies: 9
Views: 6757

Re: Backing up Server

kjLotus wrote:you can use mysqldump to dump the contents of a table to a file that you can run later - all the tables that start with "char" or "account" are the ones you would need
I download mysqldump but my computer doesn't know how to start it or something I'm confused on what I do after I download it.
by kennxonline
Wed Nov 11, 2015 2:50 am
Forum: Server Setup & Guides
Topic: Backing up Server
Replies: 9
Views: 6757

Re: Backing up Server

wow this is beyond me I have no clue what im doing.