RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[MISSING] Soul Rage System + Soul Limit System v4.4b

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 88
ok, so say my weapon is 033, the last one on the list, and i want it to use heal i put in that?

***
Rep:
Level 88
Menu & Battle System Guru
so your weapon id in the database is 33, and your skill id in the database is, say, 50...then it would be:

when 33
  skill_ids.push(50)

*
A man chooses,
Rep:
Level 92
a slave obeys
Project of the Month winner for April 2008
This is the Newest Thing I have ever Seen!!!  :tpg:



How do I fix t

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Go to line 1165. There might be something very similar to

Code: [Select]
for i in 0...$data_skills.size

If so, change it to

Code: [Select]
for i in 1...$data_skills.size

If not, then there should be something like

Code: [Select]
for SKILL in $data_skills

where SKILL could be skill or just i. If so, below it add

Code: [Select]
next if SKILL == nil

use skill or i instead of SKILL depending on which as in the one above.


Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

*******
Rep:
Level 90
Returned from the dead.
When my Soul Limit is available... There's no arrow next to the attack command... why not? ???
Sincerely,
Your conscience.

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Try checking if you have set it up correctly. And try to use the Soul Limit even if you don't have it available. It could be that it's a mistake I made when I was fixing it the last time...
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

*******
Rep:
Level 90
Returned from the dead.
I have set it up correctly... and the Soul Limit doesn't work when it's not available...
It still works when it's supposed to...
Sincerely,
Your conscience.

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
I'll check it out. Might be my mistake.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!