T3ch
Active Member
- May 23, 2013
- 158
- 24
What is Project Venom?
Project Venom is a roleplay development and the project that has started on the 27/08/2015, project venom is based on butterfly emulator that is R63, Project Venom is a roleplay project that contains clean and organised coding structure, packed with features. The emulator is stable as it can hold many users on it without no lag.
To do list:
Roleplay Classes - 20% Completed
Timers - 10% Completed
Basic Commands - 5% Completed
Levelling System - 60% Completed
Taxi System - 20% Completed
Gang System - 30% Completed
Hospital System - 65% Completed
Bots System - 0% Completed
Node.Js - 10% Completed
Bounty System - 5% Completed
Wanted System - 0% Completed
Vehicles system - 0% Completed
Questions and answers
Q1. Will you release the emulator when completed? Yes
Q2. What's the base of the emulator? as i said in the thread the base is Butterfly
Q3. When will you release it? Depends on the speed i go
Q4. Will you release a completed database as well along with the emulator? Of course
Q5. Will you release a CMS along with this? Yes i will
Q6. Will you release SWF pack as well? Yes
Q7. Will this be open source? Yes it will
Code:
#region Leveling System
int XPWanted = 100 * this._Level;
// it will update the users XP
if (this._Experience >= XPWanted)
{
this._Level += 1;
this._roleplayer.GetAvatar().Chat(this._roleplayer.GetSession(), "*Levels up to level " + this._Level + "*", true, 1);
this._Experience -= XPWanted;
this._ExperienceLeft = 100 * this._Level;
}
#endregion
Will post screen shots tomorrow
I will keep you guys up to date with the development , Will add screenshots and coding snippets during the development.
Thanks for reading my thread.
I apologies for any inconvenience as how i couldn't update this thread because i had exams now i will update this thread weekly, thanks
Back, I have now come back to the development. I will post a screenshot soon
Hit Command:
Last edited: