Raised This Month: $32 Target: $400
 8% 

HideNSeek XP Mod v0.0.1 (v0.0.3 in beta with v0.0.4 in progress)


Post New Thread Reply   
 
Thread Tools Display Modes
D-TOX
Member
Join Date: Mar 2008
Old 11-24-2009 , 23:20   Re: HideNSeek XP Mod by Exolent
Reply With Quote #21

Great release !

Suggestions :

* Connecting it to your LJstats perhaps ? (gives XX amount of xp if jumped 255 units etc)

* Create admin menu (easy to give ppl xp, remove or reset by choosing .8 ADMIN MENU when saying /xp)

* Killing X amount of ppl in 1 round and get X amount of XP

* You can reset your categorie choices or reset your whole stats (example : .9 Reset XP and perhaps when you select a category such as Grenades you can choose : Reset category progress.


Thats all I can think of atm
__________________
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░█▀▀ ░█▀█ ░█ ░█▀▀ ░░█▀▀ ░█▀█ ░█ ░█░░░
░█▀▀ ░█▀▀ ░█ ░█ ░░░░█▀▀ ░█▀█ ░█ ░█░░░
░▀▀▀ ░▀ ░░░▀ ░▀▀▀ ░░▀ ░░░▀░▀ ░▀ ░▀▀▀░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
D-TOX is offline
rsdtt
Senior Member
Join Date: Oct 2009
Old 11-25-2009 , 01:01   Re: HideNSeek XP Mod by Exolent
Reply With Quote #22

nice!
rsdtt is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 11-25-2009 , 01:15   Re: HideNSeek XP Mod by Exolent
Reply With Quote #23

Quote:
Originally Posted by D-TOX View Post
Great release !

Suggestions :

* Connecting it to your LJstats perhaps ? (gives XX amount of xp if jumped 255 units etc)

* Create admin menu (easy to give ppl xp, remove or reset by choosing .8 ADMIN MENU when saying /xp)

* Killing X amount of ppl in 1 round and get X amount of XP

* You can reset your categorie choices or reset your whole stats (example : .9 Reset XP and perhaps when you select a category such as Grenades you can choose : Reset category progress.


Thats all I can think of atm
1. No.

2. http://forums.alliedmods.net/showthread.php?t=57863
Code:
{HNS XP}
[hnsxp_give_xp]
-COMMENT "gives players xp"
-ARG PLAYER_OR_TEAM USERID
-ARG OPTIONS "100" "200" "500" "1000" "2000" "10000" "1000000"
[hnsxp_remove_xp]
-COMMENT "removes players xp"
-ARG PLAYER_OR_TEAM USERID
-ARG OPTIONS "100" "200" "500" "1000" "2000" "10000" "1000000"
3. Don't you already get that privilege by hnsxp_xp_kill cvar since the more you kill, the more XP you get?

4. That's actually a good idea. I'll add this.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
lazarev
Veteran Member
Join Date: Sep 2008
Old 11-25-2009 , 01:17   Re: HideNSeek XP Mod by Exolent
Reply With Quote #24

finally. <3

[EDIT] can you make 2 cvars?:
Code:
hnsxp_startxp - if player has 1st time on the server, he will get start xp
Code:
hnsxp_savetype (1/2/3) - save types for nvault (authid, nick, ip)
[EDIT2] you should add say cmd for respawn

Last edited by lazarev; 11-25-2009 at 03:36.
lazarev is offline
K.K.Lv
Veteran Member
Join Date: Aug 2008
Location: GameFolder
Old 11-25-2009 , 05:02   Re: HideNSeek XP Mod by Exolent
Reply With Quote #25

Good plugin Exolent !
and I have a problem about the SQL
I want to study How to use the SQL, and the problem is how to create a null table?
just like you code ?
PHP Code:
public plugin_precache()
{
 
g_sql_tuple SQL_MakeStdTuple();
 
 
SQL_ThreadQuery(g_sql_tuple"QueryCreateTable""CREATE TABLE IF NOT EXISTS `hns_xp` ( `name` VARCHAR(32) NOT NULL, `authid` VARCHAR(35) NOT NULL, `data` VARCHAR(256) NOT NULL );" );
}
public 
QueryCreateTable(failstateHandle:queryerror[], errnumdata[], sizeFloat:queuetime)
{
 if( 
failstate == TQUERY_CONNECT_FAILED
 
|| failstate == TQUERY_QUERY_FAILED )
 {
  
set_fail_state(error);
 }

__________________
QQ:116268742
K.K.Lv is offline
Send a message via MSN to K.K.Lv
D-TOX
Member
Join Date: Mar 2008
Old 11-25-2009 , 07:02   Re: HideNSeek XP Mod by Exolent
Reply With Quote #26

Quote:
Originally Posted by lazarev View Post
finally. <3

[EDIT] can you make 2 cvars?:
Code:
hnsxp_startxp - if player has 1st time on the server, he will get start xp
Code:
hnsxp_savetype (1/2/3) - save types for nvault (authid, nick, ip)
[EDIT2] you should add say cmd for respawn

Botch cvar already exist ?


Quote:
Originally Posted by Exolent[jNr] View Post
4. That's actually a good idea. I'll add this.

You can also add so you can regret your choice, so if you add 1 lvl on grenade by misstake you can regret that point, and when your done leveling you can press save and you wont be able to regret your choices.
__________________
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░█▀▀ ░█▀█ ░█ ░█▀▀ ░░█▀▀ ░█▀█ ░█ ░█░░░
░█▀▀ ░█▀▀ ░█ ░█ ░░░░█▀▀ ░█▀█ ░█ ░█░░░
░▀▀▀ ░▀ ░░░▀ ░▀▀▀ ░░▀ ░░░▀░▀ ░▀ ░▀▀▀░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

Last edited by D-TOX; 11-25-2009 at 10:42.
D-TOX is offline
Old 11-25-2009, 08:01
D-TOX
This message has been deleted by D-TOX. Reason: Double post.
lazarev
Veteran Member
Join Date: Sep 2008
Old 11-25-2009 , 09:37   Re: HideNSeek XP Mod by Exolent
Reply With Quote #27

Quote:
1st cvar already exists ?
oops, didn't see in code :<
lazarev is offline
D-TOX
Member
Join Date: Mar 2008
Old 11-25-2009 , 10:06   Re: HideNSeek XP Mod by Exolent
Reply With Quote #28

Quote:
Originally Posted by lazarev View Post
oops, didn't see in code :<
Actually, both exists ? Exept saving for nick.
__________________
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░█▀▀ ░█▀█ ░█ ░█▀▀ ░░█▀▀ ░█▀█ ░█ ░█░░░
░█▀▀ ░█▀▀ ░█ ░█ ░░░░█▀▀ ░█▀█ ░█ ░█░░░
░▀▀▀ ░▀ ░░░▀ ░▀▀▀ ░░▀ ░░░▀░▀ ░▀ ░▀▀▀░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
D-TOX is offline
itaymitay
Member
Join Date: Sep 2009
Old 11-25-2009 , 12:28   Re: HideNSeek XP Mod by Exolent
Reply With Quote #29

GJ!!
here is some ideas:

*You can add some collors
*do command for clients "say donatexp" and they can donate xp
*do cvars for the cost of any level

Last edited by itaymitay; 11-25-2009 at 12:46.
itaymitay is offline
luishng
Junior Member
Join Date: Feb 2009
Old 11-25-2009 , 13:54   Re: HideNSeek XP Mod by Exolent
Reply With Quote #30

Exolent[jNr] Very Nice Plugin.


Congratulations !!
luishng 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 17:44.


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