Jump to content

  •  

Cannabis

Member Since 20 Jan 2015
Offline Last Active Mar 23 2015 12:08 PM
-----

Topics I've Started

Looking for Paid Service

21 March 2015 - 08:59 AM

looking for a scripter who can make me the following npcs below.

 

Points System

-PvP Points (1kill counted as 1 point / 1death counted as -1 point) for morocc and woe maps only

-WoE Points (50 points each member for winning guild/per castle)

-Breaker Points (10 points each emperium break for the breaker)

 

Race Event

(3 points for the 1st place / 2 points for the 2nd place / 1 point for the 3rd place)

 

willing to pay via western union / cebuana / gcash (philippines area only)

for contacts add me on skype: alfheim.network


R> PvP / WoE / Breaker Points System

18 March 2015 - 10:08 PM

can someone help me with this one? i need something like this on my server but i'm not good enough for npc scripts.

it should be like:

1 PvP Point per kill and -1 PvP Point per death

50 WoE Points each member for the winning guild

10 Breaker Points each emperium break for the breaker

 

and there will be a npc like "exchange point system"

PvP Points: 10

WoE Points: 150

Breaker Points: 0

Your Total Points: 160


Modified PvP Points System

05 March 2015 - 12:37 AM

hi guyz, can someone help me with this one? i need something like this in my server to add some twist.

 

- simple pvp ladder with top 10 players depends on their points "not kills".

- random points 1 - 5

- if base level and job level not 255/120 no points

- killer will get points randomly from 1 - 5 and get message like "You have killed "charname" and gained "points he got" PvP Points.

- the one who got killed will lose points depends on how much that killer gets and get message like "You have been killed by "killer name" and lose "points the killer gets" PvP Points.

- and it will only trigger on assigned maps

 

set .bLvl,255;

set .jLvl,120;

set .Map$,"morocc";

set .PointType$,"#PvPPoints";

set .PvPEarned,rand(1,5);


Taekwon Mission +atk instead of +fame

02 March 2015 - 01:42 PM

how / where can i change the taekwon mission formula to +1 atk each points instead of +fame each points?

 

and how to limit it to 10,000 points only and how to reset the current points on my server?


Debuff On Relog

06 February 2015 - 06:59 AM

im having a hard time searching for this option

 

[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:13px;]// Will certain skill status-changes be removed on logout?[/color]
[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:13px;]// This mimics official servers, where Extremity Fist's no SP regen,[/color]
[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:13px;]// Strip Equipment, and some other buffs are removed when you logout. Setting is:[/color]
[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:13px;]// 0 = remove nothing.[/color]
[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:13px;]// 1 = remove negative buffs (stripping, EF)[/color]
[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:13px;]// 2 = remove positive buffs (maximize power, steel body...)[/color]
[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:13px;]// 3 = remove both negative and positive buffs.[/color]
[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:13px;]debuff_on_logout: 3[/color]

 

[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:13px;]seems like its been removed from hercules battle/status.conf[/color]

 

[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:13px;]where can i search for this option now? is it still supported here in hercules emu?[/color]