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.

Making new skills skills

Started by punishermark13, February 13, 2007, 08:19:37 PM

0 Members and 1 Guest are viewing this topic.

punishermark13

You know how in like other games there skills well duh but diffremt kind like wood cuting and like making vampire slayer a skill and that it would get new skills from being this or getting abilitys to do the killings faster i hope u understande but i think theres another script out there thats like this so can u people help me out.
mark

tSwitch

sorry, I don't get it...
do you mean job changing?


FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: Bandcamp | Twitter | Patreon

punishermark13

#2
heres a good example like runescape how they have like wood cutting and like archer things like that i want it so i can make those kind of skills.
mark

Wafflekid

I know what you mean. I was once looking for that kind of script too.
Hi...

italianstal1ion

Well, you could do it the easy way with events..just have each skill a variable.

Events could be set like;

Conditional Branch(CB): If 1 "Axe" is owned

>true
CB: if Variable[01] < 10
"Sorry, you cannot cut this tree yet (skill too low)"

if Variable[01] > 10
[Action of cutting tree, obtained Logs]

>false
"You need an AXE to cut this tree"

end

Something like that :D

Irock

Your D axe breaks and some noob picks up the head so you stop playing Runescape. -.-

I meen. Yeah, it can be done with conditional branches.

punishermark13

i understand what ur saying is just now i need to know how to make it show so the people can see there lvl in that certian skill i think thatl need a script i have no clue and im noobish on scripting
mark

:)

where do you want to be able to see the level for this? how about when the axe is equipped a number is shown on the top right?
Watch out for: HaloOfTheSun

italianstal1ion

well in some window or event you could have it display whatever variable you want to display.