Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Information (https://forums.graalonline.com/forums/forumdisplay.php?f=45)
-   -   Questions Thread (https://forums.graalonline.com/forums/showthread.php?t=34241)

AlexH 08-02-2002 05:59 AM

Quote:

Originally posted by _0AfTeRsHoCk0_
I have a question:

Is there any way to boost your charm, strength, constitution etc? by buying anything?

I think DragonX said something about having to buy scrolls to raise it or potions.
I don't think it goes up with levels unless it goes up one point per 5 or so levels.
I've only reached level 4.

Googi 08-02-2002 09:55 PM

What is the probability of getting a diamond from a mining rock.

adam 08-03-2002 12:55 AM

Quote:

Originally posted by Googi
What is the probability of getting a diamond from a mining rock.

DragonX2 08-03-2002 12:59 AM

Quote:

Originally posted by Googi
What is the probability of getting a diamond from a mining rock.
There is no probability I don't believe.
It's just random, if it happens, it happens.

Googi 08-03-2002 02:49 AM

Quote:

Originally posted by DragonX2


There is no probability I don't believe.
It's just random, if it happens, it happens.

Yes there is, because there is a 99% chance that the staff set i to random etc etc and designated diamond/gold/iron/coal to each one, like this.

NPC Code:

i = random(0,100);
if (i<1) "diamond laying script";
else if (i<33) "iron laying script";
else if (i<66) "gold laying script";
else if (i<100) "coal laying script";



In the above case (Which is probably not accurate), the chances of a diamond appearing after a rock breaks is 1 in 100 breaking of rocks.

adam 08-03-2002 03:04 AM

Quote:

Originally posted by Googi


Yes there is, because there is a 99% chance that the staff set i to random etc etc and designated diamond/gold/iron/coal to each one, like this.

NPC Code:

i = random(0,100);
if (i<1) "diamond laying script";
else if (i<33) "iron laying script";
else if (i<66) "gold laying script";
else if (i<100) "coal laying script";



In the above case (Which is probably not accurate), the chances of a diamond appearing after a rock breaks is 1 in 100 breaking of rocks.

Haha I bet that is the script. Darn I have 20 more rocks to go before I hit 100.

Hiker 08-03-2002 03:35 AM

Quote:

Originally posted by adam


Haha I bet that is the script. Darn I have 20 more rocks to go before I hit 100.

Just because you smash 100 rocks doesn't mean you'll get it within the 100 rocks you smash. It could take 1000 rocks before you even get a diamond.

btw, when is the cloth table going to be fixed? Aren't the boots supposed to be working already?

Er1c 08-03-2002 03:58 AM

Quote:

Originally posted by Googi


Yes there is, because there is a 99% chance that the staff set i to random etc etc and designated diamond/gold/iron/coal to each one, like this.

NPC Code:

i = random(0,100);
if (i<1) "diamond laying script";
else if (i<33) "iron laying script";
else if (i<66) "gold laying script";
else if (i<100) "coal laying script";



In the above case (Which is probably not accurate), the chances of a diamond appearing after a rock breaks is 1 in 100 breaking of rocks.

The chance of a diamond coming is built into the mudlib.

Googi 08-03-2002 04:00 AM

Quote:

Originally posted by Er1c
The chance of a diamond coming is built into the mudlib.
Then you'd be able to tell us the odds?

ChocoboGrn 08-03-2002 04:26 AM

If you're REALLY lucky, you might find that a store on the main island has a diamond in stock, they only cost like 4-6 platinum to buy also.

But, since the bug where you just burn up all the items repeatedly got fixed, its quite hard to be so lucky. Though earlier i walked into a store and saw it...But I've been reset since then so I no longer have it.

Er1c 08-03-2002 04:46 AM

Quote:

Originally posted by Googi


Then you'd be able to tell us the odds?

No... it's built in, so I can't get the odds... but I think that the odds change depending on how many diamonds were givin out and such -- that's the only reason I can think of to make that built in.

ChocoboGrn 08-03-2002 08:29 AM

Quote:

Originally posted by Er1c
No... it's built in, so I can't get the odds... but I think that the odds change depending on how many diamonds were givin out and such -- that's the only reason I can think of to make that built in.
Actually, I've noticed this with monsters as well. Monsters that are killed unoften (i.e. monsters really far from the entrance to the main island) seem to have a better chance of dropping loot. It'd make sense that rocks have similar scripts except it just adjusts what type of item is dropped...

Googi 08-03-2002 08:37 PM

1 Attachment(s)
Yeah, I have a question, what's going on here?

BeZeRkEr 08-03-2002 08:42 PM

rabit-things that multiply like rabits?

Hiker 08-03-2002 09:30 PM

Quote:

Originally posted by Googi
Yeah, I have a question, what's going on here?
My lord! Attack of the rabbits!

ChocoboGrn 08-03-2002 10:27 PM

Too bad rabites are the only monster that don't drop any loot.

user13-xo 08-04-2002 12:12 PM

Where is the helm shop?

DragonX2 08-04-2002 12:15 PM

Quote:

Originally posted by user13-xo
Where is the helm shop?
Tinarthia (or Tiranthia, however you spell it).
It's on main island, just go left following the paths and you should find it on the tip of the western island.

DeathChill 08-04-2002 12:38 PM

Quote:

Originally posted by DragonX2


Tinarthia (or Tiranthia, however you spell it).
It's on main island, just go left following the paths and you should find it on the tip of the western island.

Uh I *THINK* it's Tarnarthia :S I don't remember I just made that town a long while ago haha. They musta updated/changed things ;D

Dark-Dragoon 08-05-2002 09:27 AM

Ok, i spent like 40 boards on making it, HOW DO WE BOARD OUR SHIPS? you can build them on the main island, I WANT TO GET ON IT! TELL ME NOWWWW!

DragonX2 08-05-2002 10:38 AM

Quote:

Originally posted by Dark-Dragoon
Ok, i spent like 40 boards on making it, HOW DO WE BOARD OUR SHIPS? you can build them on the main island, I WANT TO GET ON IT! TELL ME NOWWWW!
Only people who have a (Staff) tag can allow people on the ships.

user13-xo 08-05-2002 12:23 PM

I found the helm crafting place, before i got bugged >_<.
I lost all my weapons and everything so I restarted.
Can someone tell me where the shield crafting place is :)

ChocoboGrn 08-05-2002 06:40 PM

Quote:

Originally posted by user13-xo
I found the helm crafting place, before i got bugged >_<.
I lost all my weapons and everything so I restarted.
Can someone tell me where the shield crafting place is :)

