League of Legends Sandbox

07/25/2014 21:39 nexon0#466
same here.. the problem is the change from milliseconds to microseconds... how can we fix it?
std::this_thread::sleep_for(std::chrono::microseco nds(REFRESH_RATE*1000));

this_thread isn't declared..

EDIT: anyway if u delete it.. it seems to work the same without all that string..
07/25/2014 21:40 Andrea1234567890#467
I said that the problem I'm having is since 2 days, I'm downloading Elyotna source code since he started to put it on github (and obviously I'm compiling it and testing it everytime). I thought that maybe he made an error and I was waiting for a fix but the error is still the same in Game.cpp
07/25/2014 21:49 nexon0#468
Quote:
Originally Posted by Andrea1234567890 View Post
I said that the problem I'm having is since 2 days, I'm downloading Elyotna source code since he started to put it on github (and obviously I'm compiling it and testing it everytime). I thought that maybe he made an error and I was waiting for a fix but the error is still the same in Game.cpp
yep..yep.. i know..
If u remove that string from game.cpp it will build.... but this is a temporary solution..
07/26/2014 00:52 test130#469
Quote:
Originally Posted by nexon0 View Post
same here.. the problem is the change from milliseconds to microseconds... how can we fix it?
std::this_thread::sleep_for(std::chrono::microseco nds(REFRESH_RATE*1000));

this_thread isn't declared..

EDIT: anyway if u delete it.. it seems to work the same without all that string..

Use MinGW with POSIX threads, that worked for me.

[Only registered and activated users can see links. Click Here To Register...]
07/26/2014 12:21 Fieldkiller219#470
It says something for conection and my firewall is closed down,what to do so it will work?
07/26/2014 13:21 TheDumpap#471
Quote:
Originally Posted by Fieldkiller219 View Post
It says something for conection and my firewall is closed down,what to do so it will work?

This is in dev, it will break.
07/27/2014 00:13 Natan2009#472
give a commands :D why np .dragon not working?
07/27/2014 03:59 ismailman123#473
Check the handlers.cpp file for commands,and there is no ".dragon" command,but I made a "c dragon" command to create dragon if that's what you mean :)
07/27/2014 13:13 TheDumpap#474
@chutch1122

I'm up for the task, i'm on the #binwars IRC, you can catch me there.
07/31/2014 17:22 newchild#475
[Only registered and activated users can see links. Click Here To Register...]

An one-click installer. With a simple startup programm written in c++.

VT:
[Only registered and activated users can see links. Click Here To Register...]

Well since who clicked the vt link think this is a virus:

Here is my problem. If you know how to fix, my installer will be 0/54 thx.
[Only registered and activated users can see links. Click Here To Register...]
08/01/2014 16:39 Vexilo#476
I already compiled this.
Really nice job guys..
I will try to help you.

HOW TO GET SKILLS ID:
Code:
<script>
function getHash(val, hex) {
    var hashValue  = 0,
         mask = 4026531840,
         i;

   for (i = 0; i < val.length; i += 1) {
       hashValue =  parseInt(val.toLowerCase().charCodeAt(i) + (16 * (hashValue >>> 0))) >>> 0;
       if ((hashValue & mask) !== 0) {
               hashValue ^= hashValue & mask ^ ((hashValue & mask) >>> 24);
       }
   }
    return (hex) ? '0x' + hashValue.toString(16) : hashValue;
}
document.write(getHash("EzrealEssenceFlux", true))
</script>
Next we have to change this "EzrealEssenceFlux" to skill that we want.
And now we have skill id..
Skill id is that "#define ID_MYSTICSHOT 0x017f4044"
Greetings from Poland.
08/03/2014 00:21 AZB TPT OhReaL#477
Can anyone explain me how to go into sandbox via skype?
addy: drude3
08/03/2014 00:24 gaykids#478
Quote:
Originally Posted by AZB TPT OhReaL View Post
Can anyone explain me how to go into sandbox via skype?
addy: drude3
nah
08/03/2014 16:13 kilerek3#479
Quote:
Originally Posted by newchild View Post
[Only registered and activated users can see links. Click Here To Register...]

An one-click installer. With a simple startup programm written in c++.

VT:
[Only registered and activated users can see links. Click Here To Register...]

Well since who clicked the vt link think this is a virus:

Here is my problem. If you know how to fix, my installer will be 0/54 thx.
[Only registered and activated users can see links. Click Here To Register...]
Im getting an message "libgcc_s_sjlj-1.dll is missing from your computer' how to fix that?
08/03/2014 18:49 newchild#480
Quote:
Originally Posted by kilerek3 View Post
Im getting an message "libgcc_s_sjlj-1.dll is missing from your computer' how to fix that?
New Download:
[Only registered and activated users can see links. Click Here To Register...]


New VT:
(Yay 1/54 *~*)
[Only registered and activated users can see links. Click Here To Register...]