Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-07-2008, 08:24 PM
DarkReaper0 DarkReaper0 is offline
No.
DarkReaper0's Avatar
Join Date: May 2005
Location: Texas,USA
Posts: 344
DarkReaper0 will become famous soon enough
Send a message via MSN to DarkReaper0
level.tilelayers[0].z and you

Edit: I suppose the thread should actually be level.tilelayers[0].z ..... crap

I've been wondering for quite some time now why it is that a simple script like this automatically gives someone the ability to walk over tiles.

PHP Code:
//#CLIENTSIDE
function onPlayerEnters() {
  
level.tilelayers[0].z=1//Moves the z value up one
  
level.tilelayers[0].y=1//Moves Y down one so the level still looks the same.

I mean....seriously now....is there a point to this? The tiles dont even draw over the player so to yourself and everyone around you, you're just plain wall-hacking.

And isn't it unsafe to have this clientside anyway...? I'm not too familiar with hacking tools.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:07 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.