AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   HideNSeek XP Mod v0.0.1 (v0.0.3 in beta with v0.0.4 in progress) (https://forums.alliedmods.net/showthread.php?t=110031)

D-TOX 11-24-2009 23:20

Re: HideNSeek XP Mod by Exolent
 
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

rsdtt 11-25-2009 01:01

Re: HideNSeek XP Mod by Exolent
 
nice!

Exolent[jNr] 11-25-2009 01:15

Re: HideNSeek XP Mod by Exolent
 
Quote:

Originally Posted by D-TOX (Post 998383)
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

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.

lazarev 11-25-2009 01:17

Re: HideNSeek XP Mod by Exolent
 
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 :P

K.K.Lv 11-25-2009 05:02

Re: HideNSeek XP Mod by Exolent
 
Good plugin Exolent :up:!
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);
 }



D-TOX 11-25-2009 07:02

Re: HideNSeek XP Mod by Exolent
 
Quote:

Originally Posted by lazarev (Post 998437)
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 :P


Botch cvar already exist :P ?


Quote:

Originally Posted by Exolent[jNr] (Post 998434)
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.

lazarev 11-25-2009 09:37

Re: HideNSeek XP Mod by Exolent
 
Quote:

1st cvar already exists ?
oops, didn't see in code :<

D-TOX 11-25-2009 10:06

Re: HideNSeek XP Mod by Exolent
 
Quote:

Originally Posted by lazarev (Post 998667)
oops, didn't see in code :<

Actually, both exists :P ? Exept saving for nick.

itaymitay 11-25-2009 12:28

Re: HideNSeek XP Mod by Exolent
 
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

luishng 11-25-2009 13:54

Re: HideNSeek XP Mod by Exolent
 
Exolent[jNr] Very Nice Plugin.


Congratulations !!


All times are GMT -4. The time now is 17:49.

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