The shield crafting place is in a town northeast of the place where you craft helmets.
It's in the second floor of the building with a sign that has what looks like clothing on it.

ghostsamurai 08-05-2002 09:45 PM

Holy:
what does the scroll of legerdemain do? I got it when I restarted today, and Im afraid if I use it I will fail... it may be something good.

DragonX2 08-06-2002 12:09 AM

Quote:

Originally posted by ghostsamurai
Holy:
what does the scroll of legerdemain do? I got it when I restarted today, and Im afraid if I use it I will fail... it may be something good.

It gives you wizardry skill so you can use spells but you would have to buy the spell books/scroll/grimoire/tomb of a spell to cast it.

magicbud3344 08-06-2002 01:17 AM

the scroll of leadership teaches oratory, what does that do, it is under personality

ldhfd 08-07-2002 05:52 AM

Quote:

Originally posted by DragonX2


Only people who have a (Staff) tag can allow people on the ships.

uhh when you built your ship does it have your name on it so people can't lie and say it's theres?

Quote:

Originally posted by magicbud3344
the scroll of leadership teaches oratory, what does that do, it is under personality
the more you talk in front of a group of people your personilty exp will rise or soemting

DragonX2 08-07-2002 10:36 AM

Quote:

Originally posted by ldhfd

uhh when you built your ship does it have your name on it so people can't lie and say it's theres?

