Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Jun 2014
    Posts
    143
    Reputation
    14
    Rep Power
    20

    Why doesn't work ?!

    {
    "type": "group",
    "name": "Plus Cavebot Options",
    "children": [
    {
    "type": "combobox",
    "name": "startplace",
    "text": "Where to Start the Script:",
    "description": "Where do you want start the script?",
    "items": [
    "Depot",
    "At Camp Boat",
    "Inside the Respawn"
    ]
    },
    {
    "type": "spinbox",
    "min": 5,
    "max": 2000,
    "suffix": ".00 oz",
    "name": "captoleave",
    "text": "Cap To Leave",
    "value": 119
    },
    {
    "type": "checkbox",
    "name": "refillsoft",
    "text": "Refill Soft Boots",
    "value": false
    },
    {
    "type": "lineedit",
    "name": "bootsname",
    "text": " Alternative Boots name",
    "description": "Your boots name",
    "value": "Boots of Haste"
    },
    {
    "type": "checkbox",
    "name": "hastedeposit",
    "text": "Use haste while deposit",
    "value": true
    },
    {
    "type": "checkbox",
    "name": "playeronscreen",
    "text": "Alert if Player on Screen while hunt",
    "value": false
    },
    {
    "type": "checkbox",
    "name": "autoscreenshot",
    "text": "Take screenshot when level up",
    "value": true
    },
    {
    "type": "group",
    "name": "backpack",
    "text": "Backpack Setup",
    "children": [
    {
    "type": "combobox",
    "name": "main",
    "description": "Your Main backpack.",
    "text": "Main Backpack:",
    "items": [
    "Anniversary Backpack [[item: anniversary backpack]]",
    "Backpack [[item: backpack]]",
    "Backpack of Holding [[item: backpack of holding]]",
    "Beach Backpack [[item: beach backpack]]",
    "Blue Backpack [[item: blue backpack]]",
    "Brocade Backpack [[item: brocade backpack]]",
    "Buggy Backpack [[item: buggy backpack]]",
    "Camouflage Backpack [[item: camouflage backpack]]",
    "Crown Backpack [[item: crown backpack]]",
    "Crystal Backpack [[item: crystal backpack]]",
    "Deepling Backpack [[item: deepling backpack]]",
    "Demon Backpack [[item: demon backpack]]",
    "Dragon Backpack [[item: dragon backpack]]",
    "Expedition Backpack [[item: expedition backpack]]",
    "Fur Backpack [[item: fur backpack]]",
    "Golden Backpack [[item: golden backpack]]",
    "Green Backpack [[item: green backpack]]",
    "Grey Backpack [[item: grey backpack]]",
    "Heart Backpack [[item: heart backpack]]",
    "Jewelled Backpack [[item: jewelled backpack]]",
    "Minotaur Backpack [[item: minotaur backpack]]",
    "Moon Backpack [[item: moon backpack]]",
    "Mushroom Backpack [[item: mushroom backpack]]",
    "Old and Used Backpack [[item: old and used backpack]]",
    "Orange Backpack [[item: orange backpack]]",
    "Pannier Backpack [[item: pannier backpack]]",
    "Pirate Backpack [[item: pirate backpack]]",
    "Purple Backpack [[item: purple backpack]]",
    "Red Backpack [[item: red backpack]]",
    "Santa Backpack [[item: santa backpack]]",
    "Yellow Backpack [[item: yellow backpack]]",
    "Shopping Bag [[item: shopping bag]]",
    "Zaoan Chess Box [[item: zaoan chess box]]"
    ]
    },
    {
    "type": "combobox",
    "name": "foodbp",
    "description": "Your backpack for Food.",
    "text": "Food Backpack:",
    "items": [
    "Anniversary Backpack [[item: anniversary backpack]]",
    "Backpack [[item: backpack]]",
    "Backpack of Holding [[item: backpack of holding]]",
    "Beach Backpack [[item: beach backpack]]",
    "Blue Backpack [[item: blue backpack]]",
    "Brocade Backpack [[item: brocade backpack]]",
    "Buggy Backpack [[item: buggy backpack]]",
    "Camouflage Backpack [[item: camouflage backpack]]",
    "Crown Backpack [[item: crown backpack]]",
    "Crystal Backpack [[item: crystal backpack]]",
    "Deepling Backpack [[item: deepling backpack]]",
    "Demon Backpack [[item: demon backpack]]",
    "Dragon Backpack [[item: dragon backpack]]",
    "Expedition Backpack [[item: expedition backpack]]",
    "Fur Backpack [[item: fur backpack]]",
    "Golden Backpack [[item: golden backpack]]",
    "Green Backpack [[item: green backpack]]",
    "Grey Backpack [[item: grey backpack]]",
    "Heart Backpack [[item: heart backpack]]",
    "Jewelled Backpack [[item: jewelled backpack]]",
    "Minotaur Backpack [[item: minotaur backpack]]",
    "Moon Backpack [[item: moon backpack]]",
    "Mushroom Backpack [[item: mushroom backpack]]",
    "Old and Used Backpack [[item: old and used backpack]]",
    "Orange Backpack [[item: orange backpack]]",
    "Pannier Backpack [[item: pannier backpack]]",
    "Pirate Backpack [[item: pirate backpack]]",
    "Purple Backpack [[item: purple backpack]]",
    "Red Backpack [[item: red backpack]]",
    "Santa Backpack [[item: santa backpack]]",
    "Yellow Backpack [[item: yellow backpack]]",
    "Shopping Bag [[item: shopping bag]]",
    "Zaoan Chess Box [[item: zaoan chess box]]",
    [ {
    "type": "lineedit",
    "name": "fuud",
    "text": " Food To Take",
    "description": "Name Of Food",
    "value": "Brown Mushrooms"
    }]


    http://jsonlint.com/ says that
    "Parse error on line 150:
    ...": "Brown Mushrooms"
    -----------------------^
    Expecting '}', ':', ',', '] "

    WTF ? When i put only

      [  {
    "type": "lineedit",
    "name": "fuud",
    "text": " Food To Take",
    "description": "Name Of Food",
    "value": "Brown Mushrooms"
    }]

    it goes perfectly,when i put the rest ,appear these errors -.-'

    Anyone knows wtf is going wrong here?
    Last edited by SuNe; 10-16-2015 at 10:18 AM.

  2. #2
    Free User Akiller's Avatar
    Join Date
    Aug 2015
    Posts
    240
    Reputation
    33
    Rep Power
    18
    Missing parentheses.

  3. #3
    Moderator SuNe's Avatar
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    2,880
    Reputation
    186
    Rep Power
    27
     "value": "Brown Mushrooms", 

    The error msg tells you what is missing.


    And please use [. Lua] tags instead of quotes
    กิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิ ิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิ ิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิ ิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิ ิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิ ิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิ ิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิ ิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิก ิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิ ิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิ ิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิ ิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิ ิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิ ิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิ ิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิ ิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิ ิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิ ิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิ ิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิ ิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิ ิิิิิิิิ

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •