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 03-06-2010, 01:07 AM
Entrok Entrok is offline
Registered User
Join Date: Sep 2009
Location: Sweden
Posts: 51
Entrok is on a distinguished road
Send a message via MSN to Entrok
Any ideas?

I have remade our main sys that give out our tileset, but when i try to move, i cant, becouse i get blocked!

Have checked the tileset and it is as it should be, the script im using is the following:


PHP Code:
//#CLIENTSIDE
function onCreated() 
{
  
player.ap 100;
  
player.shieldpower 3;
  
removetiledefs(NULL);
  
addtiledef("mercia_newtileset.png"""1);
  
client.speed 13;
  
seteffect(0000);
  
enableweapons();
  
enabledefmovement();
  
resetfocus();
  
disablemap();
  
setminimap("door.png","",0,0);
  
onTimeout();

Anyone that could tell me what im doing wrong? Im using addtiledef becouse we will only have one tileset, and wont add anymore then this one.
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 01:13 AM.


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