Search found 7086 matches

by Bob the Hamster
Thu Jul 12, 2012 2:48 pm
Forum: Roleplaying
Topic: New Campaign: Athelos Darkening
Replies: 734
Views: 6520

Beardthar wrote:Wow! those were some scary looking claws on that glove! How strong are they? Try the desk or the wall and see what happens
by Bob the Hamster
Wed Jul 11, 2012 9:50 pm
Forum: General Discussion
Topic: Review copies of my book
Replies: 5
Views: 1325

I'll review swap ya, my kindle book review for your kindle book review? :P http://www.amazon.com/Paradise-Seekers-ebook/dp/B0052EXLWI/ref=sr_1_1?ie=UTF8&qid=1342041599&sr=8-1&keywords=paradise+seekers Sounds good to me! My kindle version is just a <s>kindle-optimized</s> PDF, so if you ...
by Bob the Hamster
Wed Jul 11, 2012 8:42 pm
Forum: Game Discussion
Topic: Emiki the Wanderer
Replies: 56
Views: 12051

So would I just need a lookup code for the first hero box? First you would want a separate lookup code for each hero's information box. Then you would have a single lookup code that gets re-used for each portrait, a single lookup code that gets re-used for each Level XX text, a single code that get...
by Bob the Hamster
Wed Jul 11, 2012 3:50 pm
Forum: Roleplaying
Topic: New Campaign: Athelos Darkening
Replies: 734
Views: 6520

Beardthar returns to where Spittle and Saint Akbar are standing, and tells what he saw (reveal spoiler) There is a balcony over there, and you can see down to the ground floor. There are a lot of corpses down there. I hope they are just corpses, and not sleeping zombines.... do zombies even sleep? B...
by Bob the Hamster
Wed Jul 11, 2012 2:26 pm
Forum: Roleplaying
Topic: New Campaign: Athelos Darkening
Replies: 734
Views: 6520

Beardthar goes left down the hallway (antizombiewards) and peers around the right-hand corner.
by Bob the Hamster
Wed Jul 11, 2012 2:23 pm
Forum: Game Discussion
Topic: Legacy roadmap
Replies: 261
Views: 45127

Now, the problem is, sometimes, when the player gets near them, they run away fast. Other times, when the player gets near them, they turn into the running away npc, but instead just run in place rather than running way, as if their speed had been set to 0. Any ideas? That sounds like what would ha...
by Bob the Hamster
Wed Jul 11, 2012 2:20 pm
Forum: Game Discussion
Topic: The One-Dungeon Contest
Replies: 44
Views: 11598

SwampTroll wrote:Does this mean we are getting a WH update for HOTOHR?
I would certainly like to do one-- but I haven't started working on it yet.
by Bob the Hamster
Wed Jul 11, 2012 3:54 am
Forum: Game Discussion
Topic: The One-Dungeon Contest
Replies: 44
Views: 11598

I do kinda like the idea of thinking of this as a bonus prize for HotOHR. It has me thinking about the Kelp Reef section of Wandering Hamster in dungoeney-terms, which is not a bad thing.
by Bob the Hamster
Wed Jul 11, 2012 3:50 am
Forum: Roleplaying
Topic: New Campaign: Athelos Darkening
Replies: 734
Views: 6520

Beardthar cautiously creeps up the hallway in the direction the zombies came from. He intends to see if there are any doorways or side passages he can peer down and get an idea of the layout of the place.

He takes care not to venture out of line-of-sight of Saint Akbar.
by Bob the Hamster
Tue Jul 10, 2012 8:19 pm
Forum: Game Discussion
Topic: The One-Dungeon Contest
Replies: 44
Views: 11598

I'd say that the only proviso needed for this to function in spirit is, "You have to use the OHR's default movement handling." Some perverse part of me reads this and wants to write a dungeon that uses all default OHRRPGCE features except for a script to remap movement to 45 degree angles...
by Bob the Hamster
Tue Jul 10, 2012 6:33 pm
Forum: General Discussion
Topic: Review copies of my book
Replies: 5
Views: 1325

Review copies of my book

So I was thinking today, that seven years after publishing a collection of my short stories, I still have zero reviews on Amazon. I will give a free paper copy of my book to anybody who is willing to read it and write a review on its amazon page http://www.amazon.com/Dubious-True-Death-Everything-Pr...
by Bob the Hamster
Tue Jul 10, 2012 5:50 pm
Forum: General Discussion
Topic: Minecraft Thread
Replies: 802
Views: 160178

If you want some soul sand, enter the Nether at the Spawn Portal. There is a cobblestone path that leads directly west. Follow it until you reach a place with a chest and a crafting table and a staircase that goes down to the north. Follow the staircase down and at the bottom you will see a cobblest...
by Bob the Hamster
Tue Jul 10, 2012 2:12 pm
Forum: Game Discussion
Topic: Emiki the Wanderer
Replies: 56
Views: 12051

This part looks wrong: for&#40;i, -1, 2&#41; do, begin if&#40;hero by slot&#40;i&#41; <> -1&#41; then, begin If you want to loop through each party slot, you should do: for&#40;i, 0, 3&#41; do, begin As for the rest of it, it is hard for me to know what is going on wi...
by Bob the Hamster
Mon Jul 09, 2012 9:08 pm
Forum: Game Discussion
Topic: Emiki the Wanderer
Replies: 56
Views: 12051

Ah! That looks nice.

Well, the short answer is there is no way to do it right now other than to hardcode a mapping of hero ID numbers to portrait id numbers in a script.

I will add a command in the future to get the portrait sprite for a hero.
by Bob the Hamster
Mon Jul 09, 2012 8:31 pm
Forum: Game Discussion
Topic: Emiki the Wanderer
Replies: 56
Views: 12051

You want to get the hero's portrait picture? I am afraid there isn't one right now.

Can you describe the script you are trying to write? Perhaps I can suggest another way to accomplish your goal.