Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Rymdpotatis

41
Event Systems / Re: Event problem.
August 03, 2008, 01:13:55 pm
Alright, I'll take a look at the death script.
42
Event Systems / Re: Event problem.
August 03, 2008, 12:28:41 pm
That made it work, many thanks!^^



Humm, seems to be a problem with my custom death event aswell. Sometimes it works, and sometimes I get a gameover screen.
43
Event Systems / Re: Event problem.
August 03, 2008, 11:23:03 am
I think I'm to dumb to figure this out.
I removed the Conditional branch from page two of the "guy by bed" event. Inserted [0005:Defeated] = OFF" last and put it on auto-start. I went to test it and when the character woke up in bed still nothing happened. x_x
44
Event Systems / Event problem.
August 03, 2008, 10:27:39 am
I've made an even so that when the player dies he gets teleported to a bed at a guild, and loses one level. The problem is that when the player wakes up in the bed a person will stand next to him and say a small dialog, this does not happen.

This is my event for the custom death:
@>Conditional Branch[Player] is [Knockout] inflicted
@>Change state:Entire Party, -[Knockout]
@>Change screen tone: (-255,-255,-255, @1
@>Wait: 1 frame(s)
@>Change level:entire party -1
@>Recover all: Entire party
@>Transfer player[location]
@>Control switches: [0005:Defeated] = ON
@>
@> Branch End


And this is my event for the bed:
First page is blank with no graphics since I don't want the person to appear when I haven't died.

Second page.
Conditions: Switch 0005:Defeated is ON.

And the event commands:
@>Conditional branch:Switch [0005:Defeated] ==ON
Set Move Route:This event
:                   :$>Graphic: "025-Cleric01',0,6,0
@>Text: (yadayada)
@>Text: (yadayada)
@>Erase event.
Branch End.
45
Event System Requests / Re: Random jobs?
July 21, 2008, 02:06:40 pm
Neat, thanks ^^
46
RMXP Script Database / Re: [XP] Blizz-ABS
July 21, 2008, 09:46:08 am
Quote from: Blizzard on July 21, 2008, 09:30:31 am
After a long search... ;_;
http://www.rmxp.org/forums/index.php?topic=29789

@Cody: I already answered it in your thread.


Many thanks =D
47
RMXP Script Database / Re: [XP] Blizz-ABS
July 20, 2008, 01:23:24 pm
You wouldn't happen to know  the name of the script or where it's located?^^
48
Event System Requests / Re: Random jobs?
July 20, 2008, 12:19:42 pm
Quote from: mumerus on July 20, 2008, 12:12:16 pm
No, there isn't, you have to make an event, as well as random variables.
Maybe there might be a script for 'Get X of the same item and come back when your done'
Other then that, everything can be done with event.




Hm, alright.
49
Event System Requests / [RESOLVED] Random jobs?
July 20, 2008, 11:33:09 am
Is it possible to make a script, or a set of events that would allow random quests?
Like: There is an adventurers guild. When you enter the guildhall and talk to the person in there he presents you with a few random quests that you can undertake. Everytime you enter the guildhall there will be different quests.
Pretty much like in Children of Mana for NDS.
50
Tutorial Requests / Re: Change the game icon?
July 20, 2008, 10:31:49 am
Many thanks. =)
51
Tutorial Requests / Change the game icon?
July 20, 2008, 10:24:53 am
I remember seeing a topic somewhere a while ago that explained how one could change the icon of the game you've made and I can't remember where I saw it., anyone know how to do this?
52
Ah, many thanks for the tutorial, even I could understand it. ^_^
53
A million thanks! It works perfectly. And so easy to understand too! =D
54
Is it possible to make enemies drop moneybags that when you pick them up you get cash?
55
Hm, seems that gamebakers is dead or something. There are no resources there.
56
I don't know if I should laugh or cry, all that was wrong was that I had put it in the wrong order. And here I've been trying to figure out the errors for hours XD

Deer Lord, sorry for wasting so much time! >_<

Thank goodness you thought of that they might not be in the correct order. I was so sure they where. -_-'*Shame*
58
Quote from: Blizzard on July 19, 2008, 01:44:35 pm
Alright... Send me your Scripts.rxdata, I'll take a look at it.



Hm, you mean the script file in the Data folder? That's the only file I can see with the name scripts in it.
Apart from that the only rxdata files I have are a couple of temporary ones called Game.rxproj~(A bunch of numbers)
59
Quote from: Blizzard on July 19, 2008, 01:14:39 pm
Then I don't know what's wrong. If you have that line only twice, everything should be fine. Are you sure that you are getting a "Stack level too deep error"?



Yup, I checked 4 times to be sure. =/
60
Ah yes, it appears as if I have two lines with  Main_location_later.
Both in the first part of the Tons of add script.

On line number:1579
  alias main_location_later main


And on line number:1583

    main_location_later



What do I do now that I've located the code lines?^^