Jump to content

VipLib v1.4b + VipAdmin v1.3a [Updated]


Rafael

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   4
  • Joined:  01/09/12
  • Last Seen:  

I can look into writing the status bonuses for you

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

@rafael i can't open VipLib v1.4b

ok i open it .. i make a pastebin copy if you dont mind @rafael

- VIP Admin v1.3a

http://pastebin.com/vJtzCncS

- VIP Lib v1.4b

http://pastebin.com/4Qc5iwfM

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.03
  • Content Count:  569
  • Reputation:   11
  • Joined:  11/24/11
  • Last Seen:  

Thank you rafael! How about to restrict a non VIP to a certain map?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

@rafael how about everytime a group ID 1 kill a monster he will get zeny 100k and if group ID 2 kill a monster get a 500k..

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

On

@rafael how about everytime a group ID 1 kill a monster he will get zeny 100k and if group ID 2 kill a monster get a 500k..

OnNPCKillEvent:
if( getgroupid() == 1 )
set Zeny,Zeny + 100000;
else if( getgroupid() == 2 )
set Zeny,Zeny + 50000;
end;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   2
  • Joined:  07/08/12
  • Last Seen:  

@Will

You mean blocking non-VIPs to access a map, or allowing only non-VIPs to access that map?

-	script	block_nonvip	-1,{

OnPCLoadMapEvent:
if (!getgroupid() && strcharinfo(3) == "map_name")
	warp "prontera", 150, 150;
end;
}

map_name	mapflag	loadevent

Replace map_name with the name of the map.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Rafael, you're just awesome. Keep up the good work on this script!! /pat

Link to comment
Share on other sites

  • 5 weeks later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  12/17/12
  • Last Seen:  

This script is useful, thanks for the script

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  12/09/12
  • Last Seen:  

Thanks for the script /no1

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  209
  • Reputation:   3
  • Joined:  11/28/11
  • Last Seen:  

thanks guys , i need this script so much ^^

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  194
  • Topics Per Day:  0.04
  • Content Count:  499
  • Reputation:   3
  • Joined:  03/11/12
  • Last Seen:  

Error.... ( Refer to the attached thumbnail )

 

 

P.S - I'm using 3CeaM



@Will
You mean blocking non-VIPs to access a map, or allowing only non-VIPs to access that map?

-	script	block_nonvip	-1,{

OnPCLoadMapEvent:
	if (!getgroupid() && strcharinfo(3) == "map_name")
		warp "prontera", 150, 150;
	end;
}

map_name	mapflag	loadevent
Replace map_name with the name of the map.

post-3034-0-61290600-1361130959_thumb.jpg

Edited by caspa
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  974
  • Reputation:   41
  • Joined:  11/13/11
  • Last Seen:  

it'll only make you a higher group_id but nothing changes like availing exp/drop boost???



i think this thread is dead xD

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

You can add event script when vip is login

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  974
  • Reputation:   41
  • Joined:  11/13/11
  • Last Seen:  

Try this yourself :D you can notice that your group_id was changed everytime you login and logout. So, if you gonna make something like OnNPCLoginEvent, it'll not work.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  974
  • Reputation:   41
  • Joined:  11/13/11
  • Last Seen:  

with it's EXP/DROP Boost on it? well i never tried it though. This one is so complicated script

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

somebody knows how to gain drop rate 2x?

Link to comment
Share on other sites

  • 6 months later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  10/17/13
  • Last Seen:  

Rafael preciso falar com você qual seu e-mail para eu entrar em contato?

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
Reply to this topic...

×   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...