sader1992 Posted February 6, 2018 Posted February 6, 2018 View File Sader's MiniEndlessTower 25floor //===== rAthena Script ======================================= //= saders Mini Endless Tower 25 level //===== By: ================================================== //= Sader1992 //https://rathena.org/board/profile/30766-sader1992/ //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena Project //https://github.com/sader1992/sader_scripts //===== Description: ========================================= //==== cooldown is 1day can be changed via rathena/db/import/quest_db.txt (86400 == 1 day) //==== you can add rewards in the start of the script function named 'F_Mini_Endless_Tower_Rewards' //==== Support Gepard! (see line 185) or search for ( .gepard = false; ) set it to true to use it //============================================================ //==== please send me a message if you find error //============================================================ //============================================================ License : by downloading this file you are agree on the following: i will report any bugs or errors to sader1992 . i will not sell/exchange this file in anyway . i will never claim sader1992's work as mine . i will not remove the lines that say 'by sader1992' all the rights retain to sader1992 . Terms above may be changed or adjusted without prior notification . Submitter sader1992 Submitted 02/05/2018 Category Games, Events, Quests Video Content Author sader1992 2 1 Quote
Quesooo Posted February 6, 2018 Posted February 6, 2018 awesome can you please add the map also or i can just use the old map and rename it? Quote
sader1992 Posted February 6, 2018 Author Posted February 6, 2018 (edited) 5 minutes ago, Quesooo said: awesome can you please add the map also or i can just use the old map and rename it? make the map resnametable.txt file and import it to the client and the mapcache.dat and it will work without map files or you can just copy the 1@tower and name it 1@Mtower (you would need to copy it with browedit Edited February 6, 2018 by sader1992 1 Quote
behemothcze Posted June 7, 2018 Posted June 7, 2018 Sorry newbie regarding about this (DON'T FORGET TO BUILD THE mapcache.dat !) how to build mapcache.dat ? hi sir sader im using this script its working but after i open gepard OnInit: .gepard = false; // if you want to use gepaard and have gepard on your server set this to true if(.gepard){ query_sql("CREATE TABLE IF NOT EXISTS `MiniEtower` (`unique_id` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0',`char_id` INT NOT NULL,`time` INT NOT NULL) ENGINE=MyISAM"); } } its start to crash then i set it back to false but not working again Quote
PsyOps Posted October 15, 2020 Posted October 15, 2020 On 2/7/2018 at 12:44 AM, sader1992 said: make the map resnametable.txt file and import it to the client and the mapcache.dat and it will work without map files currently trying this, what my problem is that i have tried adding this to resnametable.txt [email protected]#[email protected]# [email protected]#[email protected]# [email protected]#[email protected]# 유저인터페이스\map\[email protected]#유저인터페이스\map\[email protected]# and then for mapcache i ran it with weemapcache but it still does not work. Any ideas where i missed the updates? Quote
ADMSarah Posted March 13, 2024 Posted March 13, 2024 I used this script again and something weird that I'm encountering right now, the map is not recognizing it when I try to warp it says that the map is not available. I followed and I'm sure that the map is already added on the client side and server side. I also copy the 1@tower map and rename it to 1@Mtower but still not working. Quote
ADMSarah Posted March 13, 2024 Posted March 13, 2024 32 minutes ago, Questune said: I used this script again and something weird that I'm encountering right now, the map is not recognizing it when I try to warp it says that the map is not available. I followed and I'm sure that the map is already added on the client side and server side. I also copied the 1@tower map and renamed it to 1@Mtower but still not working. Well anyway I managed to fix the issue, use 1@mtower instead of 1@Mtower then the map will be available The problem remaining is when I try to generate the instance the map server says that the instance "unknown instance Mini Endless Tower" Quote
Racaae Posted April 6 Posted April 6 16 hours ago, hmwater001 said: any update on "unknown instance Mini Endless Tower" Add this to \db\import\instance_db.yml - Id: 200 Name: Mini Endless Tower TimeLimit: 14400 Enter: Map: 1@Mtower X: 50 Y: 355 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.