Thread: Statue Bug
View Single Post
  #1  
Old 01-03-2006, 02:08 AM
bumbo bumbo is offline
Registered User
bumbo's Avatar
Join Date: Apr 2002
Location: Canada
Posts: 26
bumbo is on a distinguished road
Send a message via ICQ to bumbo Send a message via AIM to bumbo Send a message via MSN to bumbo
Statue Bug

Serverelteria
Level:Multiple levels but for the sake of convience gphangout_halloffame.nw
Occurance:Whenever the level is updated
Other People:Yes, everyone using V4 that I have spoken to are having this issue
Steps to follow:Just have one of the staff update level and if there is a statue in it set to X+.5 (ie:x=13.5 and it positions the statues @ 13)
Graal version:4.0.3.2

I am the current GP Captain on Delteria and am responsible for updating this statue room. This is getting quite annoying because everytime I upload the level or say update level this issue occurs, it is getting quite cumbersome. These are not extravigant scripts, acctually they are quite the opposite.
Example of Code:
NPC Code:

// NPC made by Bumbo Drakken (GP Captain)
//#CLIENTSIDE
if (created) {
// Initialize the attributes
showcharacter;
setcharprop #3,secure--bumbo--head1.png;
setcharprop #C0,orange;
setcharprop #C1,black;
setcharprop #C2,black;
setcharprop #C3,black;
setcharprop #C4,black;
setcharprop #n,Bumbo;
setcharprop #2,bibleburners-shield.png;
setcharprop #8,cainbody.png;
setcharprop #P(1),hat104.png;
shieldpower = 1;
ap=100;
dir = 2;
x=54.5;
}

__________________
[email protected]
Reply With Quote