And New Updates ? fixes Region Not Working Battle not working
Printable View
And New Updates ? fixes Region Not Working Battle not working
i'm working on battle right now...but my knowledge are very limited :$:
Can the guys who are working in this source pm so whe Can start a project group? Im working on translation system
Can open Online or not.
Hello, I would like to learn how to install Pokemon Sky localhost
Help me please :(
Hello ! If you wanna try the game in english try this out ! Pokémon-Sky
hello friends going out and giving me such a problem with the database error. If you give employees the database?
https://forum.ragezone.com/cache.php...ar%2Fhelp1.png
some can release the file in eng
Did I say the problem is solved. Thank you. Now there is an error page, select the Pokemon.
I translated the entire database, but I have problems with the page beta_map.php, the script on this page is encrypted so I can't edit it, if I use the script on the page beta_map_unencrypted.php, I can change it, the Pokemon appear, but the character not move...
Can anyone help me? Thanks
you got all .js files or <code> right ?
Yes....i just translated the "Gebiet" like Gras, Strand, Grot etc. into Erba, Spiaggia, Grotta etc., so i have to edit the script in the beta_map.php but it's encrypted...
Code:eval((function(x){var d="";var p=0;while(p<x.length){if(x.charAt(p)!="`")d+=x.charAt(p++);else{var l=x.charCodeAt(p+3)-28;if(l>4)d+=d.substr(d.length-x.charCodeAt(p+1)*96-x.charCodeAt(p+2)+3104-l,l);else d+="`";p+=4}}return d})("function Spielerbewegen(key) {var result1 = $.ajax({url:\"ajax_call/walk_animation.php?map=1\", type:\"post\", data:{` @%:\"laufen\"}, success:`!E%(data) {` >!eeen =` [!;}});`!L&2`!<6geschlecht`!2<` @&:\"weiber`!69` E&`!D,`#<# = document.getElementById(\"mySprite\"` L\"newX = x + mov` C!s[key].left` ;$Y = y` 1.up;if (typeof map[newY] !== \"undefined\" &&`\"Q!` 8([newX` 51(` 4,== 1 ||` K-> 1)) {x =`\"!!;y` #\"Y;`\"_#.style`\"#!`\"=!* 16 + \"px\"` 4+top`\"<!` =!- 4` >$$(\"#`%!\"\").html(\"<img src=\\\"https://forum.ragezone.com/images/loading.gif\\\" /></br>Bitte warten...\");$.get(`%T'map_ajax2`%T&&x=\" +`$(!\"&y` '!y, `%6&`!F\"`(,& = jQuery.parseJSON` <$`$-(res.name`#^,` b#html = \"\";` %!+= \"<p>` \"(span` $)a href=\\\"?page=poke-info&pokemon`!v!res.id + \"\\\" target=\\\"_blank\\\">`#8.` V#/` O*`#R#width=\\\"70px`#a#a><br /`!M)font size=\\\"4\\\" `$|!=\\\"text-shadow: 0 0 0.6em #000,` )#4` )#;color:#fff;\\\"><b>Ein wildes `!va` ;$`$0!+ \"</a>!</b></font`\"$//div` #*`$#-/`$F*form a`%t!=\\\"index`&D!`!q!attack/beta_map&`&X\"id`!n+&level` ,%` )!` 3!382203=7\\\" method=\\`,m!\\\"`!8( <input`*Z!=\\\"submit\\\" value=\\\"Angreifen!\\\" class=\\\"button\\\"`\"T+form>`)A0html);} else {`)a0center`&G(http://www.n`0(!al-dex.com/theme/`&p!`&o!ball-grey.png`&`'55\\\"/></` v$br>Es wurde kein P`%M\" gefunden.\")`/&!}if`-!\"y][x`,{\") {`0N5bie`0@?biet:`*3'`0F8console.log(\"Erfolgreich G` b! ge\\xC3\\xA4ndert!`!_53`!0dGras\"` n24` :fot` m35` <dSpookhui`!u46` AdLavag`!w67`!Hetrand` o38` >dVechtschool` t39) {$(`'@&` *!\"#dialog\").` #\"();});Spielerbewegen(\"up\"`) 1`)1!` \\4_surfer` l+if (key `3E!p\") {` },down\"`,&%` D(` 4\"` @.`!Y\"` >.left` <0right` =2` 4#` B.` f\";}`\"T.20) {setTimeout`\"a*window.loc`-`!.href = `2R'market\";}, 3000);`#76` G$t`\"{U`!k/1`!@Zon`/8\"`!XE` H#`!7g) {var Wasser1 = \"`16!s/sprites2/male/\" + key + \"/320.png\";` O&2` +Jdocument.getElementById(\"myS` Y!\").src =`!P$;`#M4` 8N}, 150)` )e2;}, 4`$V!`+H`Water`, \"`({\"`$9\"ALK`#O0\" + geschlecht`#`!`#e(`$<(ALK`$j1` E:w\" + laufeeeen` i(`\"]_ALK`$*\"0`#JbALK`(b#);}}"))
I have to edit this line's of code (unencrypted)
Code:if (map[y][x] == 3) {$.ajax({
url: "ajax_call/gebiet.php?map=1",
type: "post",
data: {'gebiet': 'Gras'},
});
}
if (map[y][x] == 4) {
$.ajax({
url: "ajax_call/gebiet.php?map=1",
type: "post",
data: {'gebiet': 'Grot'},
});
}
if (map[y][x] == 5) {
$.ajax({
url: "ajax_call/gebiet.php?map=1",
type: "post",
data: {'gebiet': 'Spookhuis'},
});
}
if (map[y][x] == 6) {
$.ajax({
url: "ajax_call/gebiet.php?map=1",
type: "post",
data: {'gebiet': 'Lavagrot'},
});
}
if (map[y][x] == 7) {
$.ajax({
url: "ajax_call/gebiet.php?map=1",
type: "post",
data: {'gebiet': 'Strand'},
});
}
if (map[y][x] == 8) {
$.ajax({
url: "ajax_call/gebiet.php?map=1",
type: "post",
data: {'gebiet': 'Vechtschool'},
});
}
Decrypted javascript:
Spoiler:
Open attack/beta_map.php, go around line 288, search for "script" open tag and replace all the encrypted content.
I didn't have the original files on my hdd but it was quite easy to bypass the encryption. Simply search for the "return" inside the eval function and replace it with console.log, tada.
Decrypted code is untested