From 4634b1126835866c149bd959bfa2f28ae266c9a4 Mon Sep 17 00:00:00 2001 From: Lupus Date: Mon, 20 Dec 2004 08:03:28 +0000 Subject: [PATCH] added suggestion git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@652 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Dev/Ideas_Suggestions.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Dev/Ideas_Suggestions.txt b/Dev/Ideas_Suggestions.txt index 4ac93974c7..3522e76db3 100644 --- a/Dev/Ideas_Suggestions.txt +++ b/Dev/Ideas_Suggestions.txt @@ -51,3 +51,18 @@ I (Ajarn) have loads of ideas. I might as well put them here. If no one does the hear: ....." and "ajarn says: ..." This way you can do #4 to a person, and then this, without following them, and get the same effect. + +6) We need another file for item_db.txt to keep there your custom items + We already have the same thing is for mobs (mob_db2.txt) + Why don't we use it? + + + +How to implement those ideas: + +[Lupus] +1) You can make a script. Put OnTouch Area in the jail... when a banned person gets into jails, you set a global VAR. + Then use PCLoginEvent.txt to check TIME/DATE and free that poor person when it's OK. + So it's pretty easy to make with scripting. And even more... some private servers already have such scripts + and even make the prisoners gather some mushrums and stuff, to get them off the jail faster + PLUS: you should count time only when the player is in PRISON. Don't count when he's off-line 8)