Search found 8 matches
- Sat Sep 10, 2016 6:21 pm
- Forum: Server Setup & Guides
- Topic: [Solved] Remove gained exp cap after killing mobs
- Replies: 1
- Views: 3841
Re: Remove gained exp cap after killing mobs
I figured it out. In case anyone else wants to do the same thing I will post the solution here. In src/map/util/charutils.ccp remove: permonstercap = ((PMember->PParty != nullptr && pcinzone > 1) ? 1.35f : 1.15f); if (PMember->GetMLevel() <= 50) { if (exp > (200 * permonstercap)) exp = 200 * permons...
- Sat Sep 10, 2016 2:47 pm
- Forum: Server Setup & Guides
- Topic: [Solved] Remove gained exp cap after killing mobs
- Replies: 1
- Views: 3841
[Solved] Remove gained exp cap after killing mobs
I am looking for a way to remove the ~200 xp cap when you kill a mob. I have edited the exp table in the db but I still cap at ~200 xp when I down mobs that are VT/IT. Is there a way to remove this cap so that I get exactly what is written in the exp table? I do not wish to use the exp_rate multipli...
- Sun Oct 25, 2015 4:26 pm
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 416386
Re: Python AH Buyer / Seller / ffxiah.com scrubber
I see. Thanks for the help! I got it all working now.
- Sun Oct 25, 2015 2:23 pm
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 416386
Re: Python AH Buyer / Seller / ffxiah.com scrubber
After some messing around I think I got it working. @ECHO OFF set PYTHONPATH="%PYTHONPATH%;F:\pydarkstar" python -m pydarkstar.apps.clear.run %* I ended up having to copy the pydarkstar directory into my Anaconda directory. After that I was was able to run clear.bat and it did actually clear the auc...
- Sun Oct 25, 2015 12:47 pm
- Forum: Custom Applications and Tools
- Topic: Python AH Buyer / Seller / ffxiah.com scrubber
- Replies: 146
- Views: 416386
Re: Python AH Buyer / Seller / ffxiah.com scrubber
I need some help with this. I am trying to run the clear.bat to clear the AH before I start up the broker. I tried following the guide on the website but I can't seem to get this to work correctly. I am not familiar with python at all so I am probably doing stuff wrong. I have Anaconda installed and...
- Mon Jan 12, 2015 6:19 pm
- Forum: Public Servers
- Topic: LegionDark with Fiber Connection, Puppetmaster, 3 years up!
- Replies: 83
- Views: 115826
Re: Legion FFXI Beta LIVE! (Legion NM Preview on Page 2 & 3!
This server is dank as fuck and anyone reading this should play on it.
- Thu Feb 13, 2014 1:49 pm
- Forum: General Chat
- Topic: Is DSP Wiki "What Works" page current?
- Replies: 2
- Views: 4005
Re: Is DSP Wiki "What Works" page current?
Oh ok, thanks for the reply.
- Thu Feb 13, 2014 2:43 am
- Forum: General Chat
- Topic: Is DSP Wiki "What Works" page current?
- Replies: 2
- Views: 4005
Is DSP Wiki "What Works" page current?
I am new to these boards and to DSP in general and was wondering if anyone knew whether or not the What Works page located at https://wiki.dspt.info/index.php/What_Works is current/correct. It says at the bottom of the page that it was last updated on October 14, 2013 so it seems like it may be out ...