Author Topic: Early bod observations post pub 95  (Read 15016 times)

0 Members and 1 Guest are viewing this topic.

Offline GemviperTopic starter

  • Sr. Member
  • *
  • Posts: 481
  • Activity:
    0%
  • Reputation Power: 0
  • Gemviper hides in shadows.
  • Respect: +57
  • Referrals: 2
    • View Profile
Re: Early bod observations post pub 95
« Reply #30 on: November 21, 2016, 08:42:07 AM »
0
Yup, the horn of plenty gives you a potted coffee plant which doesn't look half bad. After a few days it's grown to full size and then it gives you a daily pod(they don't stack on the plant). If you put the pod through the 2014 grinder item it becomes coffee grounds... You get a coffee plant about 5% of the time from horn of plenty charges.

Offline cybercasper

  • Full Member
  • ***
  • Posts: 228
  • Activity:
    0%
  • Reputation Power: 3
  • cybercasper has no influence.
  • Respect: +41
  • Referrals: 1
    • View Profile
Re: Early bod observations post pub 95
« Reply #31 on: November 28, 2016, 04:23:42 PM »
0
so gem i havent a script that use to fill bods would i still be able to use it with the new system since i have like a 100000000 bods i needed to fill granted i know it is for tailoring and smithing. if so im sure we can come up with something on added the other skills to fill those bods

Offline GemviperTopic starter

  • Sr. Member
  • *
  • Posts: 481
  • Activity:
    0%
  • Reputation Power: 0
  • Gemviper hides in shadows.
  • Respect: +57
  • Referrals: 2
    • View Profile
Re: Early bod observations post pub 95
« Reply #32 on: November 28, 2016, 06:07:27 PM »
0
If the script ran smoothly before it's just a matter of adding in the newest 6 crafts. It would take a bit of time to set up the item tables but  findcol thankfully identifies the bods by color so knowing which type of craft a bod belongs to isn't hard.

Offline declo

  • Jr. Member
  • **
  • Posts: 90
  • Activity:
    0%
  • Reputation Power: 2
  • declo has no influence.
  • Respect: +16
  • Referrals: 1
    • View Profile
Re: Early bod observations post pub 95
« Reply #33 on: November 29, 2016, 08:46:39 AM »
0
Which script do you use to fill bods?

Offline cybercasper

  • Full Member
  • ***
  • Posts: 228
  • Activity:
    0%
  • Reputation Power: 3
  • cybercasper has no influence.
  • Respect: +41
  • Referrals: 1
    • View Profile
Re: Early bod observations post pub 95
« Reply #34 on: November 29, 2016, 12:58:31 PM »
0
I believe it is s7snickers from easyuo

Offline GemviperTopic starter

  • Sr. Member
  • *
  • Posts: 481
  • Activity:
    0%
  • Reputation Power: 0
  • Gemviper hides in shadows.
  • Respect: +57
  • Referrals: 2
    • View Profile
Re: Early bod observations post pub 95
« Reply #35 on: November 30, 2016, 11:59:43 PM »
0
Actually I was using neo's bodbook filler but since the last patch of the EUO core I have been getting strange "TEST1" messages appearing above my head when I craft and the script stalls when it's time to add the bods to the deed. I figure it's due to the new layout of the buttons on the bods but I have no idea what the "TEST1" is about or why it's global.

edit: Adding more info to be a bit more helpful if you're using Neo's bod filler and it's not working anymore. Find...

Code: [Select]
;======= sub bodclickpos =======
sub bodclickpos
  str mid #contsize 5 3
  set #result #strres - 54
return #result
;======= end sub =======

and change the
Code: [Select]
set #result #strres - 54to
Code: [Select]
 set #result #strres - 74
This will click on the right place within the bod to target individual items. Since the script wasn't built to use the "add all items from pack" new feature it was just easier to make it pick out individual items and change very little. It's not much slower this way anyway.

The rest of the script still runs great this many years later, and even after changes to the system, which is a testament to it's author.
« Last Edit: December 01, 2016, 12:55:21 AM by Gemviper »

Online Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.2%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: Early bod observations post pub 95
« Reply #36 on: December 01, 2016, 03:45:07 AM »
0
The test1 is a bug though some on stratics are saying it is there so you can see hidden scripters. I am thinking they messed up and forgot to remove it lol.

Offline GemviperTopic starter

  • Sr. Member
  • *
  • Posts: 481
  • Activity:
    0%
  • Reputation Power: 0
  • Gemviper hides in shadows.
  • Respect: +57
  • Referrals: 2
    • View Profile
Re: Early bod observations post pub 95
« Reply #37 on: December 01, 2016, 03:51:35 AM »
0
agh, the jig is up!

It's not visible to any other player so I suppose you mean to the GMs themselves. I think I'll hold off on crafting for a bit, it doesn't show up when I do anything else.

Curious if anyone is getting it recently

edit: Found the thread you mentioned Crisis - http://stratics.com/threads/test1.379732/

When I move away from the scripting account with my other account I stop seeing the "TEST1" words on the bottom of the screen so it's not global, it's actually in the game code and intentional(even if unintentionally left on). You know they must have tools to spot scripters, this could be one of those... who knows. It doesn't happen when EUO is closed and I craft normally. Now's our chance to figure out what part of EUO they're keying in on!!  lol
« Last Edit: December 01, 2016, 04:18:12 AM by Gemviper »

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Early bod observations post pub 95
« Reply #38 on: December 01, 2016, 07:12:46 AM »
0
the message on top your head can be triger by  this.  it the whisper command. 
Code: [Select]
Event exmsg #CHARID 3 30  test1

Offline GemviperTopic starter

  • Sr. Member
  • *
  • Posts: 481
  • Activity:
    0%
  • Reputation Power: 0
  • Gemviper hides in shadows.
  • Respect: +57
  • Referrals: 2
    • View Profile
Re: Early bod observations post pub 95
« Reply #39 on: December 01, 2016, 10:33:59 AM »
0
I'll take the word of a gamer named Ghost about secret whispering  ;)

Tags: