Author Topic: C2's BOD Collector Script  (Read 125257 times)

0 Members and 1 Guest are viewing this topic.

Offline jamisoncrzy

  • Newbie
  • *
  • Posts: 6
  • Activity:
    0%
  • Reputation Power: 1
  • jamisoncrzy has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: C2's BOD Collector Script
« Reply #210 on: January 11, 2016, 08:53:39 PM »
0
ill try to get to it guys. This is an easy uo change or lack of update where the login script can no longer read the gump the same way as it has in the past.

Awesome thanks.

Offline declo

  • Jr. Member
  • **
  • Posts: 90
  • Activity:
    0%
  • Reputation Power: 2
  • declo has no influence.
  • Respect: +16
  • Referrals: 1
    • View Profile
Re: C2's BOD Collector Script
« Reply #211 on: November 17, 2016, 11:32:42 AM »
0
Any chance the script will be modified for all the new BODs?

Offline axtonz

  • Newbie
  • *
  • Posts: 4
  • Activity:
    0%
  • Reputation Power: 1
  • axtonz has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: C2's BOD Collector Script
« Reply #212 on: November 18, 2016, 05:37:10 AM »
0
OMG i am hoping the same thing. this new update has screwed up the bod system

Offline demitoast

  • Newbie
  • *
  • Posts: 8
  • Activity:
    0%
  • Reputation Power: 1
  • demitoast has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: C2's BOD Collector Script
« Reply #213 on: March 07, 2017, 01:10:53 AM »
0
How would I go to change the 'every 6 hours' to every  1 hour or every 60 min ?

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: C2's BOD Collector Script
« Reply #214 on: March 07, 2017, 05:12:27 AM »
0
get an older copy of this build,  it was first build for every hrs.   

if you can't   I will look at changing
 set %menuhours 6 
    for set %menuhours 1

Code: [Select]
sub next_collect_time
set %timesaved #time
str left %timesaved 2
set %hr #StrRes
str mid %timesaved 3 2
set %min #StrRes
menu get maxhours
if #menures = #true
   set %menuhours 18 ; <-------------------   18 hrs
menu get everysixhours
if #menures = #true
   set %menuhours 6 ; < ----------------- 6 Hrs     

Offline valen2.0

  • Full Member
  • ***
  • Posts: 229
  • Activity:
    0%
  • Reputation Power: 3
  • valen2.0 has no influence.
  • Respect: +63
  • Referrals: 0
    • View Profile
Re: C2's BOD Collector Script
« Reply #215 on: March 07, 2017, 11:19:25 AM »
0
you say port to another NPC, Do you mean right away? or after the time limit passes? Cus I thought you cant get more than 3 bods before that timer triggers and if you went to separate npc of the same kind(blacksmith to blacksmith)

Offline qza

  • Newbie
  • *
  • Posts: 6
  • Activity:
    0%
  • Reputation Power: 1
  • qza has no influence.
  • Gender: Male
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: C2's BOD Collector Script
« Reply #216 on: January 21, 2018, 05:23:37 AM »
0
get an older copy of this build,  it was first build for every hrs.   

if you can't   I will look at changing
 set %menuhours 6 
    for set %menuhours 1

Code: [Select]
sub next_collect_time
set %timesaved #time
str left %timesaved 2
set %hr #StrRes
str mid %timesaved 3 2
set %min #StrRes
menu get maxhours
if #menures = #true
   set %menuhours 18 ; <-------------------   18 hrs
menu get everysixhours
if #menures = #true
   set %menuhours 6 ; < ----------------- 6 Hrs     
So its gona look like that ?

sub next_collect_time
set %timesaved #time
str left %timesaved 2
set %hr #StrRes
str mid %timesaved 3 2
set %min #StrRes
menu get maxhours
if #menures = #true
   set %menuhours 6 ;
menu get everyhours
if #menures = #true
   set %menuhours 1 ; 

Offline Temogim

  • Restricted
  • *
  • Posts: 1
  • Activity:
    0%
  • Reputation Power: 1
  • Temogim has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: C2's BOD Collector Script
« Reply #217 on: June 19, 2019, 07:59:22 AM »
0
Hi everyone, does anyone know how I can access the files below?

________________
There are 5 attachment(s) in this post. You must register and post an acceptable introduction to download
C2's IFarm 1.2d public.txt
C2's IFarm 1.4c public (EUO Version 267 or higher).txt
C2's_IFarm_1.2c_public typo fix.txt
ifarm.jpg
upstairs luna bods.jpg

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • 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: C2's BOD Collector Script
« Reply #218 on: June 19, 2019, 04:15:38 PM »
0
Hi everyone, does anyone know how I can access the files below?

________________
There are 5 attachment(s) in this post. You must register and post an acceptable introduction to download
C2's IFarm 1.2d public.txt
C2's IFarm 1.4c public (EUO Version 267 or higher).txt
C2's_IFarm_1.2c_public typo fix.txt
ifarm.jpg
upstairs luna bods.jpg

You answered your own question. Reread what you posted and enlightenment you shall find!  :angel:

Offline lamar

  • Jr. Member
  • **
  • Posts: 13
  • Activity:
    0%
  • Reputation Power: 1
  • lamar has no influence.
  • Respect: +4
  • Referrals: 0
    • View Profile
Re: C2's BOD Collector Script
« Reply #219 on: January 02, 2020, 09:51:25 AM »
0
decided to run this script again, as I was in need of some bods,  script still works, but i had to edit the X Y clicks for login, new ones is(atleast for me):

Code: [Select]
set %MainMenuNameX 409
set %MainMenuNameY 303
set %MainPassNameX 414
set %MainPassNameY 357
set %NextScreenArrowX 333
set %NextScreenArrowy 380


Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • 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: C2's BOD Collector Script
« Reply #220 on: July 09, 2020, 09:26:51 AM »
0
nicee

It will be even better after you go to the New Member Introduction section and make a good introduction so you can actually download the script!. 8)

Offline yuckfou

  • Newbie
  • *
  • Posts: 3
  • Activity:
    0%
  • Reputation Power: 1
  • yuckfou has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: C2's BOD Collector Script
« Reply #221 on: December 28, 2020, 12:03:06 AM »
0
Introduction, Hi I R YUCK FOU and i play UO

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • 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: C2's BOD Collector Script
« Reply #222 on: December 28, 2020, 08:07:34 AM »
0
WOW! That was an introduction!  :laugh:

Offline Murdok

  • Jr. Member
  • **
  • Posts: 11
  • Activity:
    0%
  • Reputation Power: 1
  • Murdok has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: C2's BOD Collector Script
« Reply #223 on: April 17, 2021, 10:25:12 AM »
0
Does anyone know if this script still works??

Offline Hitechs

  • Full Member
  • ***
  • Posts: 116
  • Activity:
    0%
  • Reputation Power: 2
  • Hitechs has no influence.
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: C2's BOD Collector Script
« Reply #224 on: July 02, 2021, 05:39:51 PM »
0
guess if i want scribe bods, i will need a collector too,

thanks for sharing an example of what's required .

Tags: