PK Title

If the sql table is exist. you may change all

GD_PK_TITLE 
to

gd_pk_title 

in scripts. 
default_biggrin.png


 
this script gives title to only the top playr on pvp right?? so will i go off once we log off and then login back?

 
No, While you are the top 1, this will never go off..

you can delete title by using @delpktile

try it your self
default_ani_meow.gif


 
hi sir I have a problem with my pk title, my problem is when I click the ranking there is no rank and no close message but player already change there name

 
hi sir I have a problem with my pk title, my problem is when I click the ranking there is no rank and no close message but player already change there name
any error on console?

 
Can i suggest / can anyone help me..

something like this,

1. The Title will only be activated if the player have 200 kills,400 kills,600 kills,800 kills, 1k kills..

2. Different Title name 

ex.:

    200 Kills = Dominator

    400 Kills = Unstoppable

    600 Kills = Megakill

  800 Kills = Holyshit

  1000 Kills = Godlike

 
the 2, I don't think is possible since names can only have a max of 23 characters (24-1)

 
Wouldn't this raise a problem??
Last time i tried something like this, the one with the title can't be invited into a group, nor be asked to be friends...
The only working thing is asking him/her for a trade, but guild, group, and friend broke...

 
Code:
CREATE TABLE IF NOT EXISTS `GD_PK_TITLE` (
  `char_id` int(11) unsigned NOT NULL,
  `var` int(11) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

this is the sql table for this type of npc, if anyone there wants to use it, this is npc
 
Back
Top