• 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!

Summ's Project Showoff / Item Rarity System

Summ

(\/)(;,,;)(\/) Y not?
Staff member
Global Moderator
Joined
Oct 15, 2008
Messages
4,152
Solutions
12
Reaction score
1,107
Location
Germany :O
Summ's Project

Hello guys.
I decided to create a thread for my project, which I will work on whenever I have time :D
Don't expect it to make any huge progress as there basically is no project ^^

First showoff will be the rarity system of all items (shields, armors, weapons).
There are 3 types: broken/damaged, normal and flawless

Watch this video to see all items :p Turn HD on..
[video=youtube;RLzsylQkzcU]http://www.youtube.com/watch?v=RLzsylQkzcU[/video]



Broken items will be almost useless (shit values)
Normal items are as you all know them.
Flawless items will have increased armor, attack or defense and a chance to give like 10% attack speed or damage return.
 
Last edited:
It must have taken you forever to edit all those sprites O_O
It looks neat, though :D

Red
 
It must have taken you forever to edit all those sprites O_O
It looks neat, though :D

Red

I didn't even edit one sprite.
Let me quote this from my source xD
[cpp] if(rarity == RARITY_NORMAL)
return "777f7f7f";
else if(rarity == RARITY_BROKEN)
return "770000ff";[/cpp]
=> Colorcode depends on the rarity of the item although I can also set it in items.xml to adjust colors which do not fit :p
 
Didn't know you could do that. So you could literally sparkle any item in the game?
 
Didn't know you could do that. So you could literally sparkle any item in the game?
Thanks to otclient almost everything is possible :)

Currently working on a extension to the npc system, there are Buy and Sell, but I will add Exchange tab.
 
When Summ is in the world, everything is possible. Ive seen his creativity and skills, they are just amazing.
 
HxLD1.png


I have been working on an additional npc trade function "exchange".
However I will not develop it any further as it is much work :)
Currently you can exchange 1 Y_ITEM for x Z_ITEM(s).
 
Nice idea, and you use this idea to make for monsters too. o_O

Thanks for the idea.
I will be working on colored monsters.
I especially like blue fire elementals and colored sheep xD Will look awesome I guess.
 
I just found out about otclient and man it looks awesome! I'm still a begginer in programming but I can see great things using it
 
rZbkZ.png


Trying to improve the coloring.
 
Holy shit. Really jelly Summ. Didn't know OTclient could do that ;)!

Red
 
Back
Top