Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 12:53

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

Advertisement



Hidden Village pass.... it's impossible, but serenity?

Discussion on Hidden Village pass.... it's impossible, but serenity? within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2009
Posts: 28
Received Thanks: 6
Hidden Village pass.... it's impossible, but serenity?

opening this thread only to be reassured: it's impossible to have clikkable HV pass that doesn't disppear @ login.

I've been in a lot of different private servers (pretty mucch all the p-servers avaiable ) and all of them have this same issue: HV clikkable to warp but removed on login, OR HV pass not clickkable, but NOT removed on login

BUT

i have in mind Serenity server had clickkable+non-disappearing HV pass
I am wrong isn't it?

Once i am sure i'll stop wasting my time trying to

a) insert_item (clikkable HV pass) on_login

B) UPDATE ItemResource SET something to make it clikkable WHERE id=(HV not clikkable)

Thanks

P.S. since my last post where i posted a question asking for a solution to a non-existant issue (joker...-.-') this time i spent 2 days double and triplechecking all :P
aretheia is offline  
Thanks
1 User
Old 09/25/2012, 14:15   #2
 
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,458
Quote:
Originally Posted by aretheia View Post
opening this thread only to be reassured: it's impossible to have clikkable HV pass that doesn't disppear @ login.

I've been in a lot of different private servers (pretty mucch all the p-servers avaiable ) and all of them have this same issue: HV clikkable to warp but removed on login, OR HV pass not clickkable, but NOT removed on login

BUT

i have in mind Serenity server had clickkable+non-disappearing HV pass
I am wrong isn't it?

Once i am sure i'll stop wasting my time trying to

a) insert_item (clikkable HV pass) on_login

B) UPDATE ItemResource SET something to make it clikkable WHERE id=(HV not clikkable)

Thanks

P.S. since my last post where i posted a question asking for a solution to a non-existant issue (joker...-.-') this time i spent 2 days double and triplechecking all :P
The warp HV ticket e.g. (ID: 910023) will vanish after relog/warp only if the server does not have cash shop / item box enabled. If those are enabled the premium pass should stay in your inventory.
ismokedrow is offline  
Old 09/25/2012, 15:30   #3
 
elite*gold: 0
Join Date: Jan 2009
Posts: 28
Received Thanks: 6
Quote:
Originally Posted by ismokedrow View Post
The warp HV ticket e.g. (ID: 910023) will vanish after relog/warp only if the server does not have cash shop / item box enabled. If those are enabled the premium pass should stay in your inventory.
Since i already have

T game.cash_usable_server:1

in my gameserver.opt

i suppose there is some other command i do not know of to enable the cash shop.
aretheia is offline  
Old 09/25/2012, 15:31   #4
 
elite*gold: 0
Join Date: Jun 2011
Posts: 124
Received Thanks: 5
Quote:
Originally Posted by aretheia View Post
opening this thread only to be reassured: it's impossible to have clikkable HV pass that doesn't disppear @ login.

I've been in a lot of different private servers (pretty mucch all the p-servers avaiable ) and all of them have this same issue: HV clikkable to warp but removed on login, OR HV pass not clickkable, but NOT removed on login

BUT

i have in mind Serenity server had clickkable+non-disappearing HV pass
I am wrong isn't it?

Once i am sure i'll stop wasting my time trying to

a) insert_item (clikkable HV pass) on_login

B) UPDATE ItemResource SET something to make it clikkable WHERE id=(HV not clikkable)

Thanks

P.S. since my last post where i posted a question asking for a solution to a non-existant issue (joker...-.-') this time i spent 2 days double and triplechecking all :P
HV problem ticket is changing the value premium -----> I really don't know how to change this value
But I noticed in your lua programming premium there no one can implement orders of 6.2 so far


This special premium official lua programming

PHP Code:
function is_premium()


    -- 
±¹°، ؤعµه ہذ¾î؟ہ±â
        
-- get_local_info()ہا ¹فب¯°ھµé
        
--LOCAL_INFO_KOREA                      1
        
--LOCAL_INFO_HONGKONG                   2
        
--LOCAL_INFO_AMERICA                    4
        
--LOCAL_INFO_GERMANY                    8
        
--LOCAL_INFO_JAPAN                      16
        
--LOCAL_INFO_TAIWAN                     32
        
--LOCAL_INFO_CHINA                      64
        
--LOCAL_INFO_FRANCE                     128
        
--LOCAL_INFO_RUSSIA                     256
        
--¸»·¹ہج½أ¾ئ 512, ½ج°،ئْ 1024, ؛£ئ®³² 2048, إآ±¹ 4096, ءكµ؟ 8192, إحإ° 16384    
        
    
local state_code get_local_info()    
    
    -- &
#1575;ر±¹ہا °و؟ى ؛»¼·/إ×¼· ¸ًµخ ½أإ©·çئ® اء¸®ئذ½؛°، ہضہ¸¸é true
    
if state_code == and gv"premium" ) == 1 then
        
