Jump to content

Quests, Games: Sader's MiniEndlessTower 25floor


Recommended Posts


  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

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 .
 


 

  • Upvote 2
  • MVP 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  234
  • Reputation:   113
  • Joined:  02/24/15
  • Last Seen:  

Great!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.08
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

awesome can you please add the map also ^_^ or i can just use the old map and rename it?

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

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 by sader1992
  • Upvote 1
Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  102
  • Reputation:   2
  • Joined:  02/24/17
  • Last Seen:  

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

Link to comment
Share on other sites

  • 2 years later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  148
  • Reputation:   10
  • Joined:  12/03/18
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 3 years later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.03
  • Content Count:  35
  • Reputation:   0
  • Joined:  08/19/23
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.03
  • Content Count:  35
  • Reputation:   0
  • Joined:  08/19/23
  • Last Seen:  

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"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...