Re: RealityRP [RP][C#][PHP][R63]
Quote:
Originally Posted by
Divide
ill watch your twitch, what times its online?
Re: RealityRP [RP][C#][PHP][R63]
Quote:
Originally Posted by
Giles121
ill watch your twitch, what times its online?
Not online today.
Re: RealityRP [RP][C#][PHP][R63]
Divide, aren't you SELLING this emulator..?
I remember Grizzly having the same situation, and a pretty bad fate. Let's hope you'll either stop selling or close the thread.
Re: RealityRP [RP][C#][PHP][R63]
Quote:
Originally Posted by
FullmetalPride
Divide, aren't you SELLING this emulator..?
I remember Grizzly having the same situation, and a pretty bad fate. Let's hope you'll either stop selling or close the thread.
This thread needs to be closed if it's going to be sold because it's against the rules.
Ben, that purse thingy at the top (you know what I mean) doesn;t look very good in my opinion. You have them all at one side not switch.
Re: RealityRP [RP][C#][PHP][R63]
Quote:
Originally Posted by
Tha
This thread needs to be closed if it's going to be sold because it's against the rules.
Ben, that purse thingy at the top (you know what I mean) doesn;t look very good in my opinion. You have them all at one side not switch.
Not sure if you can read.. But I've told you like 40 times that
IT IS NOT BEING SOLD
So.. stop saying stuff like that.
Quote:
Originally Posted by
FullmetalPride
Divide, aren't you SELLING this emulator..?
I remember Grizzly having the same situation, and a pretty bad fate. Let's hope you'll either stop selling or close the thread.
I'm selling it during the development stages. But it will be released as OPEN SOURCE once all RP features are coded (The basics), and its not really selling as I'm not even giving them the emulator in the sale.
Re: RealityRP [RP][C#][PHP][R63]
Why would someone buy this in development stages. Even more that it's written ontop of another emulator
Re: RealityRP [RP][C#][PHP][R63]
Quote:
Originally Posted by
Makarov
Why would someone buy this in development stages. Even more that it's written ontop of another emulator
Well, People are obviously wanting it early so I decided they can pay me or their not having it :P
Re: RealityRP [RP][C#][PHP][R63]
Quote:
Originally Posted by
Divide
Not sure if you can read.. But I've told you like 40 times that
IT IS NOT BEING SOLD
So.. stop saying stuff like that.
Once again everybody attacks me even when others say the same. I didn't say you sold this. You make that up in your mind.
Re: RealityRP [RP][C#][PHP][R63]
Snippet of the "doormat" code (Places you onto a random doormat in the room when u enter).
Code:
int x = model.DoorX + 1;
int y = model.DoorY;
List<RoomItem> randitems = new List<RoomItem>();
foreach (RoomItem item in room.GetRoomItemHandler().mFloorItems.Values)
{
if(item.GetBaseItem().Name.Contains("doormat"))
{
randitems.Add(item);
}
}
if (randitems.Count > 0)
{
RoomItem it = randitems[RealityEnvironment.GetRandomNumber(0, randitems.Count)];
x = it.GetX;
y = it.GetY;
}
NOTE TO PEOPLE SAYING THIS IS DATABASE INTENSIVE: The new emulator is using the cached values wherever possible.
Re: RealityRP [RP][C#][PHP][R63]
Quote:
Originally Posted by
Divide
Snippet of the "doormat" code (Places you onto a random doormat in the room when u enter).
But why?
Re: RealityRP [RP][C#][PHP][R63]
Quote:
Originally Posted by
Sojobo
But why?
Because wired still works when going through a teleport :) (And people are nubs and dont know how to use it)
Re: RealityRP [RP][C#][PHP][R63]
Quote:
Originally Posted by
Divide
Well, People are obviously wanting it early so I decided they can pay me or their not having it :P
because people like to be involved. Still not a liable reason to charge money for it. Either don't give it to people, or let them test it in development free. In fact it would be to your advantage, let people test it and give detailed bug reports. Also see how the emu does on larger hotels (further in dev). Tons of advantages to letting the community take part. Right now this feels like a phoenix development, and its not as interesting :P
Re: RealityRP [RP][C#][PHP][R63]
Just curious which emulator are you basing this off?
Re: RealityRP [RP][C#][PHP][R63]
Quote:
Originally Posted by
vLife
Just curious which emulator are you basing this off?
Butterstorm or habbolatinio one of the two last i got told
Re: RealityRP [RP][C#][PHP][R63]
Its a great project, the swfs are lovely, but Bean writen already RealityRP 7.0, why do you not release that?