-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
duckietm
Well sounds very nice, can't wait to see it :)
I dont like he. He wanted my Freeze! game code before release and sayd "Dont release your emulator" ;/ Code stoler detected. He also renamed emulator and removed credits >:(
Only 4 updates in his emulator: socket error fix, pathfinder bug fix (bad?), some new commands, room polls
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
Juniori
I dont like he. He wanted my Freeze! game code before release and sayd "Dont release your emulator" ;/ Code stoler detected. He also renamed emulator and removed credits >:(
Only 4 updates in his emulator: socket error fix, pathfinder bug fix (bad?), some new commands, room polls
haha, i like a part of you source to fix it in my emu and i am a code stealer???
I only say don't released it for anybody but i think they remove your credits and say its here own.
And i think its bad for some Retros where fix the bugs by her self and other people released it and do nothing.
I get some more addons like handitem and some more.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
StaffJunior
haha, i like a part of you source to fix it in my emu and i am a code stealer???
I only say don't released it for anybody but i think they remove your credits and say its here own.
And i think its bad for some Retros where fix the bugs by her self and other people released it and do nothing.
I get some more addons like handitem and some more.
Your EMu stable with 1000 onlines or + ?
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
ruflesbpt
Your EMu stable with 1000 onlines or + ?
Don't can test it but i think its stable.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
Juniori
I dont like he. He wanted my Freeze! game code before release and sayd "Dont release your emulator" ;/ Code stoler detected. He also renamed emulator and removed credits >:(
Only 4 updates in his emulator: socket error fix, pathfinder bug fix (bad?), some new commands, room polls
Well, people just want the best they can get. You obviously won't release yours, so yano. He's just trying to get people a decent version, but if he did steal and remove credits. That's kinda low.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Who is the owner of the emulator? or you can sell the license to test?
- - - Updated - - -
Who is the owner of the emulator? or you can sell the license to test?
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
Joe Richardson
Well, people just want the best they can get. You obviously won't release yours, so yano. He's just trying to get people a decent version, but if he did steal and remove credits. That's kinda low.
And Aaron sold open source software ;)
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
Keyuko
And Aaron sold open source software ;)
Whoever buys emulators are stupid. People should be less selfish and release what they code. Users like imagicans did, and it's pretty good.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
Joe Richardson
Whoever buys emulators are stupid. People should be less selfish and release what they code. Users like imagicans did, and it's pretty good.
Ragezone is no place for help anymore, anyone wants to keep theire "super epic" code. Imagicans released his modified emulator but no code.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
StaffJunior
Don't can test it but i think its stable.
If you want I can take the test. My hotel has 1,000 onlines. My version is not stable. The server always disconnects users at a range of 900 onlines.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
This is how to fix the bed / chair in a room with stairs and also fix pillows to be stacked and be seated on, still looking how to resolve that for chairs when stacking :
Heightinfo.cs
PHP Code:
using System;
namespace Phoenix.HabboHotel.Pathfinding
{
internal struct HeightInfo
{
private double[,] mMap;
private double[,] double_1;
private double[,] double_2;
private int mMaxX;
private int mMaxY;
public HeightInfo(int MaxX, int MaxY, double[,] Map, double[,] double_4, double[,] double_5)
{
this.mMap = Map;
this.double_2 = double_4;
this.double_1 = double_5;
this.mMaxX = MaxX;
this.mMaxY = MaxY;
}
internal double GetState(int MaxX, int MaxY)
{
double result;
if ((MaxX >= this.mMaxX) || (MaxX < 0))
{
return 0.0;
}
else
{
if ((MaxY >= this.mMaxY) || (MaxY < 0))
{
result = 0.0;
}
else
{
if (this.double_2[MaxX, MaxY] > this.mMap[MaxX, MaxY] && this.double_1[MaxX, MaxY] == 0.0)
{
result = this.double_2[MaxX, MaxY];
}
else
{
if (this.double_1[MaxX, MaxY] == 0.0)
{
result = this.mMap[MaxX, MaxY];
}
else
{
result = this.double_1[MaxX, MaxY];
}
}
}
}
return result;
}
}
}
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
cant download help new link?
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Download link not working
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
who can shared the emulator ? plz... new link for download.
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Very nice release, thanks :D
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Links down :(
Reupload please
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Download link not working
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
duckietm
This is how to fix the bed / chair in a room with stairs and also fix pillows to be stacked and be seated on, still looking how to resolve that for chairs when stacking :
Heightinfo.cs
PHP Code:
using System;
namespace Phoenix.HabboHotel.Pathfinding
{
internal struct HeightInfo
{
private double[,] mMap;
private double[,] double_1;
private double[,] double_2;
private int mMaxX;
private int mMaxY;
public HeightInfo(int MaxX, int MaxY, double[,] Map, double[,] double_4, double[,] double_5)
{
this.mMap = Map;
this.double_2 = double_4;
this.double_1 = double_5;
this.mMaxX = MaxX;
this.mMaxY = MaxY;
}
internal double GetState(int MaxX, int MaxY)
{
double result;
if ((MaxX >= this.mMaxX) || (MaxX < 0))
{
return 0.0;
}
else
{
if ((MaxY >= this.mMaxY) || (MaxY < 0))
{
result = 0.0;
}
else
{
if (this.double_2[MaxX, MaxY] > this.mMap[MaxX, MaxY] && this.double_1[MaxX, MaxY] == 0.0)
{
result = this.double_2[MaxX, MaxY];
}
else
{
if (this.double_1[MaxX, MaxY] == 0.0)
{
result = this.mMap[MaxX, MaxY];
}
else
{
result = this.double_1[MaxX, MaxY];
}
}
}
}
return result;
}
}
}
awesome fix this has been annoying my users since I got this emu, I will try it tomorrow and see if it works... thanks so much for this xo
-
Re: PHX (MY EDITON) | FLY | LAY | KISS | KILL | RANK | ACH | EVENT & More
Quote:
Originally Posted by
TardisHotel
awesome fix this has been annoying my users since I got this emu, I will try it tomorrow and see if it works... thanks so much for this xo
Can you share this emu?