-
Activity
-
6
official Official Environment Effect Options [REVERSED]
my syserr: 0327 13:09:21194 :: File "uiSystemOption.py", line 217, in __Load 0327 13:09:21194 :: AttributeError 0327 13:09:21194 :: : 0327 13:09:21194 :: 'OptionDialog' object has no attribute '_OptionDialog__OnClickNightModeOffButton' my uisystemoption.py dont work for me. any idea? @ Mali the systemoption does not open when i click ingame on them -
-
0
DDoS Protections (GAME + WEBSITE)
Provides great services, the best in firewall programming, want to have your server fully protected this is the right guy! -
1
-
3
fix Level Update Fix [REVERSED]
We need new reaction smile specially for Mali topics, something like *CUMPERMANENTI think you are one of the best m2 designers, lets do it=) -
3
[Dumb question] what player_index pids (pid1, pid2, pid3, pid4, pid5) are actually for? 🥶
Thank you guys it is so obvious now! -
-
3
[Dumb question] what player_index pids (pid1, pid2, pid3, pid4, pid5) are actually for? 🥶
They are exactly it, the player ids of that account.- 1
-
-
3
[Dumb question] what player_index pids (pid1, pid2, pid3, pid4, pid5) are actually for? 🥶
At this point I'm afraid to ask, but here I go. PLAYER_INDEX DATABASE ID stands for the id of the account and this is clear to me EMPIRE stands for the kingdom of the account clearly with shinsoo = 1, jinno = 3 etc What about those pids? They are almost probably associated to each player character per account, but still I don't really get what the values refer to, all information I looked for seemed confusing and non exaustive; If someone could point me to something I'll be glad to get deeper into the undestanding of this Keep up the good work, cheers Macro
-
-
Recently Browsing
- No registered users viewing this page.
Question
Cian 0
Hello Guys,
I want read a Vnum from Database...
However it does not work.
My Source code :
long CItem::GetPetVnum()
{
char Query[1024 + 1];
snprintf(Query, sizeof(Query), "SELECT Petvnum FROM pet_summon WHERE PetSummonItemVnum='%d'", GetVnum());
std::auto_ptr<SQLMsg> msg(DBManager::instance().DirectQuery(Query));
MYSQL_ROW row = mysql_fetch_row(msg->Get()->pSQLResult);
long alrow = atoi(row[0]);
sys_log(0, "TEST_VNUM : %d\n", alrow);
return alrow;
}
What is wrong?
Thanks for your help!
Sorry for my bad English ..
Edited by Metin2 DevCore X - External 2 Internal
Link to comment
Share on other sites
Top Posters For This Question
2
1
1
Popular Days
May 27
2
May 28
2
Top Posters For This Question
Cian 2 posts
hachiwari 1 post
Fazer 1 post
Popular Days
May 27 2016
2 posts
May 28 2016
2 posts
Popular Posts
Fazer
long CItem::GetPetVnum() { char szQuery[1024]; snprintf(szQuery, sizeof(szQuery), "SELECT Petvnum FROM pet_summon WHERE PetSummonItemVnum='%d'", GetVnum()); std::auto_ptr<SQLMsg> msg
hachiwari
change name?XDDD #topic try this long CItem::GetPetVnum() { char szQuery[1024]; snprintf(szQuery, sizeof(szQuery), "SELECT Petvnum FROM pet_summon WHERE PetSummonIt
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now