Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   pulling? (https://forums.graalonline.com/forums/showthread.php?t=67340)

excaliber7388 07-14-2006 05:50 AM

pulling?
 
What would cause the player to not be able to pull anything? Pressing A does nothing.
I need to figure out what script would do this, and how to fix it.

ApothiX 07-14-2006 04:12 PM

Is something setting your gani in a timeout?

excaliber7388 07-14-2006 05:11 PM

Not that I know of x_X

excaliber7388 07-18-2006 09:03 PM

bump bump
:frown:
Still a problem.
Not using disable weapons or anything setting the gani, except for replacing the sword gani

contiga 07-18-2006 09:19 PM

Using a custom movement system?

Omini 07-19-2006 01:26 AM

i suppose

PHP Code:

replaceani("pull","idle"); 

would be the simple approach?

excaliber7388 07-19-2006 02:28 AM

Quote:

Originally Posted by contiga
Using a custom movement system?

nope
And if I replace pull with idle, the I'll be able to pull stuff, maybe, but it would look like they're standing there

Omini 07-19-2006 02:36 AM

I'm pretty sure there is a way to disable the pulling, but I don't exactly know it. If I find out how, I'll let you know.

excaliber7388 07-19-2006 05:20 AM

I've tried enablefeatures(allfeatures), enabledefmovement(), replaceani("pull,"pull"), and even scripting my own.
(Mine didn't work well at all)

Yen 07-19-2006 07:48 PM

I remember when Babylon had this problem.
Is it possible it has to do with glovepower? Try setting your glovepower to 1 or 2 (serverside, of course)

excaliber7388 07-20-2006 05:51 PM

I have glovepower of 3?
And changing it does nothing x_x
What could disable this, then I can search and try to find it

lordspawn 07-20-2006 06:01 PM

delete your npc's in your inventroy one by one and after deleting each one try and pull, once u can pull go look at the npc u last deleted, i did this one i had this same problem

excaliber7388 07-20-2006 06:07 PM

x_X I guess
Hmm, it seems I also cannot pick up and old bushes, etc

contiga 07-20-2006 07:29 PM

Hmm, what kind of tileset type is DR using? Like, addtiledef imgname.png,levelstart,0 or 1;? Maybe if you are using a modern tileset, the bushes can't be picked up? Just a thought.

Test it with this script:
PHP Code:

//#CLIENTSIDE
function onCreated() {
  
setImg("block.png");
  
canBeCarried();
  
canBePushed();
  
canBePulled();


Then try to carry, push and pull the block.. to see if carrieng, pushing or pulling works at all.. or that it's just a problem with the tileset.

Yen 07-20-2006 08:34 PM

Quote:

Originally Posted by excaliber7388
I have glovepower of 3?
And changing it does nothing x_x
What could disable this, then I can search and try to find it

And there's your problem!
Glove power only goes up to 2.
0 picks up no stones, 1 picks up green stones, and 2 picks up black stones.


All times are GMT +2. The time now is 12:02 AM.

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