Classic Forums

Please login or register.

Login with username, password and session length
Advanced search  

News:

some big news are coming camed.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Thor

Pages: 1 [2] 3 4 ... 15
16
Classic Main Forum / Re: How did you accomplish the rising water?
« on: August 13, 2017, 04:57:54 AM »
I'm not sure what it is you're trying to accomplish here, as surely the water should rise irrespective of the player's position, unless this is inside a gani script?

What I do is store a tile width and height of the fill area, as well as a filled width and height, and calculate the showpoly x/y/position like so:

Code: [Select]
function updatePoly() {
  temp.x = this.x + this.getWaterX();
  temp.y = this.y + this.getWaterY();
  this.showpoly(200, {temp.x, temp.y, temp.x + this.filledWidth, temp.y, temp.x + this.filledWidth, temp.y + this.filledHeight, temp.x, temp.y + this.filledHeight});
}

function getWaterX()
  return (this.waterWidth - this.filledWidth) / 2;


function getWaterY()
  return (this.waterHeight - this.filledHeight) / 2;

17
Classic Main Forum / Re: How did you accomplish the rising water?
« on: August 09, 2017, 01:21:48 PM »
A combination of showpoly and setshape2.

18
General Graal Discussion / Re: Older version of the level editor.
« on: July 27, 2017, 11:39:41 AM »
Normal level editor is downloadable from the login server.

19
Congratulations. You have won the internet.

20
Classic Main Forum / Re: Classic Shut Down, Thor Banned?
« on: July 05, 2017, 01:19:43 AM »
It looks like unixmad is trying to push you and the server off the platform. Do you think it is likely that Classic is ever relaunched? Are you even interested in pursuing a public release at this point? Or has unixmad killed your drive? It was your ability and vision that produced what we have thus far, so without you I don't see much of a future in the server.

My drive was already killed even without this. I had offered to temporarily list the server over the summer again, which didn't get a response as usual and oddly coincides with the 2 month figure.

21
Classic Main Forum / Re: Classic Shut Down, Thor Banned?
« on: June 30, 2017, 01:23:16 AM »
What the hell happened? Classic is my home server and the only reason why I've stuck around this long. What did you do, Thor?

It's a strange situation when this happens for re-distributing software which was released 17 years ago... for free, to celebrate nostalgia on a server where one of the primary purposes of its existence is to celebrate nostalgia. I was hoping common sense would prevail here, it clearly wasn't an attack on Graal and the release has generated a very positive reaction among players. Given the situation of PC Graal this also isn't really a punishment that penalises me at all, but penalises others.

For what it's worth, this will apparently last 2 months.

22
Hello and Goodbyes / Re: hey!
« on: April 20, 2017, 05:47:43 PM »
so hi! - anyone out there?

Zilch.

23
General Graal Discussion / Re: My youtube channele
« on: November 15, 2016, 12:44:31 PM »
Hey guys can you please check out my YouTube channele this is my latest video. https://www.youtube.com/watch?v=solBibUKEgM

Thank you for this useful and informative post.

24
Bugs and Suggestions / Re: GC Tool flexibility
« on: September 15, 2016, 11:54:52 AM »
You can already use Middle Click for this where applicable (player related functions).

25
Bugs and Suggestions / Re: TCG Monthly Points Glitch?
« on: September 15, 2016, 11:52:00 AM »
He plays a lot of noobs.

26
Guilds / Re: Guild Prize Ideas
« on: September 06, 2016, 03:35:04 PM »
Ideas I'd like to implement within the near future:

  • Custom Guild Mount
  • Custom Guild Card
  • Extra Permaclothes Slots while a member of the Guild

Guild Houses has been thought about before but at this point is somewhat of a mountainous task.

27
Bugs and Suggestions / Re: Bombs and Gravity
« on: September 05, 2016, 01:23:27 PM »
The issue here is that bombs (and the placement of their explosions) are Serverside, whereas movement / wall detection etc is Clientside.

Prior to the wipe I made fully Clientside bombs where this would have been "achievable", but they didn't work very well for a host of reasons.

28
Events / Re: Boat PK LMS
« on: September 04, 2016, 09:26:52 AM »
Could probably work as something separate to horses/boats, where your movement can be 360 degrees and have acceleration/deceleration, hold the arrows in a direction before slashing to slash in that direction.

29
Events / Re: "Charge"
« on: September 04, 2016, 09:16:34 AM »
This is accomplishable with existing tools. Could have an entirely new level made for it or use the Forbuilder level.

30
Events / Re: LMS Level Ideas
« on: September 04, 2016, 09:05:28 AM »
Have to keep in mind that we don't have any systems for single player events outside of the GC Studios, except for Sparring. So any new LMS levels need to have the waiting/entry areas that The Pit & Skyline do.

Pages: 1 [2] 3 4 ... 15