Jump to content

Large Oil Rig has constant radiation damage

Pending 1.9.5

Zombita Renegada
NooBlet

Posted

We are aware of the issue . Something changed in zonemanager . And buzy testing an update. Just use zonemanager to delete zone named main. Till i can push update

Zombita Renegada

Posted

15 minutes ago, NooBlet said:

We are aware of the issue . Something changed in zonemanager . And buzy testing an update. Just use zonemanager to delete zone named main. Till i can push update

 

Could the error be here? I'm not a programmer, but I see that the other zones are deleted, but `mainzone` isn't. And what I see is that it doesn't have the same name. Following the example of the others that have the same name:

So this is the original code:


CreateZone(pos, "mainzone", "main", (radius - 25).ToString(), tier1);

CreateZone(pos, "2zone", "2zone", (radius - 15).ToString(), tier2);

CreateZone(pos, "4zone", "4zone", radius.ToString(), tier3);

var sp = CreateSphere(pos, radius, 1);

timer.Once(20f, () => 

RemoveZones("2zone"); 
RemoveZones("mainzone"); 
RemoveZones("4zone"); 
DestroySpheres(sp); 
});


It may have to go like this: 


CreateZone(pos, "mainzone", "mainzone", (radius - 25).ToString(), tier1); 
CreateZone(pos, "2zone", "2zone", (radius - 15).ToString(), tier2); 
CreateZone(pos, "4zone", "4zone", radius.ToString(), tier3); 
var sp = CreateSphere(pos, radius, 1); 
timer.Once(20f, () => 

RemoveZones("2zone"); 
RemoveZones("mainzone"); 
RemoveZones("4zone"); 
DestroySpheres(sp); 
});

NooBlet

Posted

yes the main and mainzone naming . zone manager changed the internal hook so we changed that . but bc we rewort the plugin to be able to remove using small from config and have multiple events at same time . we still testing in dev server before we release/ for now just rename the ":main" to "mainzone" 

CreateZone(pos, "mainzone", "mainzone", (radius - 25).ToString(), tier1);

 

  • Like 1
2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

141.7k

Files Sold

Total number of files sold.

3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.