disa Posted February 10, 2013 Posted February 10, 2013 interlude has no transformations kido polymorph?
xdem Posted February 11, 2013 Posted February 11, 2013 so? its still buggy and not the same with transformation...
MrHotFire Posted February 17, 2013 Posted February 17, 2013 Thanks for sharing it with us dude. Really nice work.;)
xdem Posted February 25, 2013 Posted February 25, 2013 no, look above... there are no transformations on interlude, you will need to make it polymorph by urself and re-create the event npc from the scratch
Morghul Posted March 15, 2013 Posted March 15, 2013 Pretty cool code! I wish I knew how to import it on my H5 server :D
NikosP Posted April 11, 2013 Posted April 11, 2013 as i see the most events here are c/p. same shit(structure) style all... and the most fail c/p (public void wait(int i) public void waitSecs(int i)) and as usual-> you can't make even a method like this?:public void wait(int time,boolean minutes)??? anyway next time make something yours and not c/p. even the fucking structure is c/p. even the thread.sleep sux you can't make a sechule?.
marwan Posted April 12, 2013 Author Posted April 12, 2013 as i see the most events here are c/p. same shit(structure) style all... and the most fail c/p (public void wait(int i) public void waitSecs(int i)) and as usual-> you can't make even a method like this?:public void wait(int time,boolean minutes)??? anyway next time make something yours and not c/p. even the -beep-ing structure is c/p. even the thread.sleep sux you can't make a sechule?. Lol come on ! , do u think copying 2 lines of code will make an event ? and as usual-> you can't make even a method like this?:public void wait(int time,boolean minutes)??? public void wait(int time ,boolean minute) { if(minute){ Thread.sleep(time * 60000); } else { Thread.sleep(i * 1000); } PS : NOT coded in eclipse
NikosP Posted April 12, 2013 Posted April 12, 2013 Lol come on ! , do u think copying 2 lines of code will make an event ? public void wait(int time ,boolean minute) { if(minute){ Thread.sleep(time * 60000); } else { Thread.sleep(i * 1000); } PS : NOT coded in eclipse no i didn't say that. i said that i understand by 2 lines that the structure is c/p and just changed some voids-methods.
marwan Posted April 12, 2013 Author Posted April 12, 2013 no i didn't say that. i said that i understand by 2 lines that the structure is c/p and just changed some voids-methods. What do you mean bu changing void-methods ? I didn't c/p anymethod except the wait, ALL is coded by me from scratch
freedy Posted September 19, 2013 Posted September 19, 2013 wanna try it but can't connect npc to html, can you post npc/html creation?
Recommended Posts