Arixon
New member
So i setup everything and seems like i got rid of all the errors but.... enetering the supposed zone doesnt display any message so something is still broken
i just cant be bothered trying to make it work for days and im tired of this crap. its alot more simple to just delete regions but also this suppose to work properly so i really am hands down its so frustrating im starting to hate it.
OK FINALLY I DID IT! ITS WORKING LMAO!!
but you all wont believe why it was not working lol all the comands keywords needed to be written with Capital Letters example:
fail:
<zone Name="Reset Zone" corner1="926,-56,820" Corner2="1226,200,560" Circle="false" EntryMessage="You are entering the RESET ZONE! DONT BUILD HERE!" ExitMessage="You have left the RESET ZONE! " Response="" ReminderNotice="You are still in the RESET ZONE." PvE="False" NoZombie="False" Protected="True" />
gives the missing Corner1 value error <--- and i noticed its starting in capital letter lol
working:
<zone Name="Reset Zone" Corner1="926,-56,820" Corner2="1226,200,560" Circle="false" EntryMessage="You are entering the RESET ZONE! DONT BUILD HERE!" ExitMessage="You have left the RESET ZONE! " Response="" ReminderNotice="You are still in the RESET ZONE." PvE="False" NoZombie="False" Protected="True" />
no problems works fine.
How Pathetic Days lost due to a missing Capital letter its the biggest fail in my life LMAO!

OK FINALLY I DID IT! ITS WORKING LMAO!!
but you all wont believe why it was not working lol all the comands keywords needed to be written with Capital Letters example:
fail:
<zone Name="Reset Zone" corner1="926,-56,820" Corner2="1226,200,560" Circle="false" EntryMessage="You are entering the RESET ZONE! DONT BUILD HERE!" ExitMessage="You have left the RESET ZONE! " Response="" ReminderNotice="You are still in the RESET ZONE." PvE="False" NoZombie="False" Protected="True" />
gives the missing Corner1 value error <--- and i noticed its starting in capital letter lol
working:
<zone Name="Reset Zone" Corner1="926,-56,820" Corner2="1226,200,560" Circle="false" EntryMessage="You are entering the RESET ZONE! DONT BUILD HERE!" ExitMessage="You have left the RESET ZONE! " Response="" ReminderNotice="You are still in the RESET ZONE." PvE="False" NoZombie="False" Protected="True" />
no problems works fine.
How Pathetic Days lost due to a missing Capital letter its the biggest fail in my life LMAO!

Last edited by a moderator: