v0.4.4 ikariam
![]() |
Is there any plan of upgrading the script to be ok with v0.4.4 of ikariam? |
![]() ![]() |
Hello, If I suppose well, you just want to see in the diplomacy view this script working, due to changes in last version of Ikariam. You only have to replace this line (the first) : if(document.getElementById('embassy') == null && document.getElementById('alliance') == null) return; by this one : if(document.getElementById('memberList') == null) return; I'm not the author but you'll be happy ! |

