RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Event subject

Started by Virus_Buster, March 19, 2006, 02:39:46 PM

0 Members and 1 Guest are viewing this topic.

Virus_Buster

hey I am trying to figure out if this can be done with variables or can only be done with a script but i cant figure it out either way.
I am trying to make it so when a character joins my party i can make it so that its level is always 2 levels bellow the main character whatever the main characters level is. would anyone be able to help.

Nightwolf

I dunno this but:-

1. If hero lvl 1 then new char level =-1?
2.And which maker?
Arlen is hot.

Virus_Buster


Seoxultima

variable operation-[001]main char lv.store[hero lv]
variable operation-[001]Subtract 2
level up 2nd char-use variable 001


that should work....
Current project: Phoenix - The Eternal Legacy
A Clan Shadow Phoenix and Unholy Alliances Production
THE TEAM:
Seoxultima -uhhh....POO!
loonygamer-title screen,gameover,etc.
formina sage -lots of stuff,mainly skill systems
blizzard-credit system,tools,and other stuffs
DeathTrooper-battle graphics
Jesse 015-quests
pkmemanyp-quests
Slayer-dialogue production

Rack

or you could just choose event change party on the one who should join :)
Hello everybody! xD

Virus_Buster

No I couldn't because im trying to edit the levels so they will be fixed to whatever i want, above of or below the heroes level. That would just be adding the character to my party.

Seoxultima

Quote from: Seoxultimavariable operation-[001]main char lv.store[hero lv]
variable operation-[001]Subtract 2
level up 2nd char-use variable 001


that should work....

ahem...
Current project: Phoenix - The Eternal Legacy
A Clan Shadow Phoenix and Unholy Alliances Production
THE TEAM:
Seoxultima -uhhh....POO!
loonygamer-title screen,gameover,etc.
formina sage -lots of stuff,mainly skill systems
blizzard-credit system,tools,and other stuffs
DeathTrooper-battle graphics
Jesse 015-quests
pkmemanyp-quests
Slayer-dialogue production

Zeriab

Level down 2nd character to level 1.

Now you can easily level up 2nd character to wanted level.

Virus_Buster

thanks very much for the help