return true
    end
    
-- ½أإ©·çئ® اء¸®ئذ½؛°، ہضہ¸¸é true
    
if gv"premium" ) == and scf_is_official_serverget_server_category() ) then
        
return true
    end
    
    
-- إ×½؛ئ® ¼*¹ِہج¸é ¹«ء¶°ا true
    
if scf_is_official_serverget_server_category() ) == false then
    
--    return true    
    end
    
    
return false

end 
This is the custom function

PHP Code:
function scf_is_official_servercategory )

    -- 
16°ْ AND ؟¬»ê ½أؤ×ہ» ¶§ 0 ہج¸é إ×½؛ئ®¼*¹ِ, 16ہج¸é ء¤½ؤ ¼*¹ِ
    
if math.modmath.floorcategory 536870912 ), ) == 1 then
        
return true
    
else
        return 
false
    end

end 
if math.mod( math.floor( category / 536870912 ), 2 )


This was not one to run
scf_is_official_server( get_server_category() )

You can extract the figure server category

Note/issue a different number
abady100 is offline  
Old 09/25/2012, 15:43   #5
 
elite*gold: 0
Join Date: Jan 2009
Posts: 28
Received Thanks: 6
Quote:
Originally Posted by abady100 View Post
HV problem ticket is changing the value premium -----> I really don't know how to change this value
But I noticed in your lua programming premium there no one can implement orders of 6.2 so far

This special premium official lua programming

[php]function is_premium()
[...]
if state_code == 1 and gv( "premium" ) == 1 then
return true
[...]
if gv( "premium" )
yeah i saw that 'premium value' in my lua script, and i was wondering where did that value was stored inside the db (gv = read the database isn't it ? but what which database? which table?)

Actually having 'is_premium' set on true is not that big isuue. i could link it to the 910000 HV ticket. The problem is 910000 ticked doesn't warp on click :/
aretheia is offline  
Old 09/25/2012, 15:51   #6

 
Musta²'s Avatar
 
elite*gold: 1
Join Date: May 2011
Posts: 542
Received Thanks: 421
Quote:
Originally Posted by aretheia View Post
yeah i saw that 'premium value' in my lua script, and i was wondering where did that value was stored inside the db (gv = read the database isn't it ? but what which database? which table?)

Actually having 'is_premium' set on true is not that big isuue. i could link it to the 910000 HV ticket. The problem is 910000 ticked doesn't warp on click :/
910000 as a paiditem would work
Musta² is offline  
Thanks
1 User
Old 09/25/2012, 15:54   #7
 
TheOnlyOneRaskim's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 978
Received Thanks: 1,011
Check the 6 needed smp´s for the item-box and edit the paiditem table right.

This isnt really hard, just a brain is needed.
TheOnlyOneRaskim is offline  
Thanks
1 User
Old 09/25/2012, 16:34   #8
 
elite*gold: 0
Join Date: Jun 2011
Posts: 124
Received Thanks: 5
Quote:
Originally Posted by TheOnlyOneRaskim View Post
Check the 6 needed smp´s for the item-box and edit the paiditem table right.

This isnt really hard, just a brain is needed.

hmmm You need as you say to little thought!

But note that all servers have this problem
abady100 is offline  
Old 09/25/2012, 16:41   #9
 
elite*gold: 0
Join Date: Jan 2009
Posts: 28
Received Thanks: 6
Quote:
Originally Posted by MuStA2222 View Post
910000 as a paiditem would work
Quote:
Originally Posted by TheOnlyOneRaskim View Post
Check the 6 needed smp´s for the item-box and edit the paiditem table right.

This isnt really hard, just a brain is needed.
hum something did happen but i now have more questions than before.

1) too noob as SQL developer to know what item box's SMPs are o.o
2) i added 91000 to paiditem table for my account, and also got rid of 'Rappelz private server conncetor' and got back to the old good .bat with cs options enabled, and now:

