Comments by savant on scripts
4 comments
|
Comment on: |
In the previous post, i had a little bug. updated version |
|
Comment on: |
One of the features that broke after the server change is the cool table of all villages in the 7x7 map. as someone noted below all the map information is stored in a javascript variable. There is a way to access the information but it is considered unsafe. Here is the updated preCalculate3 method. People who want to test it will need to replace the existing function. http://pastecode.com/?show=f5a50dea8 Now when you click on the buttons, it no longer updates it. Since they have changed the ajax calls as well, we just make it think we can't do ajax. Here is the updated version of desplazarMapa method.
Just update the two methods and you'll get the table back. I'll let you guys test it, have fun. savant |
|
Comment on: |
One more thing. To work on all build.php you need to have one more line. It should look like this. function calculateBuildTime(){
|
|
Comment on: |
To fix the Build times on each resource field change line 3473 from:
to:
They added an extra div around the table. Hope it helps. |
