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

Programmer Reborn System Old Tibia

endziu2222

Well-Known Member
Joined
Nov 2, 2010
Messages
234
Solutions
1
Reaction score
63
I'd like someone did for me is that the code be:
Reborn System Tibia 7.6 it is possible? YurOts F C++ i think.
I can pay for that paypal? U can do that? like so send me a message.
sorry for my english but I'm still learning; d and I hope that is a good place for this topic
 
Last edited:
I think it's impossible, 7.6 is too old.

This thread shud have been into the requests section
 
REFRESH

I can not reset the experience
Code:
bool Commands::resetplayer(Creature* c, const std::string &cmd, const std::string &param){
Player* player = game->getPlayerByName(param.c_str());

if (player){
              player->level = 1;
              player->level = 1;
              player->reborn += 1;
              player->sendTextMessage(MSG_INFO,"Please reload your character.");
}
     else {
return false;
}
        }
player->expierience = 0;
or
player->exp = 0;

I tested many options, you will help?
 
you dont get it yet?
wrong section -.-

Instead of peaking with your attitude and telling him that this is the wrong section, reffer him to the right one!

I'd like someone did for me is that the code be:
Reborn System Tibia 7.6 it is possible? YurOts F C++ i think.
I can pay for that paypal? U can do that? like so send me a message.
sorry for my english but I'm still learning; d and I hope that is a good place for this topic

Please, as the others told you. Create a similar thread in the request section, here: Requests
 
Back
Top