Nope.

magicbud3344 08-15-2002 06:47 PM

i just want to know, is it possabel to steal from baddies/NPCs/Monsters, i have tried many a time with no prevail, have any of you ever stolen from a monster?

Judge_Spunky 08-17-2002 03:08 AM

I've read the whole thread, and only a few comments related to this.

I've tried using /cast alchemy and /invoke alchemy and both don't seem to work. The same thing goes for my magic missle and small fireball.
I read somewhere (with something to the effect) that if you kill something, and use alchemy over the item(s) it drops, then you can use them in an alchemy recipe.
I probably got some of that wrong, but I don't remember where the information lies.

So, how can I use the alchemy, magic missle, and small fireball skills? I've tried all three of them using /cast and /invoke and nothing seems to work. (It doesn't even pick up alchemy as a skill for me)

CheeToS2 08-17-2002 05:36 AM

Quote:

Originally posted by Judge_Spunky
I've read the whole thread, and only a few comments related to this.

I've tried using /cast alchemy and /invoke alchemy and both don't seem to work. The same thing goes for my magic missle and small fireball.
I read somewhere (with something to the effect) that if you kill something, and use alchemy over the item(s) it drops, then you can use them in an alchemy recipe.
I probably got some of that wrong, but I don't remember where the information lies.

So, how can I use the alchemy, magic missle, and small fireball skills? I've tried all three of them using /cast and /invoke and nothing seems to work. (It doesn't even pick up alchemy as a skill for me)

*skims over post*

put ingredients into your cauldron & type /use_skill alchemy

Judge_Spunky 08-17-2002 07:54 AM

Quote:

Originally posted by CheeToS2


*skims over post*

put ingredients into your cauldron & type /use_skill alchemy


Okay, but what about the Small Fireball spell, and Magic Missle? I can't seem to get those to work when I try the /cast command, or the /invoke command.

game_king 08-17-2002 12:02 PM

what does thaumaturgy do?

DragonX2 08-17-2002 12:29 PM

Quote:

Originally posted by game_king
what does thaumaturgy do?
Identifies wands but now everything is already identified so there is no use for it anymore.

magicbud3344 08-17-2002 12:45 PM

Quote:

Originally posted by magicbud3344
i just want to know, is it possabel to steal from baddies/NPCs/Monsters, i have tried many a time with no prevail, have any of you ever stolen from a monster?

Judge_Spunky 08-18-2002 10:05 AM

Is there a shop that specializes in books and scrolls? If so, where? If not, do you buy scrolls etc, from the same shop that sells potions/roses/alchemy ingredients, etc?

Locke_boy 08-24-2002 11:54 PM

Quote:

Originally posted by Judge_Spunky
I've read the whole thread, and only a few comments related to this.

I've tried using /cast alchemy and /invoke alchemy and both don't seem to work. The same thing goes for my magic missle and small fireball.
I read somewhere (with something to the effect) that if you kill something, and use alchemy over the item(s) it drops, then you can use them in an alchemy recipe.
I probably got some of that wrong, but I don't remember where the information lies.

So, how can I use the alchemy, magic missle, and small fireball skills? I've tried all three of them using /cast and /invoke and nothing seems to work. (It doesn't even pick up alchemy as a skill for me)

Do you have a wand?

Flameuss 08-26-2002 10:11 PM

What is being worked on at the moment?

Gangster88 08-27-2002 12:07 AM

Can we only gain exp by killing monster?

MasterNuke 08-27-2002 02:48 AM

Quote:

Originally posted by Gangster88
Can we only gain exp by killing monster?
no. Using skills with their purposes may also give exp gain.


All times are GMT +2. The time now is 04:06 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.