well, seeing i've been banned for 3 weeks, i've been working a little on a source, a clean one at that. a new coder's ticket to wonderland. database is also clean, 'cept for mobs/mob spawns/items & portals (knowing thats a timely process). acc's/chars/npcs - clean. directions will be posted under on where to edit / customize the rates/source to your liking. and source has mana.
mana credits - empty project.
[Only registered and activated users can see links. Click Here To Register...]
all other credits to.. myself<3
DIRECTIONAL TERMS.
**please note that all given line #'s are from the pre-edited version, if you edit anything before the line, that line number will change. if this occurs, search for the word given below it. don't include quotes.
NPC DIALOG
NPC CONTROL
LOGIN MESSAGES
SERVER ITEM DROPS
MAKING SKILLS WORK
ITEM USAGE
BANNED NAMES
DEFINE SKILLS
SKILL EXP
**i think thats all i put in directional term usage if anyone else finds any, post and ill update**
thanks guys.
just some notes -- tips:
put a NPC in birth village that teleports you out, otherwise you're stuck because no level command and also no scrolls implemented.
mana credits - empty project.
[Only registered and activated users can see links. Click Here To Register...]
all other credits to.. myself<3
DIRECTIONAL TERMS.
**please note that all given line #'s are from the pre-edited version, if you edit anything before the line, that line number will change. if this occurs, search for the word given below it. don't include quotes.
NPC DIALOG
Code:
prot0's clean lotf source/coserverproject/[B]CLIENT.CS[/B] line 950 search for the word(s) : "case 2031:"
Code:
prot0's clean lotf source/coserverproject/[B]CLIENT.CS[/B] line 961 search for the word(s) : "case 2032:"
Code:
prot0's clean lotf source/coserverproject/[B]CLIENT.CS[/B] line 1798 search for the word(s) : "case 74:" (scroll to the bottom of case 74.)
Code:
prot0's clean lotf source/coserverproject/[B]ENTITIES.CS[/B] line 481 search for the word(s) : "public bool GetDamage(uint Damage)" (scroll to the bottom of the public bool.)
Code:
prot0's clean lotf source/coserverproject/[B]CHARACTER.CS[/B] line 1184 search for the word(s) : "public void UseSkill(ushort SkillId, ushort X, ushort Y, uint TargID)" (scroll to the bottom of the public void.)
Code:
prot0's clean lotf source/coserverproject/[B]CHARACTER.CS[/B] line 2025 search for the word(s) : "ushort ExtraHP = 0;" (right under the defenition of extrahp/atk.)
Code:
prot0's clean lotf source/coserverproject/[B]DATABASE.CS[/B] line 42 search for the word(s) : "ForbiddenNames"
Code:
prot0's clean lotf source/coserverproject/[B]DATABASE.CS[/B] line 172 search for the word(s) : "public static void DefineSkills()"
Code:
prot0's clean lotf source/coserverproject/[B]DATABASE.CS[/B] line 233 search for the word(s) : "public static uint NeededSkillExp(short SkillId, byte Level)"
thanks guys.
just some notes -- tips:
put a NPC in birth village that teleports you out, otherwise you're stuck because no level command and also no scrolls implemented.