• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Action Get Bp Mana if use Switch

I am sorry, but i still dont get it to work :s
Ingame, ive putted a bp,a mana pot above it, and a rock "the rock u used"
And the action id of the rock "17620"
And in actions.xml
Code:
      <action actionid="17620" script="leverRunes.lua"/>  
      <action itemid="3622" script="leverRunes.lua"/>
But noting happends when i press the rock :D
 
I am sorry, but i still dont get it to work :s
Ingame, ive putted a bp,a mana pot above it, and a rock "the rock u used"
And the action id of the rock "17620"
And in actions.xml
Code:
      <action actionid="17620" script="leverRunes.lua"/>  
      <action itemid="3622" script="leverRunes.lua"/>
But noting happends when i press the rock :D

try to delete <action itemid="3622" script="leverRunes.lua"/> and see if working .
 
mm

For bp of sd, this is correct?

<action actionid="12268" script="leverRunes.lua"/>
<action itemid="3622" script="leverRunes.lua"/>
 
Back
Top Bottom