Jump to content

roflnap

Members
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by roflnap

  1. that's why i asked this "feature" for banned and/or locked accounts. it would be possible to create special bot accounts which would be unaccessible to (normal) players
  2. is there a way to add more than 9 playerbots? i mean, adding characters from other (maybe locked/banned or sth) accounts would be nice! just imagine doing Temple of AhnQiraj with 39 Bots
  3. i tried several ways to achieve proper "utf8" conversion (utf8towstring for example, literals and so on), but without success... then i changed the special characters of the spell in the source. i had to enter eg. for an 'ö' a 'ö'. (Segen der Könige, Blessing of Kings in german) (ä to ä, ü to ü, ö to ö and ß to ß) AFTER entering these special characters AND compiling, these special characters were dispayed as normal ä,ö,ü or ß. i'm using vc++2008xpress win32 @blueboy: is runsttren working on gameobject interactivity of the bots, isn't he?
  4. hey, i didn't say, i don't like your way. i like your way more as mine! but my is more simple =) i said only, i don't like bots RANDOMLY rolling on items. also, the "near players"-check is made in group.cpp in the particular functions (grouploot and needbeforegreed) and trading soulbound items isn't possible @ yad's problem: i'm glad to have GERMAN dbc's and english installed by default! i don't know, weather he gets no french dbc from eu wrath installation! /t botsname cast Lumière sacrée (example for a paladin) /t botsname cast Holy Light if i'm right, i can use both (english and german, noz french ) on wrath! attention to the special characters in the string (è, é) i had problems returning spellid 0 when having a spell with special characters like "Segen der Könige" (or Lumière sacrée)
  5. you can use this in grouploot fct. too. i don't like the idea, the bost randomly roll on items. i'd like either them passing on all or (in case of master loot, where is no need for rolling) assinging the items to the bots. @yad: MY wrath installation installed english (coudn't deselect) AND locale (optional/deselectable) data (dbc) so i had no need for translating the spellnames in the AI files into my native language. i had this problem with 2.4.3 client, where i had only german locales. but there i just translated them using w0whead. had some problems with special characters, but they are past =)
  6. on tc i have in group.cpp Player *playerToRoll = itr->getSource(); if(!playerToRoll || !playerToRoll->GetSession() || player->isPlayerbot()) continue; don't know if it works in mangos. this way bot rolls aren't counted works perfectly in 99% of all cases... sometimes there is beeing sent automatically pass from my client, dunno why...
  7. hello there =) excuse me for posting! my client is deDE 2.4.3 (*refering to translation*) i play around with the sources of the trinity version of playerbots. my WRATH (addon 2) installation will install english Data (dbc) AND German (i can't deselect english),so there was no need for translation before. now i begun for certain causes (nax :>) using 2.3.4 again and now with bots! but neither classic nor addon 1 ofdeDE installation will install english data,so i need to translate the strings for the getspellid fct. or just jet the additional english dbcs, but thats not an option for me! my prob there is just the special characters in deDE such as ö. i tried different approaches to get the spellid of e.g. "Segen der Könige" like extra variable for tmp_BoK << "Segen der K" << char(148) << "nige" and then getspellid(tmp_BoK) and other ways but until now without success (my bots telling me spellid 0). next thing when i have access to my src i'll try std::wstring for the tmp_BoK variable and then something with this: std::locale::global(std::locale("German")); from http://www.highscore.de/cpp/boost/stringverarbeitung.html but if you have a better idea, please tell me! thank you!
  8. hello im not really familiar to this project and i've no programming skills, but i'd like to ask a question. somewhere i read something about an irc- "chat"-patch which was planned to spawn a kind of a playerbot in the world for everey user joining or chatting in the appropriate channel. do you have similar plans or is this at least the project im talking about? sincerely =)
  9. that is what i want playerbot to be (somewhere in the future) =)
×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use