Jump to content

emanuel

Inactive Member
  • Posts

    324
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by emanuel

  1. i forget,i leave 1 year and half,i come back and i am stuck here haha,i forget everything loooooooooool
  2. wont work with vs 2008,because i have some settings in my source that's why i need vs 2013 with 2008 toolset
  3. it works before,i compiling like that,but now i am stuck,i forget whatt i need to do now,can you give me some hints,how to do it ?thx.
  4. Hello guys,someone have an ideea to make visual studio 2013 work with platform toolset v90 from vs 2008?
  5. Humm,let's see,thx. Edit: Player_index->empire not have collation :-?
  6. Hi,someone know something about this sysser and code ? Sysser : SYSERR: Sep 17 10:14:39 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin2_general_ci,COERCIBLE) for operation '=' query: SELECT `empire` FROM player.player_index INNER JOIN player.player ON player.player.account_id = player.player_index.id WHERE player.player.`name` = 'yœ•¥' Function : std::string CInputMain::GetEmpireFlag(const char* c_pszName) { char newName[CHARACTER_NAME_MAX_LEN+1]; DBManager::instance().EscapeString(newName, sizeof(newName), c_pszName, sizeof(c_pszName)); std::auto_ptr<SQLMsg> pMsg(DBManager::instance().DirectQuery("SELECT `empire` FROM player.player_index INNER JOIN player.player ON player.player.account_id = player.player_index.id WHERE player.player.`name` = '%s'", newName)); MYSQL_ROW row = mysql_fetch_row(pMsg->Get()->pSQLResult); int iEmpireIndex = 0; if (pMsg->Get()->uiNumRows) { str_to_number(iEmpireIndex, row[0]); return ConvertEmpireIndexToStr(iEmpireIndex).c_str(); } else { sys_err("QUERY ERROR ON::SELECT `language` FROM account.account"); } return ""; }
  7. Hello, i have a weird crash core and i searching for someone Who know to fix it, i pay that's not a problem, Who want just pm me.
  8. Hey,someone know where can i change the color of the sword aura ? Thank you.
  9. Someone know to fix that problem,if i put in cube.txt to a npc just one item to craft,i can see item,but i cannot put items to craft example : nephrite_weapon6 section npc 30016 item 71112 20 item 30091 50 reward 536 1 percent 100 end not working. If i add 3 items to craft it's working,like this : nephrite_weapon6 section npc 30016 item 71112 20 item 30091 50 reward 536 1 percent 100 end nephrite_weapon6 section npc 30016 item 71112 20 item 30091 50 reward 536 1 percent 100 end nephrite_weapon6 section npc 30016 item 71112 20 item 30091 50 reward 536 1 percent 100 end Thank you.
  10. I wanna buy a good protection anti lalaked,anti send,anti wait dmg,anti bob etc etc If someone have to sell something like this,reply here with your skype and we talk.
  11. Someone know to create a trivia System? How this System it's working : Every Hour this System make a global question, first player answer correct in chat receive a random gift you set in System.
  12. I use that function for mini map and it;s working : else if (pkInstEach->IsNPC() && pkInstEach->GetRace() != 30009 && pkInstEach->GetRace() != 30043 && pkInstEach->GetRace() != 30045) But you'r code not working,i searching for big map,not for mini map,thx anyway
  13. if you add a npc in a map folder--> npc.txt,in game if you press 'M' to open map,you can see that npc on map,i searching where can i hide a npc from here
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.