Recent content by theo1001

  1. T

    How does everyone clean up inventory these days?

    You kind of can. On the configure script tab of the relay script, there is an option for choosing data file. You could have 2 of them and switch between them whenever necessary.
  2. T

    New Content - Implemented IOTM - March 2018 - Pokéfam Guide to Capturing All of Them

    -------------------- 9816 Nadsat berry 362443644 berry3.gif usable, combat t,d 51 # Item Nadsat berry: Improves critical hit chance and energizes you for a while -------------------- -------------------- 9812 Mu 497250637 pokefam8675309.gif grow t 0 # Item Mu -------------------- New familiar...
  3. T

    New Content - Implemented IOTM - March 2018 - Pokéfam Guide to Capturing All of Them

    -------------------- 9822 shell bell 293981207 shellbell.gif familiar q 0 shell bell item 0 0 0 0 0 # Item shell bell: Heals you when your familiar deals damage Item shell bell Familiar Weight: +10, Lasts Until Rollover, Generic --------------------
  4. T

    New Content - Implemented IOTM - March 2018 - Pokéfam Guide to Capturing All of Them

    Another of the outside-pokefam items: -------------------- 9819 Snarf berry 935578159 berry7.gif usable, combat t,d 51 # Item Snarf berry: Increases your stats and energizes you for a while -------------------- You acquire an item: Snarf berry use 1 Snarf berry -------------------- 2382 Berry...
  5. T

    New Content - Implemented Feb 2018 IotM - Fortune Teller (Clan VIP room)

    -------------------- 9723 psychic's circlet 897303017 diadem.gif hat 0 psychic's circlet 100 Mox: 35 Item psychic's circlet Adventures: +3, MP Regen Min: 3, MP Regen Max: 6 -------------------- -------------------- 136 Psychic Enpsemble psychictat.gif psychic's circlet, psychic's pslacks Outfit...
  6. T

    Mafia freezes and becomes unplayable, don't know if it is with Mafia or my system

    Yeah, i double-checked my last post before posting here. I am assuming that "Looking at item #9731..." was the same line and everyone was just omitting the item id but i guess that technically it could be different lines. I wasn't aware that it did that or that it was a problem. I'll copy...
  7. T

    Mafia freezes and becomes unplayable, don't know if it is with Mafia or my system

    I think you missed this. So a variety of items (crimbo, clan carnival, etc) could have triggered it. I can also confirm that the "Looking at item #..." appears at the gCLI for items not found in the mafia database. It is where i copied the items i pasted in the Feb 2018 IotM thread.
  8. T

    Numberology from the CLI

    Basically you don't need to do the calculation yourself. You choose what number is your goal and mafia will calculate what number it should input to achieve said goal. e.g "numberology 69" is +3 adventures and "numberology 37" is +3 pvp fights. You can see that number as "11 | +3 adventures...
  9. T

    New Content - Implemented Feb 2018 IotM - Fortune Teller (Clan VIP room)

    Looking at item #9731... Unknown item found: Fabiotion (9731, 566108269) -------------------- 9731 Fabiotion 566108269 wbpotion.gif usable t,d 5 Item Fabiotion Effect: "Faboooo", Effect Duration: 20 -------------------- -------------------- 2360 Faboooo wbpotion.gif...
  10. T

    New Content - Implemented Feb 2018 IotM - Fortune Teller (Clan VIP room)

    Looking at item #9733... Unknown item found: tonic o' Banderas (9733, 898307239) -------------------- 9733 tonic o' Banderas 898307239 potion13.gif usable t,d 5 Item tonic o' Banderas Effect: "Bandersnatched", Effect Duration: 20 -------------------- -------------------- 2362 Bandersnatched...
  11. T

    A Few Random Questions.

    You can use get_property and set_property to get/set properties that persist through sessions. Having the property name start with "_" (e.g _coldOne) will turn it into a daily property. No idea. I guess you could also use a record. A hastily made example: record item_info { item it...
  12. T

    Feature - Rejected Spacegate Buff Daily Deed

    Adding it via "Daily Deeds -> Text dialogue" prepends $CUSTOM|TEXT to it which is why you see it as text in the daily deeds panel. From the help menu: "Combo - A cleaner way to collapse multiple related command deeds into one combobox element. Note that there is no GUI to help you construct...
  13. T

    New Content - Implemented You can get new Adventures and Items at Lyle Industries now.

    New monster #2035 found in Manuel with name 'Mob penguin steel driver' image 'penghammer.gif' attributes ='Scale: ? Cap: ? Floor: ? Init: 100 P: penguin' Unknown item found: steel drivin' hammer (9567, 147902407) -------------------- 9567 steel drivin' hammer 147902407 sledgehammer.gif weapon...
  14. T

    -Request- Breakfast functionality/collecting "free" items

    This is what i am using. if (!get_property("_infernoDiscoVisited").to_boolean() && (get_property("_hotAirportToday").to_boolean() || get_property("hotAirportAlways").to_boolean())) { cli_execute("checkpoint"); if (maximize("disco style 6 min" , false )) { print("Grabbing Volcoino from...
  15. T

    How can I determine which skin & spurs are applied to my cowboy boots?

    Don't think there is a preference but they are treated as slots so you can use $slot[bootskin].equipped_item() and $slot[bootspur].equipped_item() to see what's equipped.
Top