hello guys, i am new to java and everything i am pretty trying to be honest the past 2 weeks but right now i came up with a little problem that icant figure it out my self
so i tried to copy this code, my pack is l2jfrozen rev 1132 interlude client
so thats the code part i think i am failing to add,{
temp =new L2NoHqZone(zoneId);}+elseif(zoneType.equals("MultiFunctionZone"))+{+ temp =new L2MultiFunctionZone(zoneId);+}elseif(zoneType.equals("BossZone"))
on my pack is like that
case"WaterZone":
temp =new L2WaterZone(zoneId);break;case"NoHqZone":
temp =new L2NoHqZone(zoneId);break;
so i try to fix it by my self and i make it like that
case"WaterZone":
temp =new L2WaterZone(zoneId);break;case"NoHqZone":
temp =new L2NoHqZone(zoneId);break;case"MultiFunctionZone":
temp =new L2MultiFunctionZone(zoneId);break;
i didnt get any error my pack complied perfectly adding all the code the zone is doesnt not working, i activate the properties and installed a zone on xml
i check as well maybe i was failing to install a zone and i ue a default on and i change the type to MultiFunctionZone but still i get no errors on the gameserver or anything like is, so what i am doing wrong? can anyone have the time to spare and fix my problem?
thanks and i hope i post on the right section and explain everything correct about my problem
I already explain it to You - I can finish the job, send You the files, or if You don't like that, I can refund 50%, because I did start the work. The flood made it impossible for me to deliver on time, but I did start the work.
You asking me to send You 150% of Your payment. That's not possible. Flood wasn't by my doing, I'm not guilty here. I'm trying to be reasonable with You - deliverying the files (You are not willing to send me missing details for updater) or refunding 50%. Telling me to shup to, calling me an idiot and sending threats won't speed anything up.
GOT BACK TO WORK! Deliverying past commissions, taking new ones!
Question
ibitaz
hello guys, i am new to java and everything i am pretty trying to be honest the past 2 weeks but right now i came up with a little problem that icant figure it out my self
so i tried to copy this code, my pack is l2jfrozen rev 1132 interlude client
i didnt get any error my pack complied perfectly adding all the code the zone is doesnt not working, i activate the properties and installed a zone on xml
i check as well maybe i was failing to install a zone and i ue a default on and i change the type to MultiFunctionZone but still i get no errors on the gameserver or anything like is, so what i am doing wrong? can anyone have the time to spare and fix my problem?
thanks and i hope i post on the right section and explain everything correct about my problem
Edited by ibitazLink to comment
Share on other sites
3 answers to this question
Recommended Posts