Page 1 of 1

Problem with DZ136 map native edit

Posted: March 28th, 2020, 5:43 pm
by Bertix
I and my friend have a problem with that map , he changed natives from this platfrom map and now new hero is bugged. New hero is green haired witch , her RC is H002 . when casting spells it does nothing . She have only 2 code strings in war3map.j but she have other part somewhere because on platform her skills works . How we can fix that?
https://wdho.ru/9mP2 -original map

UP
I think i found all her jass skills but now i dont know how i can make them work or how i can activate native for it

Re: Problem with DZ136 map native edit

Posted: March 29th, 2020, 8:11 pm
by owner123
What natives were in use that you removed?
You'll have to fix on a case-by-case basis. Unfortunately there's no easy one-size-fits-all way to do it, it depends on the map.
If you explain precisely what the skills do, I can help make a plan for you to code them.

Re: Problem with DZ136 map native edit

Posted: March 29th, 2020, 10:40 pm
by devoltz
owner123 wrote:What natives were in use that you removed?
You'll have to fix on a case-by-case basis. Unfortunately there's no easy one-size-fits-all way to do it, it depends on the map.
If you explain precisely what the skills do, I can help make a plan for you to code them.
He's reffering to this
http://forum.wc3edit.net/tutorials-cheatpacks-f80/how-to-make-dz163-map-playable-on-another-plaform-t35473.html

Re: Problem with DZ136 map native edit

Posted: March 29th, 2020, 11:04 pm
by owner123
Interesting. Didn't know about those "natives". I figured he was referring to 1.31 natives removed to make it playable on old version.

Anyways, since that guide effectively breaks the functionality of those natives (and it looks like there's server code in there) you'll probably have to re-code those skills from scratch anyways. Shouldn't be too tough if you know JASS coding.

Re: Problem with DZ136 map native edit

Posted: March 30th, 2020, 9:58 am
by Bertix
owner123 wrote:Interesting. Didn't know about those "natives". I figured he was referring to 1.31 natives removed to make it playable on old version.

Anyways, since that guide effectively breaks the functionality of those natives (and it looks like there's server code in there) you'll probably have to re-code those skills from scratch anyways. Shouldn't be too tough if you know JASS coding.

My friend tell me that her skills coded on Lua , and some platform natives activates files with Lua code and it works in map , but if i disable natives her spells wont work. I put her skill files in archive and uploaded

Re: Problem with DZ136 map native edit

Posted: March 30th, 2020, 12:17 pm
by devoltz
Bertix wrote:My friend tell me that her skills coded on Lua , and some platform natives activates files with Lua code and it works in map , but if i disable natives her spells wont work. I put her skill files in archive and uploaded
Join our discord server and we might help u https://discord.gg/PjKbgRR

Re: Problem with DZ136 map native edit

Posted: April 23rd, 2020, 9:28 pm
by compaq1520
This needs to fix the japi function, otherwise there will be a bug