i forgot code for instant help me
point to the right place please.
:)
(THIS IS LAST THING I NEED TO ADD TO V82 TO GET IT RELEASED)
point to the right place please.
:)
(THIS IS LAST THING I NEED TO ADD TO V82 TO GET IT RELEASED)
this is not in the codeQuote:
this._buildingStartTime.Set(GLOBAL.Timestamp());
this._buildingEndTime.Set(GLOBAL.Timestamp() + int(this._buildingProps.getBuildTime(1)));
this._buildingStartTime.Set(GLOBAL.Timestamp());
this._buildingEndTime.Set(GLOBAL.Timestamp());
to this
this._buildingStartTime.Set(GLOBAL.Timestamp());
this._buildingEndTime.Set(GLOBAL.Timestamp());
???? seen this in one of the posts dont know if it works! :)
nope not in global , base or storeQuote:
hmmm sorry :( dont really make em.... il do some searching around
getlocal0
getproperty QName(PrivateNamespace("*", "com.waterworld.entities:BuildingFoundation#0" ), "_buildingStartTime")
getlex QName(PackageNamespace("com.waterworld.core"), "GLOBAL")
getproperty QName(PackageNamespace(""), "gameTime")
callpropvoid QName(PackageNamespace(""), "Set"), 1
getlocal0
getproperty QName(PrivateNamespace("*", "com.waterworld.entities:BuildingFoundation#0" ), "_buildingEndTime")
getlex QName(PackageNamespace("com.waterworld.core"), "GLOBAL")
getproperty QName(PackageNamespace(""), "gameTime")
findpropstrict QName(PackageNamespace(""), "int")
getlocal0
getproperty QName(PackageNamespace(""), "_buildingProps")
pushbyte 1
callproperty QName(PackageNamespace(""), "getBuildTime"), 1
callproperty QName(PackageNamespace(""), "int"), 1
add
callpropvoid QName(PackageNamespace(""), "Set"), 1
You'll need to remove this chunk
findpropstrict QName(PackageNamespace(""), "int")
getlocal0
getproperty QName(PackageNamespace(""), "_buildingProps")
pushbyte 1
callproperty QName(PackageNamespace(""), "getBuildTime"), 1
callproperty QName(PackageNamespace(""), "int"), 1
add
Got this from another forums post lmao :) try this?
Quote:
i am also looking in do doing my own but am not ashamed to admit i could use some help. like from scratch help. getting info peace by peace but if someone could walk me through it quickly would be grateful. pm if u will help thnx. have a basic idea of what to do but no idea where to look