• 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!

Bomberman Request!!

Johannes10

New Member
Joined
Mar 10, 2010
Messages
181
Reaction score
1
I have a problem with Bomberman .... the problem is that so can not use the lever ... I press the lever but nothing happens and I have no error or something ... so I would be very happy if someone could help me ....

my version is: The Forgotten Server version 0.3.6 (Crying Damson)
Compiled with GNU C + + version 3.4.5
 
<!-- Quests -->
<action actionid="2000" event="script" value="quests/system.lua"/>
<action actionid="2001" event="script" value="quests/system.lua"/>
<action actionid="17000" event="script"value="bombQuest/bombQuest.lua"/>
<action uniqueid="1000" event="script" value="lever.lua"/>

Maybe its i wrong <--- quest--->`?
 
a button named "print schreen" not sure what they may have on others keyboard.
press that button, then go on the program "Paint" and press ctrl - v.
now the picture should be added there. fix it so we can only see what we need to xd.
Save the new picture file and upload that file into tinypic/imageshack/photobucket......
write (img]"Direct Url"[/img]
i believe its Direct Url you get at tiny pic.
not i used "(" instead of "[" in the start.

EDIT: i typed waaay too slow xd
 
idiot im not saying actions.xml, im saying ur actuall folder of ACTIONS like seriously where the file "lever.lua" exactly exists
 
Code:
<action actionid="17000" event="script"value="quests/bombQuest.lua"/>
try that.

if im not mistaken, the first thing says wich action id for like item or something that will trigger your script.
event="Script"<-- it kinda show that the script is in the "script" folder
Value=" <-- where it should go to get the script
"quests = the folder quests", "bombquest.lua" show wich lua file to open.
not 100% sure about that tho
 
yes in actions.xml
instead of
Code:
<action uniqueid="1000" event="script" value="lever.lua"/>
put
Code:
<action uniqueid="1000" event="script" value="quests/lever.lua"/>
 
tried with 2 characters, pulling the switch and came inside the room togheter? also you have to fix the talk action "z" for tha bombs tobe laid.

EDIT: im not sure why i wrote "laid".. i guess i been too much online.
 
Back
Top