Register for your free account! | Forgot your password?

You last visited: Today at 21:48

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



scroll remove pk From Char

Discussion on scroll remove pk From Char within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
Freaky Ratbuster's Avatar
 
elite*gold: 0
Join Date: Jun 2017
Posts: 6
Received Thanks: 3
Thumbs up scroll remove pk From Char

hello epvp
like thread says scroll remove pk From Char i hope it helps


RefObjCommon
PHP Code:
1 43605 ITEM_MALL_PKREMOVER ???? ???? ??? (???) xxx SN_ITEM_MALL_PKREMOVER SN_ITEM_MALL_PKREMOVER_TT_DESC 1 0 3 3 13 14 180000 3 0 1 1 1 255 0 1 0 0 129 0 0 0 0 0 0 0 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 xxx item\etc\drop_mall_scroll.bsr Premium\etc\pkremover.ddj xxx xxx 22005 
RefObjItem
PHP Code:
22005 1 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000 ????(?) [USU1:SKILL_MALL_PKREMOVER] -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx 0 0 0 
RefSkill
PHP Code:
1 34005 1013 SKILL_MALL_PKREMOVER ???? ???? SKILL_MALL_PKREMOVER 0 1 1 0 0 0 0 0 1000 0 0 0 3599 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 255 255 0 0 0 0 0 255 255 255 255 item\etc\mall_optlevel_upgrade_scroll_1.ddj SN_SKILL_MALL_PKREMOVER xxx SN_SKILL_MALL_PKREMOVER_TT_DESC xxx 0 0 3 1667396966 1851946342 1685418593 1500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 

Procedure >> _TimedJob
PHP Code:
if(@JobID '34005') -- Pk Remover
begin

Update _Char Set DailyPK 
0 Where CharID = @CharID
Update _Char Set TotalPK 
0 Where CharID = @CharID
Update _Char Set PKPenaltyPoint 
0 Where CharID = @CharID
return -3
end 
if it helps just click thanks
Freaky Ratbuster is offline  
Old 06/23/2017, 16:03   #2
 
blapanda's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 1,860
Received Thanks: 757
Quote:
Originally Posted by Freaky Ratbuster View Post
hello epvp
like thread says scroll remove pk From Char i hope it helps


RefObjCommon
PHP Code:
1 43605 ITEM_MALL_PKREMOVER ???? ???? ??? (???) xxx SN_ITEM_MALL_PKREMOVER SN_ITEM_MALL_PKREMOVER_TT_DESC 1 0 3 3 13 14 180000 3 0 1 1 1 255 0 1 0 0 129 0 0 0 0 0 0 0 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 xxx item\etc\drop_mall_scroll.bsr Premium\etc\pkremover.ddj xxx xxx 22005 
RefObjItem
PHP Code:
22005 1 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000 ????(?) [USU1:SKILL_MALL_PKREMOVER] -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx 0 0 0 
RefSkill
PHP Code:
1 34005 1013 SKILL_MALL_PKREMOVER ???? ???? SKILL_MALL_PKREMOVER 0 1 1 0 0 0 0 0 1000 0 0 0 3599 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 255 255 0 0 0 0 0 255 255 255 255 item\etc\mall_optlevel_upgrade_scroll_1.ddj SN_SKILL_MALL_PKREMOVER xxx SN_SKILL_MALL_PKREMOVER_TT_DESC xxx 0 0 3 1667396966 1851946342 1685418593 1500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 

Procedure >> _TimedJob
PHP Code:
if(@JobID '34005') -- Pk Remover
begin

Update _Char Set DailyPK 
0 Where CharID = @CharID
Update _Char Set TotalPK 
0 Where CharID = @CharID
Update _Char Set PKPenaltyPoint 
0 Where CharID = @CharID
return -3
end 
if it helps just click thanks
Have you even tested this, before releasing it?

The first thing you are mistaken is the wrong procedure. _TimedJob is a table, not a procedure, _AddTimedJob is the correct one.
Also, item usage > skill trigger and a forced DC might not be that appealing to anyone.

And in the end, more effort, more stuff, for a process, which can be handled with a single item usage instead. No skill linking required.
blapanda is offline  
Old 06/24/2017, 00:26   #3

 
elite*gold: 1400
Join Date: May 2011
Posts: 1,198
Received Thanks: 740
First yo'are not allowed to say * PRESS THANKS * as far as i remember. & you have to test anything before releasing it
R3D* is offline  
Reply


Similar Threads Similar Threads
Vsro silk scroll and gift scroll doesn't work
10/17/2015 - SRO Private Server - 1 Replies
solved topic can delete
[Request Help] Remove mobs / remove eur items / remove npc
02/15/2013 - SRO Private Server - 0 Replies
Iam sure all now saies this guy is mad :D why not remove the db i want to know how i can remove mobs from samrkand and add alex mobs there and remove eur item from npc and drobs and remove some npcs ty guys _________________________ I see that there is too much help here it's my topic no.2 without any answer
(ALB) WTS Effect Scroll - Megadolon Drop Scroll
01/09/2012 - Trading - 1 Replies
Im looking for plats just serious offers please
WTT 3X Scroll for Shuta( Come with ur Scroll)(Evengarda)
06/16/2010 - Archlord Trading - 1 Replies
İ want to change 4x Scroll for shuta ... u need to come with ur scroll



All times are GMT +1. The time now is 21:48.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.