Jump to content
  • 0

KVM Points


NANORAY

Question


  • Group:  Members
  • Topic Count:  95
  • Topics Per Day:  0.02
  • Content Count:  210
  • Reputation:   3
  • Joined:  12/20/11
  • Last Seen:  

can someone help me make a item that gives a KVM Points? :) for example ticket that when i exchange or click it it will give me a certain amount of KVM Points :) thanks in advance :)

Edited by NANORAY
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   2
  • Joined:  11/10/15
  • Last Seen:  

I don't know if you can modify a variable by using an item, but the exchange npc is right there at <npc\battleground\kvm\kvm_item_pay.txt> ... just modify it however you like. it's just a simple delitem and set variable.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  452
  • Reputation:   35
  • Joined:  12/18/14
  • Last Seen:  

You can.

7539,Poring_Coin,Poring Coin,3,3,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "poringcoin"; },{},{}

And then

 

function	script	poringcoin	{

set #points_here, #points_here + value_here

dispbottom "You have gained value_here points_here points!";
dispbottom "You now have a total of "+#points_here+" points_here points!";
end;
}
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1826
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

why not use War Badge ?
Wat Badge    Item ID# 7773 (War_Badge) 
http://ratemyserver.net/index.php?iname=wat+badge&page=re_item_db&quick=1&isearch=Search

 

can convert to KVM Points.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...