• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Where i can find this?

Joined
Mar 14, 2020
Messages
139
Solutions
3
Reaction score
11
This part that is show in the datapack:
1609365066783.png

I want to put a vip time in this account status but i didint find even using deep search in the IDE :(
 
Wtf?

Why using VIP if Premium exists
thats like mostly the same? :eek:
Extra XP boost, Loot drop and new features.
And if the player enter in your server and he/she realize that has to pay premium account he log out, even if he need to pay VIP (i dont get it too, but is what happens)
And without premium (if premium=vip) they will not be able to do anything (if i not change that in a lot of places)
 
It takes maybe two minutes to change most stuff from VIP to Premium

I think your scripts are mostly made like

if player:getStorageValue(VIP Storage) == Number then
blablbla

to if player:getPremiumDays
 
Wouldn't be easier, to put your "VIP" features into Premium? Changing everything to Free Account (spells,weapons/runes/promo/boat), and you can also add alot more features.
Nope.

W/E.

Both @Evil Puncker and @Source already said where so, like i dont want to go in hex way i will just add a talkaction and a tile who say the time. ty all.
 
So your saying, that players won't join if it says Free Account? You can change everything to make everything Free Account. You can literally add anything you want to Premium, and it would be a lot easier seeing how I bet your VIP system is most likely based on Storage?

Anyways, I was looking at the client with HexEdit because I had some spare time but

 
I want to add a new info on account status, i need to hex this too?
will be like:
Account Status:
Premium Account (x days)
Vip Account (y days)

Or i can do it with the sourcers? Hex scares me :>
If you're using OtClient then it can be easily added but if you're using Cipsoft client then the only option is disassembler and writing new instructions that will display that new info(or make it even easier in dll injection).
In hex editor you can only change text that is displayed(assuming there aren't any encryption then you wouldn't be able to change it that easy) because analysing it by instructions opcodes will take you too much time.
 
Back
Top