Page 2 of 3
Re: If you could ask creator a question...
Posted: Sat May 03, 2014 7:15 pm
by Elia
DavidIcke wrote:Elia wrote:DavidIcke wrote:why cant pvp drops only be for outlawed players?
Why the outlaw system not fair?
i have 2 main characters and they havent been outlawed yet.one is only one step away from being outlawed and i dont go round killing people for fun.
but i agree, the outlaw system.needs some serious work, because i got an outlaw warning yesterday for helping someone to commit suicide,.he was lower level then.me, so there was no way i could possibly have initiated the fight yet i still got outlaw warning. this mark can never be removed until ive been an outlaw for a week so yes, outlaw status is unfair, but.id.rather see drops.for.outlaws then drops for everyone regardless.
although it is.unfair to take.peoples items who are outlawed when the system.is unfair as ive said in other.posts.
its absolutely disgusting to allow the bad players with no morals.get into gangs to kill people.and then reward them.for.it with items worth millions, leaving.the player who.got.attacked.even.more vulnerable.to.attack
The game clearly sympathizes with people like Jony and Paddy.

Re: If you could ask creator a question...
Posted: Sun May 04, 2014 12:05 am
by RyoHazuki
indubitabaly
Re: If you could ask creator a question...
Posted: Sun May 04, 2014 8:34 pm
by SPARTAN16
Why is my level 826 mage forced to use the same robe as a level 40?
Re: If you could ask creator a question...
Posted: Sun May 04, 2014 9:05 pm
by DUMBLEDORE
What clan is Spartan?
Re: If you could ask creator a question...
Posted: Sun May 04, 2014 9:06 pm
by DUMBLEDORE
Why gold plate crafting chance so low?
Re: If you could ask creator a question...
Posted: Mon May 05, 2014 1:19 am
by Whitestar67
DUMBLEDORE wrote:What clan is Spartan?
Spartan is KGB
Re: If you could ask creator a question...
Posted: Mon Apr 02, 2018 11:55 pm
by NightBaby
Why is 2,147,483,647 the maximum amount of gold you can sell something for? It's such a random number

Re: If you could ask creator a question...
Posted: Tue Apr 03, 2018 12:16 am
by MadMikael
NightBaby wrote: Mon Apr 02, 2018 11:55 pm
Why is 2,147,483,647 the maximum amount of gold you can sell something for? It's such a random number
Wow nice necro.
As for 2,147,483,647 (in my signature no less), it is the standard maximum value that a 32-bit integer can have in computing. It's actually quite common, and not so random in the programming world. The other number, 9,223,372,036,854,775,807, is the maximum 64-bit integer (which is also the max gold an account can have). Google either number, and you'll see; the wikis are pretty good.
Re: If you could ask creator a question...
Posted: Tue Apr 03, 2018 12:19 am
by NightBaby
I actually had to get the number off your signature!
Thanks for the answer too, I'm looking it up right now

Re: If you could ask creator a question...
Posted: Tue Apr 03, 2018 1:25 am
by compbatant
The number 2,147,483,647 can be also written as: 2^31 − 1 which looks much nicer

Here is more info about it:
https://en.m.wikipedia.org/wiki/2,147,483,647