Author Topic: Caboose Mining v1.04  (Read 8606 times)

0 Members and 1 Guest are viewing this topic.

KoRo

  • Fat, Emo Robot
  • Centurian Lord
  • ********
  • Posts: 3,436
  • Reputation: +14/-6
Re: Caboose Mining v1.0
« Reply #15 on: March 22, 2014 02:31 am CDT »
I think I found the reason why. Upon executing "CabooseMining101.cs" for the very first time, the function cabmining::menu::update() is not defined, and my script is attempting to call that function before it's defined. I kept getting an "cabmining::menu::update: unknown function" error in the console upon starting Tribes. Switching the order of events so that it's called AFTER it's defined seems to have fixed it. Silly me. Rookie move (but for some reason I thought Tribes C didn't work quite like that.)


Here's version 1.02: It's basically v1.00 but with the order of events changed. Removed the schedule, and I didn't overwrite EnterLobbyMode().

« Last Edit: March 22, 2014 03:57 am CDT by KoRo »

KoRo

  • Fat, Emo Robot
  • Centurian Lord
  • ********
  • Posts: 3,436
  • Reputation: +14/-6
Re: Caboose Mining v1.0
« Reply #16 on: March 22, 2014 04:32 am CDT »
***UPDATE***

Added some functionality. More menu options. Cleaner drop notifications. Functionality for Hammer Pick. Mining Stats announcements. Mining stats breakdown. etc
« Last Edit: March 22, 2014 11:40 am CDT by KoRo »

Master

  • Orc Thrasher
  • ***
  • Posts: 153
  • Reputation: +6/-2
  • Steam / Xfire : ads8023
Re: Caboose Mining v1.03
« Reply #17 on: March 22, 2014 08:32 am CDT »
Nice update!!! it works perfectly!!! thx!

KoRo

  • Fat, Emo Robot
  • Centurian Lord
  • ********
  • Posts: 3,436
  • Reputation: +14/-6
Re: Caboose Mining v1.03
« Reply #18 on: March 22, 2014 11:42 am CDT »
Hey master, there was one teeny tiny little issue I forgot to change in 1.03. I updated the file, but kept the version number the same, so if you would, can you re-download CabooseMining103.cs and try it?

I forgot to change the Stats Recall code to show your next mining goal (it used to just say "A this rate, I will get 1 Billion coins in XX hours"). After you reach 1 billion, it should say "A this rate, I will get 2 Billion coins in XX hours". Thx

Master

  • Orc Thrasher
  • ***
  • Posts: 153
  • Reputation: +6/-2
  • Steam / Xfire : ads8023
Re: Caboose Mining v1.03
« Reply #19 on: March 22, 2014 08:20 pm CDT »
I did it, and it works fine for me hehe

KoRo

  • Fat, Emo Robot
  • Centurian Lord
  • ********
  • Posts: 3,436
  • Reputation: +14/-6
Re: Caboose Mining v1.03
« Reply #20 on: March 23, 2014 01:22 am CDT »
well, we'll see if it works fine once you get $1 Billion coins :P thanks

KoRo

  • Fat, Emo Robot
  • Centurian Lord
  • ********
  • Posts: 3,436
  • Reputation: +14/-6
Re: Caboose Mining v1.04
« Reply #21 on: May 6, 2014 11:15 pm CDT »
**UPDATE**

Semi-big update here. I changed the original blacklist to be a whitelist due to some reported issues with how the game reads player names, thus allowing blacklisted players to bypass the blacklist through clever manipulation.

Now you will have to manually add the players who you TRUST. So if anyone joins the server who is not on your whitelist, it will auto-store your Thorr's Hammer.

Bovidi

  • Undead Hero
  • ****
  • Posts: 216
  • Reputation: +1/-0
    • http://www.geocities.com/mygamepage101/orc
Re: Caboose Mining v1.04
« Reply #22 on: May 13, 2014 03:45 pm CDT »
I am curious at the ways to thwart a blacklist :p

Master

  • Orc Thrasher
  • ***
  • Posts: 153
  • Reputation: +6/-2
  • Steam / Xfire : ads8023
Re: Caboose Mining v1.04
« Reply #23 on: July 1, 2014 05:22 am CDT »
ohhh koro can you add the manual reset networth and gem total?

KoRo

  • Fat, Emo Robot
  • Centurian Lord
  • ********
  • Posts: 3,436
  • Reputation: +14/-6
Re: Caboose Mining v1.04
« Reply #24 on: July 4, 2014 02:30 am CDT »
That option is already in there I think. It's been a few months. Let me revisit the script and I'll let you know.