- 910023 doesn't disppear on login anymore (i added 910000 to paiditem o.o)
- 910000 still doesn't warp
- i have HV buff timer according to date set in paiditem table for 91000
- 910023 ticked has timer according to the same date (paiditem) (it did have timer according to avaible_period field in ItemResource before)
- 910000 has timer according to avaible_period field in ItemResource

but i'm happy because something has improoved
aretheia is offline  
Old 09/25/2012, 16:42   #10

 
Musta²'s Avatar
 
elite*gold: 1
Join Date: May 2011
Posts: 542
Received Thanks: 421
Quote:
Originally Posted by abady100 View Post
hmmm You need as you say to little thought!

But note that all servers have this problem
Try GamePortal's :P..
Musta² is offline  
Old 09/25/2012, 16:49   #11
 
elite*gold: 0
Join Date: Jun 2011
Posts: 124
Received Thanks: 5
Quote:
Originally Posted by aretheia View Post
yeah i saw that 'premium value' in my lua script, and i was wondering where did that value was stored inside the db (gv = read the database isn't it ? but what which database? which table?)

Actually having 'is_premium' set on true is not that big isuue. i could link it to the 910000 HV ticket. The problem is 910000 ticked doesn't warp on click :/
In fact supposed to be ticket 910023 has no time but durable pouch
And the right to be linked buff 9004


*There is no specific time for ticket

Ticket links buff 9004

Quote:
Originally Posted by MuStA2222 View Post
Try GamePortal's :P..
You use the 910023 or 910000
abady100 is offline  
Old 09/25/2012, 17:02   #12

 
Musta²'s Avatar
 
elite*gold: 1
Join Date: May 2011
Posts: 542
Received Thanks: 421
Quote:
Originally Posted by abady100 View Post
In fact supposed to be ticket 910023 has no time but durable pouch
And the right to be linked buff 9004


*There is no specific time for ticket

Ticket links buff 9004



You use the 910023 or 910000
I use a function on register that gives you HV Pass in Raskim's way on registering, which gives you HV ticket 910023 and a login buff (it's system managed).
Musta² is offline  
Old 09/25/2012, 17:02   #13
 
c1ph3r's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,606
Received Thanks: 1,210
Modify the item or the smps and the problem is gone...
c1ph3r is offline  
Thanks
1 User
Old 09/25/2012, 17:17   #14
 
elite*gold: 0
Join Date: Jun 2011
Posts: 124
Received Thanks: 5
Quote:
Originally Posted by MuStA2222 View Post
I use a function on register that gives you HV Pass in Raskim's way on registering, which gives you HV ticket 910023 and a login buff (it's system managed).
ok... But is it has a time limit and ends or fixed?
abady100 is offline  
Old 09/25/2012, 17:29   #15

 
Musta²'s Avatar
 
elite*gold: 1
Join Date: May 2011
Posts: 542
Received Thanks: 421
Quote:
Originally Posted by abady100 View Post
ok... But is it has a time limit and ends or fixed?
Yup, try it yourself, login .

people provided too much information for you guys to fix this problem, I don't know how you couldn't.
Musta² is offline  
Reply


Similar Threads Similar Threads
rappelz hidden village pass 30 days code
03/02/2012 - Rappelz Private Server - 6 Replies
hi, rappelz hidden village pass 30 day code?
i need the code for hidden village to add it to merchant
08/26/2011 - Rappelz - 7 Replies
hey guys .. i need the code for hidden village to add it to merchant in (( rappelz merchant modder )) .. thx all ..
7 Days Hidden Village free
09/08/2010 - Rappelz - 2 Replies
Hi Leute ^^ Ich hab ma vor ner zeit lang Rappelz aufm ammi server gespielt.Dort hab ich ein Code bekommen wodurch man 7 days hidden village bekommt.Probiert ihn mal aus-auf der inet seite musst ihr ihn bei den codes eingeben (wo genau weis ich nich mehr is zu lange her ^^) falls er funsen sollte gebt mir einfach dafür ein thanks :D Grüße Code here IWOO-0001-GAJC-NONW PS:ihr müsst das natürlich auf der ammi seite eingeben.



All times are GMT +2. The time now is 12:53.


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.