Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-13-2012, 09:39 AM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
glovepower confusion

Was playing with script today, notice that you could do the following.

PHP Code:
with findplayer("bloodpet") ) {
  
swordpower 4;
  
hearts=fullhearts 20;
  
glovepower=223;
}
//#CLIENTSIDE
function onCreated() {
  
player.chat player.glovepower;

Those appear to be the maximum value's for those variables. My question is does graal even have default objects to lift with higher level gloves like this? Why stop at 223 anyways?

Also, how would I change the icon I see next to the "A" button? It's gold at level 3 and after.

I kinda want sword power's greater then 4 tho
Reply With Quote
  #2  
Old 02-13-2012, 09:59 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
I don't want to jump to rescripting, but that's probably the only way you'll be able to do what you want with the glove image. You can use showstats to hide only the parts of the classic interface necessary to avoid redoing the whole thing.
__________________
Reply With Quote
  #3  
Old 02-13-2012, 07:49 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
I think you begin to lift things like chests and whatnot...
__________________
Reply With Quote
  #4  
Old 02-13-2012, 07:49 PM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
Quote:
Originally Posted by cbk1994 View Post
I don't want to jump to rescripting, but that's probably the only way you'll be able to do what you want with the glove image. You can use showstats to hide only the parts of the classic interface necessary to avoid redoing the whole thing.
I was thinking that, I could also set the glove power to 0 which hides the image, then using showimg() draw over it. Using a custom clientr string for the power..

My biggest question was why it even supports power up to 233.. That is a bit odd.


Can someone test this for me? Set your glove to 233, then pick up a bush but keep trying to pick up.. the tiles seem to go thru some kind of cycle.. and at some point you pick up a bomb.. o.O or maybe this is some bug on N-Pulse.


Quote:
Originally Posted by Crono View Post
I think you begin to lift things like chests and whatnot...
With the tileset I was using it looked all scrambled tho.. Haven't tried on classic tileset tho. But 223 glove power, wow.

Last edited by scriptless; 02-14-2012 at 01:24 AM..
Reply With Quote
Reply


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 10:32 AM.


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