The Banker.Withdraw() method returns a bool based on if there is enough gold in the players account. True if the gold was there and withdrawn, false if not. That is what the script is looking for.
Funny you mention that. I have had that clause in a contract in the past which I had legally clarified. The consensus was that as long as the software you are writing does not compete with any IP that the company owns then they can hold no claim against it. Of course, it will lead to a bad...
I am currently being headhunted by two big software houses here in my city, during talks with them both brought up my experience with this project. Both were impressed and gave the impression that it was a big deal to them and greatly increased my chances of being successful in further stages of...
How do you mean?
There is already a rideable boura in the client, it's not implemented in ServUO though.
https://www.servuo.com/threads/ethereal-boura-tiger-and-ancient-hellhound.4194/
Putting spirituality aside for now until things can be verified on OSI (It will be very easy to implement once verified, the code structure is essentially 90% the same as Humility)
Working on Honesty instead since I and @Muddled verified a bunch of the behavior a while back.
I have started working on the Spirituality virtue now, however, again I need to know a few things.
Can you gain spirituality by casting a healing action on a player if they are at full hp.
Can you rapidly gain in the virtue by healing people over and over.
Actually, what I really need to know and don't really know how we could test it is how many points in the virtue each kill gets you. Right now it is set to to an arbitrary amount (Quite high, for testing purposes). I assume the lower the karma the enemy has the more point you get.
Would love...
Awesome thanks. That is one I was missing.
I am pretty sure the rest is accurate. Just needs a little testing.
//Edit, Actually, still need the message that is shown if you try using the buff on a pet when you are below the level of seeker in the virtue.
Unfortunately my time is limited right now. I only get an hour here or there free. (Which is what I had just now to implement this, one of those rare free time slots :))
is the test server up on OSI? That would make it a lot easier I think.
Just pushed the humility virtue to the repo, however I believe it does not act to OSI standards in regards messages sent and such.
Can a player who has access to the OSI servers please test my implementation against OSI's? Especially the messages that pop up when you do actions associated with...
There is an issue with the services server right now, I have put some time aside to fix it this evening and then it should be back working fine. In the meantime though you can turn this off in Server.cfg in the config folder. AutoDetect=false and put your address in below. Make sure you also...
Using a quick a dirty sql query the average age of the user on ServUO is about 34.
mysql> SELECT avg(dob_year) from xf_user_profile Where dob_year > 1940 AND dob_year < 2003;
+---------------+
| avg(dob_year) |
+---------------+
| 1981.6815 |
+---------------+
I have taken out the...
I can only speak for my jurisdiction and from the legal counsel I have received in the past. What I personally am doing is not illegal in the eyes of the law. It is not illegal to reverse engineer any program for the sake of education (ServUO is an educational tool, we can not be held...
Looking through this a little it seems to be the code that was on the bard-masteries branch of ServUO last year (Removed for some reason, no idea how it happened)
Did you complete the code or is this just that code brought back?