Jump to content

Arixon

Members
  • Posts

    20
  • Joined

  • Last visited

Arixon's Achievements

Refugee

Refugee (1/15)

3

Reputation

  1. On the other hand seems like the vote site is not working or displaying on server this like seems ok no errors or warnings but it is not displayed 😕 <Tool Name="Voting" Enable="True" Your_Voting_Site="https://7daystodie-servers.com/server/90510/vote/" API_Key="Nobodyz Buziness" Delay_Between_Uses="5" Reward_Count="1" />
  2. 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!
  3. <milestone lvl="2" message="Woo! level 2!" reward="drinkJarBeer" quantity="1" quality="1" /> <milestone lvl="25" message="[playername] has reached [25]!! It has Begun! Mortal Kombat! LOL" reward="casinoCoin" quantity="2500" quality="1" /> i see but thats just it yours is simplified as its just a message without data input transfer like i got for playername and lvl. changing it may work but this is the thing the file describtion says this: <!-- Multiple lines accepted --> <!-- Use [playername] and [lvl] anywhere in message to be replaced with players info --> so i did leave it as it was and from the beginning it had an error so thouse guide describtions are bogus and misleading and dont work as intended.
  4. Will try this and get back to you if it works cheers Btw im editing with notepad++ by hand but the lines were like this when i opened the file so they were suggested like this lol ill attach the file below made a few changes but the zone still gives the same error. Warning [SERVERTOOLS] Ignoring Zones entry because of missing Corner1 attribute: <zone corner1="1772,-56,1660" corner2="-1412,200,1908" Circle="false" Name="RESET ZONE" 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="False" /> i could deal with the problem for now with setting up the resetareas but again inputing the coords is completely messed up you got only x1,z1 and x2,z2 lol how do you know how to put in Noth,East,West,South coords here? hahaha the more im looking into this the more i think these options are a totall mess nothing makes sense. when i put the coords in they land in completely diffrent places of the interactive map LMAO. Im droping all my files below so anyone can analyze whats wrong. but like i said i changed it and the error still exists. lol Config.xml Zones.xml
  5. if that is not working beacause its probably conflicting with another mod with zombie spawns try this mod https://7daystodiemods.com/invisible-animal-fix/
  6. Hello this is the second place ill post my question as i dont understand what i need to do to make these lines work could you help? im getting this error 2020-12-30 08:06:31 756.120 Warning *~Botman Notice~ Ignoring ResetAreas.x1. Entry is not an integer 2020-12-30 08:09:26 Warning 2020-12-30T08:09:26 930.494 WRN ~Botman Notice~ Unexpected XML node found in 'Config.xml' section: z 2020-12-30 08:09:26 930.494 Warning *~Botman Notice~ Ignoring milestone.reward entry because of missing message attribute: <milestone lvl="5" message="[playername] has reached [lvl]!!" /> 2020-12-30 08:09:26 930.494 Warning *~Botman Notice~ Ignoring milestone.reward entry because of missing message attribute: <milestone lvl="25" message="[playername] has reached [25]!! It has Begun! Mortal Kombat! LOL" item="casinoCoin" quantity="2500" /> 2020-12-30 08:09:26 930.494 Warning *~Botman Notice~ Ignoring milestone.reward entry because of missing message attribute: <milestone lvl="50" message="[playername] has reached [50]!! Nice for a Beginner! You can now form a Clan! YaY You! xD hahaha" item="casinoCoin" quantity="5000" /> 2020-12-30 08:09:26 930.494 Warning *~Botman Notice~ Ignoring milestone.reward entry because of missing message attribute: <milestone lvl="100" message="[playername] has reached [100]!! daum you really still here and getting stronger!" item="casinoCoin" quantity="10000" /> 2020-12-30 08:09:26 930.494 Warning *~Botman Notice~ Ignoring milestone.reward entry because of missing message attribute: <milestone lvl="150" message="[playername] has reached [150]!! oh yea the grind is paying off! You go for a long run and max level!" item="casinoCoin" quantity="15000" /> 2020-12-30 08:09:26 930.494 Warning *~Botman Notice~ Ignoring milestone.reward entry because of missing message attribute: <milestone lvl="200" message="[playername] has reached [200]!! Wow 2/3 along the way to Maxing out Your a Hardcore Survivalist!" item="casinoCoin" quantity="20000" /> 2020-12-30 08:09:26 930.494 Warning *~Botman Notice~ Ignoring milestone.reward entry because of missing message attribute: <milestone lvl="250" message="[playername] has reached [250]!! Yeah as expected this dude is almost at the Top of the food chain!" item="casinoCoin" quantity="25000" /> 2020-12-30 08:09:26 930.494 Warning *~Botman Notice~ Ignoring milestone.reward entry because of missing message attribute: <milestone lvl="300" message="[playername] has reached [300]!! he maxed out CONGRATULATIONS! Biggest Survival BAD ASS Status Achieved!" item="casinoCoin" quantity="30000" /> 2020-12-30 08:09:26 930.496 Warning *~Botman Notice~ Ignoring ResetAreas.x1. Entry is not an integer So whats the missing attributes here as i dont understand where is the mistake how to set it up correctly? The same for reset areas how to input proper coords cause nothing is explained? For the love of GOD sitting and wasted a day already trying diffrent kinds of aproach and nothing work how am i to do milestones or reset zones if i dont have a clue how to input that data in lines? The problem continues with server tools aswell : [SERVERTOOLS] Ignoring Zones entry because of missing Corner1 attribute: <zone corner1="-1,2,7" corner2="0,4,7" Circle="false" Name="RESET ZONE" EntryMessage="You are entering the RESET ZONE! DONT BUILD HERE!" ExitMessage="You have exited the RESET ZONE! " Response="" ReminderNotice="You are still in the RESET ZONE You build here You lose it all i dare you build something ! xD lol" PvE="false" NoZombie="false" Protected="True" /> the attributes are there so wth is the problem with these line inputs whats to change to make it work? Anybody anything ????? Config.xml
  7. Arixon

    Server Tools

    Hello can someone help me i cant find anything about this what am i missing? playername and lvl are set in automatically so what attributes is it talking about?!?! *~Botman Notice~ Ignoring milestone.reward entry because of missing message attribute: <milestone lvl="100" message="[playername] has reached [lvl]!! daum you really still here and getting stronger!" item="casinoCoin" quantity="10000" /> and also this: [SERVERTOOLS] Failed loading Zones.xml: Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 4, position 3. as im new to this could someone also tell me how to setup a kill message if a player kills zombies ?is it possible at all? <message name="killed" killer_name_color="[FF0000]" zombie_name_color="[0000FF]" message_color="[FFFFFF]" message="[killer] has Slain [zombie] One less creature to worry about!." /> I know this line is wrong is it possible to change the victim to entity? <message name="killed" killer_name_color="[FF0000]" entity_name_color="[0000FF]" message_color="[FFFFFF]" message="[killer] has Slain [entity] One less creature to worry about!." /> ?? Please help these are the last things i need to sort out on my server and as im new to this completely i messing with this for quite some time and cant figure it out! some of you are brave experienced code warriors lend me a hand will ya? Cheers Zones.xml Config.xml
×
×
  • Create New...