NPC that change name.[closed due not wanting every server having it.]

Re: [Release] NPC that change name. Credit to RMZero213

awesome :o But for the if update part what would you put if you had pvp and airflow's real reborn method?
 
Re: [Release] NPC that change name. Credit to RMZero213

did you really have to post this? Now all the noobs will have it T_T
 
Re: [Release] NPC that change name. Credit to RMZero213

thanks good release help ppl whan they change jobs
and here idea whan u do rebirth the same npc will ask if you want to change your name
but this just an idea
 
Re: [Release] NPC that change name. Credit to RMZero213

All of you saying "just add in name = ?" im not THAT stupid. I know that part and for every section there requires a ? value whatever.

but here's what my maplecharacter.java looks like

Code:
                        ps.setInt(29, reborns);
                        ps.setInt(30, pvpkills);
                        ps.setInt(31, pvpdeaths);

            if (update) {
				ps.setInt(32, id);
			} else {
				ps.setInt(32, accountid);
                                ps.setString(33, name);
				ps.setInt(34, world); // TODO store world somewhere ;)
			}

Noticed that my numbers are different. I kinda have an idea of how to fix my own problem but im pretty nooby with java so I don't wanna risk it.
 
Re: [Release] NPC that change name. Credit to RMZero213

Woohoo! Repack here this comes. Expect every server to have this now
 
Re: [Release] NPC that change name. Credit to RMZero213

the script of the npc dont work.....
can u give download doesnt metter what npc
 
Back