Register for your free account! | Forgot your password?

You last visited: Today at 22:45

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Help packt str int stat

Discussion on Help packt str int stat within the SRO Coding Corner forum part of the Silkroad Online category.

Reply
 
Old   #1
 
thetamebewolf's Avatar
 
elite*gold: 50
Join Date: Aug 2019
Posts: 113
Received Thanks: 26
Help packt str int stat

Need to know auto up stat packt str int
thetamebewolf is offline  
Old 12/14/2025, 00:04   #2
 
ahmed4ever2u's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,515
Received Thanks: 891
check zbot
xbot
rsbot
they have all the logic you might need
ahmed4ever2u is offline  
Old 12/15/2025, 00:44   #3
 
thetamebewolf's Avatar
 
elite*gold: 50
Join Date: Aug 2019
Posts: 113
Received Thanks: 26
where in rsbot my bro

Quote:
Originally Posted by ahmed4ever2u View Post
check zbot
xbot
rsbot
they have all the logic you might need
where in rsbot my bro
thetamebewolf is offline  
Old 12/19/2025, 04:02   #4
 
theminkman's Avatar
 
elite*gold: 0
Join Date: Feb 2019
Posts: 285
Received Thanks: 107
Quote:
Originally Posted by thetamebewolf View Post
Need to know auto up stat packt str int
CLIENT_CHARACTER_ADD_STR_REQUEST = 0x7050,
CLIENT_CHARACTER_ADD_INT_REQUEST = 0x7051,

public static void AddStatPointINT()
{
Packet p = new Packet(Agent.Opcode.CLIENT_CHARACTER_ADD_INT_REQUE ST);
Bot.Get.Proxy.Agent.InjectToServer(p);
}
public static void AddStatPointSTR()
{
Packet p = new Packet(Agent.Opcode.CLIENT_CHARACTER_ADD_STR_REQUE ST);
Bot.Get.Proxy.Agent.InjectToServer(p);
}

from:
theminkman is offline  
Old 12/24/2025, 21:11   #5
 
Trapezun's Avatar
 
elite*gold: 29
Join Date: Apr 2011
Posts: 91
Received Thanks: 22
#include "StatUpManager.h"
#include "Globals.h"
#include "PManager.h"
#include "Packet.h"

void StatUpManager::Tick()
{
try
{
if (Globals::OyuncuDat.StatPts <= 0)
return;

if (Globals::CBot.StrOtoCheck)
{
SendStr();
}
else if (Globals::CBot.IntOtoCheck)
{
SendInt();
}
}
catch (...)
{
Globals::Notice("StatUpManager Tick Error", Color::Red);
}
}

void StatUpManager::SendStr()
{
PManager::SendPacket(new Packet(0x7050), PacketSend::Server);

DecreaseStat("msg_auto_str_stopped");
}

void StatUpManager::SendInt()
{
PManager::SendPacket(new Packet(0x7051), PacketSend::Server);

DecreaseStat("msg_auto_int_stopped");
}

void StatUpManager:ecreaseStat(const char* stopMsgKey)
{
Globals::OyuncuDat.StatPts--;

Globals::CBot.SetGelişimPuaniText(Globals::Oyuncu Dat.StatPts);

if (Globals::OyuncuDat.StatPts <= 0)
{
const char* langText =
Globals::Language.GetText(stopMsgKey);

std::string msg = langText ? langText : "Oto stat up durduruldu, karakterin gelişim puanı {stat}";

size_t pos = msg.find("{stat}");

if (pos != std::string::npos)
msg.replace(pos, 6, std::to_string(Globals::OyuncuDat.StatPts));

Globals::Notice(msg.c_str());
}
}


#pragma once

class StatUpManager
{
public:
static void Tick();

private:
static void SendStr();
static void SendInt();
static void DecreaseStat(const char* stopMsgKey);
};
Trapezun is offline  
Reply


Similar Threads Similar Threads
[Buying] [H] Paypal [S] AK-47 Fire Serpent Stat, AWP Asiimov Stat, AWP Man-O-War Stat
03/09/2015 - Counter-Strike Trading - 3 Replies
Paypal AK-47 Fire Serpent Stat, AWP Asiimov Stat, AWP Man-O-War Stat offer me here or in skype
[Selling] [Store] Stat AWP ASI, STAT M4 ASI, STAT FN Orion and Serpent FT
01/10/2015 - Counter-Strike Trading - 2 Replies
StatTrak™ AWP Asiimov FT StatTrak™ M4A4 Asiimov FT StatTrak™ USP-S Orion FN StatTrak™ USP-S Orion FN Sticker: Headhunter (Foil) AK-47 Fire Serpent FT AK-47 Fire Serpent FT Everything being sold for 80% of steam market price. I am only willing to sell to reputable people so if you barely have any rep I'm not trading with you even if you're going first. Payment option: PayPal
[Release] System Icon Stat Str/Sta/Int/Dex
06/06/2012 - Flyff PServer Guides & Releases - 9 Replies
Hi! I propose to you tonight is a small system quite friendly, icon by stats: 1250 example you have strength you have an icon before your nickname. Warning I do not provide the icon (I'm not designer: p) Open file : _Common\MoverRender.cpp Open file : Neuz\VersionCommon.h
How to get additional INT/STR stat points
05/06/2010 - SRO PServer Guides & Releases - 8 Replies
Hello everyone , i would like to tell you how to make additional STR/INT points at hight rate server (i used 30x server) The first thing you should know is that , you must have 1 lvl char or it wouldn`t work . Your target is to get the biggest exp at 1 lvl as you can , so you can appropriate 2 standart point to your desire ^^ For example i killed 3 lvl champ and got 5 lvl pnly 2 additional points incresed to my stats so i have 18 additional points instead of 12 ...
Wie Packt Man die Item.epk das er Die DDS datein richtig mit packt
04/18/2010 - Metin2 Private Server - 6 Replies
Wie Packt Man die Item.epk das er Die DDS datein richtig mit packt und nicht ein paar waffen weiß sind LG Casi



All times are GMT +1. The time now is 22:46.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.