Raised This Month: $51 Target: $400
 12% 

RPG Mod


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Gameplay       
mateo10
Veteran Member
Join Date: Jan 2006
Old 05-04-2007 , 16:38   RPG Mod
Reply With Quote #1

I NO LONGER SUPPORT THIS PLUGIN, PLEASE REFER TO

RPG Mod by Sylwester

OR

RPGx by roflmao456

Last edited by mateo10; 06-28-2009 at 13:33. Reason: Updated all files with russian translation (by Alka)
mateo10 is offline
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 05-04-2007 , 17:17   Re: RPG Mod
Reply With Quote #2

Nice...i saw the plugin in action and is *cool*! Gj
__________________
Still...lovin' . Connor noob! Hello
Alka is offline
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 05-04-2007 , 18:04   Re: RPG Mod
Reply With Quote #3

line 242:
Code:
server_exec();
???

line 342:
Code:
			while(task_exists(player))
				remove_task(player);
first of all no point in while loop. second, don't bother checking if it exists.

in various places:
Code:
if( function() )
	function2( function() );
better to do
Code:
new result = function();
if( result )
	function2( result );
Admin Commands:
I personally don't think the '+'/'-'/' ' method is very smart. I think there will be much confusion from people when they do rpg_givexp Emp` 500. Especially because that wouldn't even set their xp. You would have to do something like rpg_givexp Emp` dummy 500 to set xp.

line 1182:
Code:
new regenadd = gRegenLevel[id] * 1;
Why multiply by 1?

Saving Method:
Why save to multiple keys? Instead, combine them into a string and then get them from that string to reduce vault sizes.

Last of all, I don't see this being much different than Credits Mod. Explain what is different (other than skills).

Last edited by Emp`; 05-04-2007 at 18:07.
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
B_V_G
Member
Join Date: Apr 2007
Old 05-04-2007 , 18:10   Re: RPG Mod
Reply With Quote #4

why call it RPG?
RPG is the rocket launcher weapon.
B_V_G is offline
Howdy!
Senior Member
Join Date: Feb 2007
Old 05-04-2007 , 18:14   Re: RPG Mod
Reply With Quote #5

Quote:
Originally Posted by Description
RPG Mod is a mod that simulates the role-playing gameplay.
__________________
[IMG]http://img221.**************/img221/5608/howdyfinnishhq2.jpg[/IMG]
Howdy! is offline
serto99
Member
Join Date: Nov 2006
Old 05-05-2007 , 00:09   Re: RPG Mod
Reply With Quote #6

rofl dis is a copy of RPG on Counter Strike Source except it got 1 or 2 different skills and less skills
__________________
serto99 is offline
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 05-05-2007 , 00:21   Re: RPG Mod
Reply With Quote #7

Quote:
Originally Posted by serto99 View Post
rofl dis is a copy of RPG on Counter Strike Source except it got 1 or 2 different skills and less skills
rofl it is also for HL1
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
wenlong_115
Junior Member
Join Date: Mar 2007
Location: CHINA Sheng YanG LIGong
Old 05-05-2007 , 01:32   Re: RPG Mod
Reply With Quote #8

so cool
__________________
-=WE*KYO*SA=---moko
wenlong_115 is offline
mateo10
Veteran Member
Join Date: Jan 2006
Old 05-05-2007 , 05:35   Re: RPG Mod
Reply With Quote #9

Quote:
Originally Posted by Emp` View Post
line 242:
Code:
server_exec();
???

line 342:
Code:
			while(task_exists(player))
				remove_task(player);
first of all no point in while loop. second, don't bother checking if it exists.

in various places:
Code:
if( function() )
	function2( function() );
better to do
Code:
new result = function();
if( result )
	function2( result );
Admin Commands:
I personally don't think the '+'/'-'/' ' method is very smart. I think there will be much confusion from people when they do rpg_givexp Emp` 500. Especially because that wouldn't even set their xp. You would have to do something like rpg_givexp Emp` dummy 500 to set xp.

line 1182:
Code:
new regenadd = gRegenLevel[id] * 1;
Why multiply by 1?

Saving Method:
Why save to multiple keys? Instead, combine them into a string and then get them from that string to reduce vault sizes.

Last of all, I don't see this being much different than Credits Mod. Explain what is different (other than skills).
1. Fixed
2. Fixed
3. Going to fix
4. Changed the <+/-> to <give/remove/set>
5. It's because when you have regen level 1 you get 1 hp per second (gRegenLevel[id] * 1), when you have regen level 2 you get 2 hp per second (gRegenLevel[id] * 1). You understand?
6. Can you tell me how to save all in 1 string? With parse? EDIT: Fixed.
7. Credits mod gives you credits based on how long you've played on the server. This gives you credits based on your skill. This plugin has an xp/level system. In this plugin you're able to sell your upgrades.

Last edited by mateo10; 05-06-2007 at 04:46.
mateo10 is offline
godlike
Senior Member
Join Date: Apr 2005
Old 05-05-2007 , 06:43   Re: RPG Mod
Reply With Quote #10

Looks very nice gj again MaTTe but 1 question doh could you plz explain all skills to me?
also say that we need the engine and fun module for this mod.
__________________
Read the rules before posting something stupid: click here

Any questions about amxx PM me

Last edited by godlike; 05-05-2007 at 06:45.
godlike is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:19.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode