Register for your free account! | Forgot your password?

You last visited: Today at 21:18

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

Advertisement



LUKCY PARAM

Discussion on LUKCY PARAM within the SRO PServer Questions & Answers forum part of the SRO Private Server category.

Reply
 
Old   #1
 
ali2008x's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 148
Received Thanks: 11
LUKCY PARAM

I want to edit lucky and speed in some scrolls

which pararm for lucky and speed in _RefSkill ?
ali2008x is offline  
Old 02/25/2021, 14:58   #2
 
elite*gold: 0
Join Date: Jul 2020
Posts: 201
Received Thanks: 176
Please check these:
Code:
		case 1819632491
			$text = "[Alchemy Luck Increased] by " & $aData[$n][$nas+1] & "%"
Code:
		case 1752396850
			$text = "[Moving Speed Increased (Dagger)] by " & $aData[$n][$nas+1] & "%"
			$nos = $nos + 1
		case 1752396851
			$text = "[Moving Speed Increased (Extra)] by " & $aData[$n][$nas+1] & "%"
			$nos = $nos + 1
		case 1752396901
			$text = "[Moving Speed Increased (Std.)] by " & $aData[$n][$nas+1] & "%"
			$nos = $nos + 1
OKeks is offline  
Old 02/25/2021, 15:11   #3
 
ali2008x's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 148
Received Thanks: 11
i cant understand what you mean ?
i just want to know param numbers
ali2008x is offline  
Old 02/25/2021, 16:23   #4
 
elite*gold: 0
Join Date: Jul 2020
Posts: 201
Received Thanks: 176
Lucky parameter: 1819632491
Speed parameters:1752396850, 1752396851, 1752396901

You can setup a query for _refskill and search for parameters to get the structure.

Or get the code of this tool to check for them:
OKeks is offline  
Old 02/25/2021, 18:26   #5
 
ali2008x's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 148
Received Thanks: 11
i want to remove speed from godbless and remove lucky from premium

i just want to know how i can do it
ali2008x is offline  
Old 02/25/2021, 18:29   #6
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,490
Received Thanks: 798
Quote:
Originally Posted by ali2008x View Post
i want to remove speed from godbless and remove lucky from premium

i just want to know how i can do it
Find the premium in refskill then put 0 in the Param cell that is responsible for speed. You have everything you need in this thread
Judgelemental is online now  
Old 02/25/2021, 19:06   #7
 
ali2008x's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 148
Received Thanks: 11
WHAT IS THE NAME OF Param cell WHERE I CAN PUT 0
ali2008x is offline  
Old 02/25/2021, 22:22   #8
 
elite*gold: 0
Join Date: Jul 2020
Posts: 201
Received Thanks: 176
It can be any cell from Param1 to Param50. Below is an example for an attacking skill. You will find similar stuff on your godbless/premium, if you would search for the parameter number (which you got above).

OKeks is offline  
Thanks
2 Users
Old 02/25/2021, 22:25   #9
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,490
Received Thanks: 798
You know you can just scroll to the right until you find '1819632491', right.....
Judgelemental is online now  
Thanks
1 User
Old 02/26/2021, 00:43   #10
 
ali2008x's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 148
Received Thanks: 11
here is example i want to remove lucky 10% from hero scroll
i will remove all parama ??


#This Line From _RefSkill

PHP Code:
1    59729    12121    SKILL_MALL_SWAGGER_HERO_SCROLL    ???? ????    SKILL_MALL_SWAGGER_HERO_SCROLL    0    1    1    0    0    0    0    0    1000    0    0    0    0    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\goodbless.ddj    SN_SKILL_MALL_SWAGGER_HERO_SCROLL    xxx    SN_SKILL_MALL_SWAGGER_HERO_SCROLL_TT_DESC    xxx    0    0    3    1667396966    1851946342    1685418593    -1875767296    26738    150    50    1752396851    200    0    1752656242    200    0    7172201    7000    0    6844521    7000    0    1819632491    10    0    25970    150    50    6582901    20    20    1937011305    20    0    1768846441    20    0    1868849522    20    0    0    0    0    0    0    0    0    0    0    0    0    0 
ali2008x is offline  
Old 02/26/2021, 12:09   #11
 
