Raised This Month: $ Target: $400
 0% 

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`
mateo10
Veteran Member
Join Date: Jan 2006
Old 05-05-2007 , 05:35   Re: RPG Mod
Reply With Quote #4

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 #5

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
Sidewinder
Senior Member
Join Date: Aug 2006
Old 05-26-2007 , 21:13   Re: RPG Mod
Reply With Quote #6

anyone have a server for this yet?
__________________
Sidewinder is offline
Send a message via AIM to Sidewinder Send a message via MSN to Sidewinder
CruiseR
New Member
Join Date: Apr 2008
Old 04-01-2008 , 13:28   Re: RPG Mod
Reply With Quote #7

hey i got some troubles... longjump doesn´t work??? u know how i can fix?
CruiseR is offline
legion187
Junior Member
Join Date: Sep 2008
Old 10-22-2008 , 15:34   Re: RPG Mod need help
Reply With Quote #8

thers a mesgg that say ml_missing or not fouwned sry 4 my spelling
so the rpg menu dont work rite every thing say ml_notfowned upgrade 1- 5
and cant git give xp and lvl 2o work it ill show the xp like this -9999
then go back to zero ??
legion187 is offline
B_V_G
Member
Join Date: Apr 2007
Old 05-04-2007 , 18:10   Re: RPG Mod
Reply With Quote #9

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 #10

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
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 05:00.


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