Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/16/19 in all areas

  1. M2 Download Center Download Here ( Internal ) Download Here ( GitHub )
    6 points
  2. M2 Download Center Download Here ( Internal ) Hi guys! Made it a year ago never use it. Regards, Cara
    3 points
  3. I changed code in PythonNetworkStreamPhaseGame.cpp. Can you test it? Thanks for the message
    2 points
  4. Just change emplace_back to push_back And please don't use vs2008 in 2019
    2 points
  5. M2 Download Center Download Here ( Internal ) Hello. I saw this stuff on this and on another board also with bugs or it was incomplete, and I made it to myself. Feel free to use it with your brain. Good to know about this: The name of those items which have attributes will be golden. The skillbook and skillforget items will show the name of skill also. If the item isn't yours than the ownership color will be red instead of yellow. * Készségkönyv = Skillbook(id:50300) * Feledés könyve = Skillforget book(id:70037) PS.: If you have problems with the implementation: start to upgrade your programming knowledges and don't disturb me in private message, I won't answer. Thank you for understanding. [Hidden Content]
    1 point
  6. M2 Download Center Download Here ( Internal ) Yo guys, Since i decided to do the save login i`ll release the basic version i made, really simple. If it`s already public i couldn`t care less, it`s just some bullshit i made in few minutes. Here`s the guide: [Hidden Content] have fun
    1 point
  7. M2 Download Center Download Here ( Internal ) Hello guys Today i'm gonna release new design for wedding costumes. i know its not my best but i'm tried with many style but i think white design is good. i will share more soon for diffrent design for wedding and more so wait me i hope you like them :) Download: Click here if you like it just say thanks. if you found any problem just reply me. i will try to fix it. regards, Dane
    1 point
  8. Fix for offline players work well ? About log I already ignore the whisper_renewal sequence and now that's perfect. @Kori i show here log to understand the problem
    1 point
  9. You can try to add a bypass for log this with regex Here is a example [Hidden Content] // URL that generated this code: // [Hidden Content] #include <stdlib.h> #include <string> #include <iostream> #include <pme.h> int main() { std::string txt="|?whisper_renewal<|"; std::string re1=".*?"; // Non-greedy match on filler std::string re2="(whisper_renewal)"; // Variable Name 1 PME re(re1+re2,"gims"); int n; if ((n=re.match(txt))>0) { std::string var1=re[1].c_str(); std::cout << "("<<var1<<")"<< std::endl; } } //----- // C++ does not provide a regular expression feature as standard. // // To run this code you will need to first download and install // the PCRE library from [Hidden Content] and // the PME library from ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Contrib/ // // Note that on Linux systems PCRE is often already installed in /usr/lib/libpcre* or /usr/local/lib/libpcre*. // // Compile and run on Unix using // # c++ x.cpp -lpme -lpcre // # ./a.out With c++11 is easy with std::regex
    1 point
  10. Fixed offline player problem: [Hidden Content]
    1 point
  11. @boaspessoal Aah, that's for what I forgot. Thanks
    1 point
  12. Hi can someone give me server and client query for 6,7 bonus (71051,71052 items),i am use 40k gamefile...thanks
    1 point
  13. Hello. I'm using vanilla core, however my 6/7 bonus doesn't work, can someone tell me how can I fix it? This is my xml : <ItemDef Vnum="71051" Name="LeituradeJolla" LocalizedName="Leitura de Jolla" Type="3" SubType="10" Weight="0" Size="1" AntiFlags="0" Flags="4" WearFlags="0" ImmuneFlags="0" Gold="8500000" ShopBuyPrice="0" LimitType0="0" LimitValue0="0" LimitType1="0" LimitValue1="0" ApplyType0="0" ApplyValue0="0" ApplyType1="0" ApplyValue1="0" ApplyType2="0" ApplyValue2="0" Value0="0" Value1="0" Value2="0" Value3="0" Value4="0" Value5="0" Socket0="-1" Socket1="-1" Socket2="-1" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="0" AddonType="0" /> <ItemDef Vnum="71052" Name="LeituradeArumaka" LocalizedName="Leitura de Arumaka" Type="3" SubType="10" Weight="0" Size="1" AntiFlags="0" Flags="4" WearFlags="0" ImmuneFlags="0" Gold="4500000" ShopBuyPrice="0" LimitType0="0" LimitValue0="0" LimitType1="0" LimitValue1="0" ApplyType0="0" ApplyValue0="0" ApplyType1="0" ApplyValue1="0" ApplyType2="0" ApplyValue2="0" Value0="0" Value1="0" Value2="0" Value3="0" Value4="0" Value5="0" Socket0="-1" Socket1="-1" Socket2="-1" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="0" AddonType="0" /> This is what I have in server side. Fixed : Close please. Best regards, Thavo.
    1 point
×
×
  • 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.