CS2DTibia - RPG 
607 comments Minor fix, only npcs.lua is modified from previous version.
No need to update if you do not need these additions, as you may have to modify your additions to fit this version.
Also, I'm sincerely sorry to DC as people have been creating threads in the forum in the wrong section etc.
Forum post:
http://www.unrealsoftware.de/forum_posts.php?post=176932
You MUST run this script on a dedicated server. "join" hook does not work on listen servers. (ignore this, fixed in CS2D 0.1.1.8.)
***
For those who are complaining that this is not Tibia,
If I do not call it Tibia, people will start to complain that many elements of the game were stolen from Tibia.
***
Incomplete RPG script I made.
Still usable, though.
No need to update if you do not need these additions, as you may have to modify your additions to fit this version.
Also, I'm sincerely sorry to DC as people have been creating threads in the forum in the wrong section etc.
Forum post:
http://www.unrealsoftware.de/forum_posts.php?post=176932
Quote:
It's just a simple RPG-like game. Too many features, so I'll just name the few ones that make the script unique.
NPC system, very similar to the one in Tibia. It allows buying and selling of items, quests and stuff.
Monster system, featuring Pokemon. (I can't find pictures, so my friend recommended me a Pikachu, and I ended up with all my monsters being pokemons.) The attacking of monsters is very hacky, as I couldn't find a way to see if the player is attacking monsters. I ended up looping through all the monsters and using a bit of trigo to calculate if they are hitting them.
Leveling & money system. Players can gain experience and money. The amout of money & experience you have is shown in the lower right hand corner of your screen.
Items system. You can drop & collect items, drop & collect money. Trading was implemented, but removed. I might re-add it if I find the need to.
Inventory & Equipment system. The system is simple, F2 to access your inventory and F3 to access equipment. Simple items like runes & food.
Simple weather & time system. Just 24 hours a day, with the radar showing the clock & an item used to check time. (the clock can be seen in screenshots)
House system. Based on Tibia's housing system, you can rent a house for some money, and the house will expire after 24 hours. You can also extend the duration of rent by paying extra.
Saving system, based on U.S.G.N. id. Saves characters, map items, house information, current weather & time, etc.
NPC system, very similar to the one in Tibia. It allows buying and selling of items, quests and stuff.
Monster system, featuring Pokemon. (I can't find pictures, so my friend recommended me a Pikachu, and I ended up with all my monsters being pokemons.) The attacking of monsters is very hacky, as I couldn't find a way to see if the player is attacking monsters. I ended up looping through all the monsters and using a bit of trigo to calculate if they are hitting them.
Leveling & money system. Players can gain experience and money. The amout of money & experience you have is shown in the lower right hand corner of your screen.
Items system. You can drop & collect items, drop & collect money. Trading was implemented, but removed. I might re-add it if I find the need to.
Inventory & Equipment system. The system is simple, F2 to access your inventory and F3 to access equipment. Simple items like runes & food.
Simple weather & time system. Just 24 hours a day, with the radar showing the clock & an item used to check time. (the clock can be seen in screenshots)
House system. Based on Tibia's housing system, you can rent a house for some money, and the house will expire after 24 hours. You can also extend the duration of rent by paying extra.
Saving system, based on U.S.G.N. id. Saves characters, map items, house information, current weather & time, etc.You MUST run this script on a dedicated server. "join" hook does not work on listen servers. (ignore this, fixed in CS2D 0.1.1.8.)
***
For those who are complaining that this is not Tibia,
Quote:
It's called CS2DTibia because it is a base script for making Tibia-like RPGs. The Pokemon version is just an example of what it can look like if made properly.
If I do not call it Tibia, people will start to complain that many elements of the game were stolen from Tibia.
***
Incomplete RPG script I made.
Still usable, though.
edited 8×, last 09.08.11 11:16:44 am
Comments
607 commentsLog in!
You need to log in to be able to write comments!Log in
@
agustinus_dimas: Go to sys/lua/cs2dtibia/admin.lua, open it and you will see the following line:
adminList = {USGN}, usgn means your unreal software gaming network id, you're id is 107346 write this instead of {USGN} it should look like this: adminList = {107346}. Hope you got it.
agustinus_dimas: Go to sys/lua/cs2dtibia/admin.lua, open it and you will see the following line:adminList = {USGN}, usgn means your unreal software gaming network id, you're id is 107346 write this instead of {USGN} it should look like this: adminList = {107346}. Hope you got it.
I like it! agustinus,
Go to 'sys/lua/cs2dtibia/admin.lua/
and in second line change USGN
(soory for my English :o) )
Go to 'sys/lua/cs2dtibia/admin.lua/
and in second line change USGN
(soory for my English :o) )
@
thepot: First of all make sure that you have extracted all the script archive in your cs2d folder. Like I said go in front of a npc open your in game chat pressing "z" on your keyboard and say "hi", the npc should respond to you. Regards
thepot: First of all make sure that you have extracted all the script archive in your cs2d folder. Like I said go in front of a npc open your in game chat pressing "z" on your keyboard and say "hi", the npc should respond to you. Regards @
thepot: He was helping you, you little ignorant bitch. and you need the Tibia RPG mod to play this mod, duh.
thepot: He was helping you, you little ignorant bitch. and you need the Tibia RPG mod to play this mod, duh. Well sorry, but that really sounds like he's mocking me,I have the mod, and what you said is just not working
edited 1×, last 04.05.13 10:31:54 pm
@
thepot: To speak with a npc you have to be in front of him and obviously say "hi" to him.
thepot: To speak with a npc you have to be in front of him and obviously say "hi" to him. 






CS2DTibia - RPG






1 

10/5