EmmeTheCoder Rebirth

07/02/2009 12:02 Arcotemple:)#1
ok i followed her guide to add the reborn npc

but in the beginning of the thread it said
Quote:
Also be aware of that you should have already added the rebirth code which is in my other guide.
only thing is i cant find his/her other guide that has the rebirth code

i searched and seached
can anybody help?
07/02/2009 13:06 _Emme_#2
It's in my thread called like: How you code LOTF as a Pro / How you code LOFT as a Pro

Meh something like that.

Btw, I'm not a freakin girl, I'm a dude <.<
07/02/2009 13:34 n0mansland#3
[Only registered and activated users can see links. Click Here To Register...] Not sure if this is the good one released by Emme

Nevermind must of been thinking of his 2nd reborn script

[Only registered and activated users can see links. Click Here To Register...]
07/02/2009 22:31 Arcotemple:)#4
Quote:
Originally Posted by EmmeTheCoder View Post
It's in my thread called like: How you code LOTF as a Pro / How you code LOFT as a Pro

Meh something like that.

Btw, I'm not a freakin girl, I'm a dude <.<
lol i didnt know thats why i said his/her
07/02/2009 22:36 damianpesta#5
Quote:
Originally Posted by Arcotemple:) View Post
lol i didnt know thats why i said his/her
Well ur foreign if u think that Emil is a girl's name lol.
07/02/2009 22:42 Arcotemple:)#6
Quote:
Originally Posted by damianpesta View Post
Well ur foreign if u think that Emil is a girl's name lol.
how was i supposed to know his name was emil
i thought emme was short for emily or something lol

another question,
can i use kinshi's rebirth script with emme's rebirth npc guide?
07/02/2009 22:44 n0mansland#7
Quote:
Originally Posted by Arcotemple:) View Post
how was i supposed to know his name was emil
i thought emme was short for emily or something lol

another question,
can i use kinshi's rebirth script with emme's rebirth npc guide?
You can use any script.. As long as its on a npc
07/02/2009 22:59 _Emme_#8
I advice you not to use any of those. They are horrible coded (no offence kinshi, but we both sucked back then) =P
07/02/2009 23:01 Arcotemple:)#9
Quote:
Originally Posted by EmmeTheCoder View Post
I advice you not to use any of those. They are horrible coded (no offence kinshi, but we both sucked back then) =P
lol so which reborn code do you recommend emme?
07/02/2009 23:03 n0mansland#10
Quote:
Originally Posted by Arcotemple:) View Post
lol so which reborn code do you recommend emme?
Well I don't think there is any other ones. You could use one of those codes and fix it up yourself.
07/02/2009 23:04 AmbiguousStatement#11
Quote:
Originally Posted by Arcotemple:) View Post
lol so which reborn code do you recommend emme?
Your own.
07/03/2009 15:40 _Emme_#12
Meh, delete the whole code (Don't try to rewrite it either), open up COItems.txt or whatever it's called, and study the ID's by the level.

So, like:

Quote:
Item OldItem = new Item();
for (int i = 0; i < 9; i++)
{
OldItem = Client.Equipment[i];
if (OldItem.ID != 0)
{
string ItemID = (OldItem.ID / 1000).ToString() + Rand.Next(1, 9).ToString() + "0" + OldItem.Quality.ToString();
Client.AddItem(ItemID,Client.Equipment[i], Rand.Next(1,1000000); //ItemInfo(string),Position,UID (LOTF)
}
}

Meh, rewrite it to make it work, but thats an example.

Emme

Meh something like that, enjoy..