• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Uber] Rollers

Status
Not open for further replies.
Skilled Illusionist
Joined
Jun 30, 2010
Messages
302
Reaction score
76
This is the code for rollers No its not %100 and you do walk

In Room.cs
Code:
if (Item.GetBaseItem().InteractionType.ToLower() == "roller")
                {
  
                    User.RotBody = Item.Rot;
                    User.RotHead = Item.Rot;
                    User.MoveTo(Item.SquareInFront);
                     User.UpdateNeeded = true;
// If you use the code below you should not walk. but just be there
                   //User.Y = Item.SquareInFront.y
                   //User.X = Item.SquareInFront.x

            }

Remember to put roller interaction in MySql


If you like it thank me
 
Last edited:
I'm back!
Joined
Nov 29, 2008
Messages
526
Reaction score
95
This is the code for rollers No its not %100 and you do walk

In Room.cs
Code:
if (Item.GetBaseItem().InteractionType.ToLower() == "roller")
                {
  
                    User.RotBody = Item.Rot;
                    User.RotHead = Item.Rot;
                    User.MoveTo(Item.SquareInFront);
                     User.UpdateNeeded = true;
// If you use the code below you should not walk. but just be there
                   //User.Y = Item.SquareInFront.y
                   //User.X = Item.SquareInFront.x

            }

Remember to put roller interaction in MySql


If you like it thank me

Looks good mate,

Will test this out now!
 
Banned
Banned
Joined
May 6, 2009
Messages
531
Reaction score
165
Hello you could spend the entire file, is that I do not know where to put (the right place to put it)
 
Custom Title Activated
Loyal Member
Joined
Jan 25, 2009
Messages
1,539
Reaction score
4
great release but like you said they don't work 100% sorry, but great release thou.
 
I'm back!
Joined
Nov 29, 2008
Messages
526
Reaction score
95
I thought this was good as well, But there is code missing...

I'm not going to release it because it took myself and a few others ages to crack it, and I don't see why I should put in all the time and effort and others shouldn't :p

Offtopic: Met Spazz on his hotel, he is one of the biggest "See You Next Tuesday's" on the planet....
 
Custom Title Activated
Loyal Member
Joined
Jan 25, 2009
Messages
1,539
Reaction score
4
lmfao, jay you cant code? :L but whatever.
 
Skilled Illusionist
Joined
Jun 30, 2010
Messages
302
Reaction score
76
Offtopic: Met Spazz on his hotel, he is one of the biggest "See You Next Tuesday's" on the planet....


some on said to me "Whats Up With All The New Users"

I replied "Thay are people testing my roller code AKA Leachers"

Then you had a go at me for calling people who use my code Leachers
 
Last edited:
I'm back!
Joined
Nov 29, 2008
Messages
526
Reaction score
95
some on said to me "Whats Up With All The New Users"

I replied "This are people testing my roller code AKA Leachers"

Then you had a go at me for calling people who use my code Leachers

Actually, I said that I wasn't even using your code and that you posted your hotel link on RZ so that we would come on...

Yet, when we come on... You treat us like muppets.

Then after that, You were like to me "Leave if you don't want to be here"

But I never stated I didn't, Then you either banned me or your server crashed, lulz.


Anyway......

Ontopic: This code is good, too bad you've got a whack personality.
 
Skilled Illusionist
Joined
Jun 30, 2010
Messages
302
Reaction score
76
Actually, I said that I wasn't even using your code and that you posted your hotel link on RZ so that we would come on...

Yet, when we come on... You treat us like muppets.

Then after that, You were like to me "Leave if you don't want to be here"

But I never stated I didn't, Then you either banned me or your server crashed, lulz.


Anyway......

Ontopic: This code is good, too bad you've got a whack personality.

@OffTopic I only just turned 14 what do exspect :p
@OnTopic I'm Going to make the Code %100 soon
 
Custom Title Activated
Loyal Member
Joined
Jan 25, 2009
Messages
1,539
Reaction score
4
offtopic: So a lot of people are like 12 11 and can code
ontopic: hope the new code turns out better than this :S
 
Status
Not open for further replies.
Back
Top