• 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 RL Tibia Paradox Quest

Sync

Ø,ø
Joined
May 26, 2009
Messages
1,901
Reaction score
26
Location
Canada
I scripted RL Tibia Paradox awhile ago for my RL tibia server so i thought id release it for other people aswell.

If you dont know how paradox works look on tibiawiki.

Since there were alot of Lua files i just added them into a folder and uploaded it on speedyshare.

Add this to ur actions.xml

Code:
 <!-- Paradox Actions-->

<action actionid="130" script="paradox_actions/paradox_lvl5.lua"/>
<action actionid="129" script="paradox_actions/paradox_lvl4.lua"/>
<action actionid="127" script="paradox_actions/paradox_box.lua"/>
<action actionid="125" script="paradox_actions/paradox_lvl2.lua"/>
<action actionid="9901" script="paradox_actions/paradox_reward.lua"/>
<action actionid="9902" script="paradox_actions/paradox_reward.lua"/>
<action actionid="9903" script="paradox_actions/paradox_reward.lua"/>
<action actionid="9904" script="paradox_actions/paradox_reward.lua"/>
<action uniqueid="10004" script="paradox_actions/key.lua"/>

And this to your movements.xml

Code:
<!-- Paradox Movements-->
<movevent event="StepIn" actionid="131" script="paradox_movements/paradox_questroom.lua"/>
	<movevent event="StepIn" actionid="132" script="paradox_movements/paradox_questroom.lua"/>
	<movevent event="StepIn" actionid="133" script="paradox_movements/paradox_questroom.lua"/>
	<movevent event="StepIn" actionid="134" script="paradox_movements/paradox_questroom.lua"/>
<movevent event="AddItem" tileitem="1" actionid="126" script="paradox_movements/paradox_lvl3.lua"/>
	<movevent event="RemoveItem" tileitem="1" actionid="126" script="paradox_movements/paradox_lvl3.lua"/>
	<movevent event="StepIn" actionid="124" script="paradox_movements/paradox_lvl1.lua"/>
	<movevent event="StepIn" actionid="135" script="paradox_movements/paradox_entrance.lua"/>
<movevent event="StepIn" actionid="138" script="paradox_movements/paradox_exit.lua"/>

And heres the download.

Credits to Chojrak for tidying up the scripts!
Paradox Quest
 
Last edited:
Here's my fixed version of Chris' pack, what I've done? Variables changed to local variables, text indents in content (no more spaces! :D, now look's cleanly), script's headers changed to newest, removed unnecessary cases, fixed returns.

Chris! Do not be mad at me :p

Download links:
Paradox Quest.rar
RapidShare: 1-CLICK Web hosting - Easy Filehosting
 
eeh its fine, mine were sloppy and disorganized.

Edit: ima change my link to your download link and give you credits.
 
Back
Top