elite*gold: 0
Join Date: Jul 2020
Posts: 201
Received Thanks: 176
No comment...
OKeks is offline  
Thanks
1 User
Old 02/26/2021, 13:17   #12
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,490
Received Thanks: 798
Quote:
Originally Posted by ali2008x View Post
here is example i want to remove lucky 10% from hero scroll
i will remove all parama ??


#This Line From _RefSkill

PHP Code:
1    59729    12121    SKILL_MALL_SWAGGER_HERO_SCROLL    ???? ????    SKILL_MALL_SWAGGER_HERO_SCROLL    0    1    1    0    0    0    0    0    1000    0    0    0    0    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\goodbless.ddj    SN_SKILL_MALL_SWAGGER_HERO_SCROLL    xxx    SN_SKILL_MALL_SWAGGER_HERO_SCROLL_TT_DESC    xxx    0    0    3    1667396966    1851946342    1685418593    -1875767296    26738    150    50    1752396851    200    0    1752656242    200    0    7172201    7000    0    6844521    7000    0    1819632491    10    0    25970    150    50    6582901    20    20    1937011305    20    0    1768846441    20    0    1868849522    20    0    0    0    0    0    0    0    0    0    0    0    0    0 


Sweetheart, do you even read the goddamn comments?
Everyone has been telling you that the param is 1819632491.

Not only that but on the item it says "Lucky 10% increase" and 1819632491 has a 10 next to it, which means 10%.

Is this a joke....

Quote:
Originally Posted by OKeks View Post
No comment...
This is a sad fucking joke from his side...

He doesn't even read the comments.
Judgelemental is online now  
Old 02/26/2021, 13:39   #13
 
ali2008x's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 148
Received Thanks: 11
Quote:
Originally Posted by Judgelemental View Post
Sweetheart, do you even read the ******* comments?
Everyone has been telling you that the param is 1819632491.

Not only that but on the item it says "Lucky 10% increase" and 1819632491 has a 10 next to it, which means 10%.

Is this a joke....



This is a sad ******* joke from his side...

He doesn't even read the comments.

i all ready read it but its Fixed rate? i mean 10% 20 % 50 % it's all the same pararm value ? (1819632491)
ali2008x is offline  
Old 02/26/2021, 13:50   #14
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,490
Received Thanks: 798
Quote:
Originally Posted by ali2008x View Post
i all ready read it but its Fixed rate? i mean 10% 20 % 50 % it's all the same pararm value ? (1819632491)
Yes, of course......

1819632491 10 = 10% lucky increase
1819632491 50 = 50% lucky increase
etc...
.
.
.
Judgelemental is online now  
Old 02/26/2021, 14:04   #15
 
EҳoDia's Avatar
 
elite*gold: 0
Join Date: Sep 2011
Posts: 30
Received Thanks: 24
Alchemy succ rate
Param18
1819632491 (this is the value that determines the lucky)
Param19
100 = 50, 100%


you must look for the Skil that determines that scroll, and go to the parameters and look for the Value of lucky

nobody here will tell you in detail how this is they are always hiding things
EҳoDia is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Guys Help About Lukcy Dc
03/18/2011 - CO2 Guides & Templates - 2 Replies
some player now make me DC my Luky Time in poker Any one tell me How Please The Do That and thanks
ECSRO TEST SERV HOW TO SOLVE INPUT PARAM ERROR
12/05/2009 - SRO Private Server - 9 Replies
Hi guys, i found how to fix imput param error. Your media.pk2 its damaged if you are getting that error Download media.pk2 from the next links and replace yours! FileFront :Download Media_testserver20091127b.rar Megaupload MEGAUPLOAD - The leading online storage and file delivery service With this media.pk2 you will NEVER get Impun Param Error (4)
Input param error (4)---->(SWSRO)
10/23/2009 - SRO Private Server - 23 Replies
when I'm playing the server disconnects me and gives me this error http://img16.imageshack.us/img16/5755/72833770.jp g help me!!! What can I do?
Imput Param Errors
08/03/2009 - SRO Private Server - 3 Replies
Every time at Shaitan or LY these scumbag turks are using Param Error on everyone. Anyone know a way to fix this problem? What is the cause of the error?
Sun W PROBLEM INPUT PARAM ERROR 4
08/01/2009 - SRO Private Server - 7 Replies
well i have sun world client full , no patchs . no programs, no pks, and data , just patch chinese and when i launch i get this error this happend after the update 100 cap and skills



All times are GMT +2. The time now is 21:18.


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.