Register to post in forums, or Log in to your existing account
 
:
Search found 22 matches for:
Page 1 of 1
Author Message
  Topic: Coding Question
Sylvanoes

Replies: 2
Views: 4651

PostForum: zMUD General Discussion   Posted: Fri Nov 21, 2003 2:06 pm   Subject: Coding Question
I am definately not a decent enough coder to be able to solve this problem, but I know what it is. Hopefully someone can help with this.

void do_showstatistic( CHAR_DATA *ch, char *argument )
{ ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Fri Feb 07, 2003 10:46 am   Subject: Capturing Data
PERFETCION!! NO COMPLAINTS!! WORKS LIKE A CHARM!!

I did make it shorter, but not the way that you were thinking I was going to. I made 3 macros, F2, F3, F4. Gee, I wonder what I tied those keys to? ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Fri Feb 07, 2003 1:45 am   Subject: Capturing Data
Of all the attempts to nail this down, I like this one the best. But again, it broke. But this time it broke so horrendously, I had to close down zMUD by using CTRL ALT DEL, and ending zMUD. I was stu ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Fri Feb 07, 2003 1:22 am   Subject: Capturing Data
I am assuming that I should delete the previous information? Meaning all the previously used code.
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Thu Feb 06, 2003 4:12 pm   Subject: Capturing Data
I know I botched the second part of that revision, I fixed it with the help of zMUD, I needed to remove a = and add a )

but it still doesn't explain what happend when I ran it, is it possible that ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Thu Feb 06, 2003 4:06 pm   Subject: Capturing Data
So, if I am not mistake, this would be the flipside of the new code?

just the changes made...

#MATH temp = ((%2 * 100) + %3
#IF (%ismember( %1, @profitlist)) {#IF (@temp > %db( @%1, price)) ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Thu Feb 06, 2003 3:45 pm   Subject: Capturing Data
Thanks, I have writen my own scripts, just never anything this complicated before. I'd be willing to share what I have created over the past couple of years, but I am not sure if your into Star Wars R ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Thu Feb 06, 2003 7:49 am   Subject: Capturing Data
So I also just noticed something, even with the extra coding put into the SALES alias...

I don't think that it is working...Look at this information and you'll see why.

You use the datapad to lo ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Thu Feb 06, 2003 7:38 am   Subject: Capturing Data
So I did as you said I should...

and this is the result...

lowest price for Common: @%ilow
lowest price for Construction: @%ilow
lowest price for Durelium: @%ilow
lowest price for Electronics ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Wed Feb 05, 2003 11:35 pm   Subject: Capturing Data
Sorry, I must not have understood it. Thanks again!!
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Wed Feb 05, 2003 7:03 pm   Subject: Capturing Data
Works now, thanks guys!!

How would I make an alias using the same information, to give me the lowest prices?

Being capitalist, we all know, you want to buy low, sell high!
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Wed Feb 05, 2003 5:30 pm   Subject: Capturing Data
So, I found another spot where it broke, it doesn't update. It's been reporting the same information EVERY time.
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Wed Feb 05, 2003 6:49 am   Subject: Capturing Data
Best price for Common: price: 7.6399998664856 on the planet: Corellia
Best price for Construction: price: 7.86999988555908 on the planet: Nal Hutta
Best price for Durelium: price: 8.10000038146973 o ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Tue Feb 04, 2003 6:07 pm   Subject: Capturing Data
another interesting thing, it only comes up with Nal Hutta, never anywhere else.
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Tue Feb 04, 2003 6:00 pm   Subject: Capturing Data
highest price for price5.15999984741211planetNal Hutta: @Nal Hutta @5.15999984741211
highest price for Goods: @ @
highest price for Spice: @ @
highest price for Weapons: @ @

was the reply I g ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Tue Feb 04, 2003 12:51 pm   Subject: Capturing Data
Basically this is what I Have been doing in my head every couple of minutes, I remember what planet I am on. I run my sales alias. Read the information. Stop at the planet I am on, look for the goods ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Tue Feb 04, 2003 3:17 am   Subject: Capturing Data
As I was stating in the first post...
How would I go about capturing the information, and then give me statistical information in return, like best profit return, worst profit return on which planet, ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Mon Feb 03, 2003 4:37 am   Subject: Capturing Data
so, I have an alias that looks like this

Alias: sales
Showplanet Byss resources
Showplanet Coruscant resources
Showplanet Yavin resources
Showplanet Corellia resources
Showplane ...
  Topic: Capturing Data
Sylvanoes

Replies: 30
Views: 22942

PostForum: zMUD General Discussion   Posted: Sun Feb 02, 2003 6:43 pm   Subject: Capturing Data
I have an idea for a script but I don't know how I would go about it, maybe someone out there can take a look at my idea and make a script.

I was wanting a script that would capture information fro ...
  Topic: DataBase question
Sylvanoes

Replies: 3
Views: 3801

PostForum: zMUD General Discussion   Posted: Sun Feb 02, 2003 11:43 am   Subject: DataBase question
I have an idea for a script but I don't know how I would go about it, maybe someone out there can take a look at my idea and make a script.

I was wanting a script that would capture information fro ...
  Topic: Script Help
Sylvanoes

Replies: 2
Views: 3242

PostForum: zMUD General Discussion   Posted: Thu Jan 30, 2003 7:11 am   Subject: Script Help
It works!! IT WORKS!!!

so this is basically what it looks like..
#var number %1
hack '@number'
#MATH number {@number+1}

but I have it set up to an infinate loop so that if I am interupted by ...
  Topic: Script Help
Sylvanoes

Replies: 2
Views: 3242

PostForum: zMUD General Discussion   Posted: Thu Jan 30, 2003 6:20 am   Subject: Script Help
I don't know a lot about scripting and I was wondering if someone could give me a hand with a script that I have in mind.

Basically what I am thinking is that the script would accept a number and t ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net