Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 22:30

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

Advertisement



[Help Thread] Please post your questions here.

Discussion on [Help Thread] Please post your questions here. within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old 03/25/2018, 16:28   #6976
 
elite*gold: 0
Join Date: Feb 2018
Posts: 21
Received Thanks: 0
when restoring the database of Telecaster . gives an error.
Skolko is offline  
Old 03/25/2018, 17:06   #6977
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
You need MSSQL developer (Community) edition and use the telecaster from this post...

ThunderNikk is offline  
Old 03/25/2018, 17:11   #6978
 
elite*gold: 0
Join Date: Feb 2018
Posts: 21
Received Thanks: 0
Telecaster, 9.1 is fine . at 9.4 such error
Skolko is offline  
Old 03/25/2018, 19:27   #6979
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
The link next to the little red X in your picture will tell you whats wrong. I can only guess it is database size and that means you are either not using MSSQL community or you are trying to use the released Telecaster instead of the one I linked.
ThunderNikk is offline  
Old 03/26/2018, 00:08   #6980
 
Rollk's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 81
Received Thanks: 16
Hi guys

I encounter a very small problem in my script

look at this :


I want to select an item randomly in "list1"
and have a random amount of "0 to 10"

I am sure that for you it's simple but me who starts in lua ... it is complex
Rollk is offline  
Old 03/26/2018, 00:29   #6981
 
InkDevil's Avatar
 
elite*gold: 0
Join Date: Sep 2015
Posts: 594
Received Thanks: 1,188
Quote:
Originally Posted by Rollk View Post
Hi guys

I encounter a very small problem in my script

look at this :


I want to select an item randomly in "list1"
and have a random amount of "0 to 10"

I am sure that for you it's simple but me who starts in lua ... it is complex
Code:
function slot(slot_id)

local list1 = {100001,101100,101101,101102}

local rdx = math.random( 0 , 10 )
local slot1 = list1[math.random(1,table.getn(list1))]

     if slot_id == 1 then 
	 
		insert_item( slot1, rdx )
	 
     end
end
- You pick an item of an array via array_name[index]
- via table.getn(array_name) you get the itemcount(usually the max index, but in your case the count of items) of your array (if I remember correctly).
- via math.random(1,table.getn(array_name)) you choose randomly a number between 1 and the itemcount of your array.
InkDevil is offline  
Thanks
1 User
Old 03/26/2018, 00:40   #6982
 
Rollk's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 81
Received Thanks: 16
Quote:
Originally Posted by LamiaCore View Post
Code:
function slot(slot_id)

local list1 = {100001,101100,101101,101102}

local rdx = math.random( 0 , 10 )
local slot1 = list1[math.random(1,table.getn(list1))]

     if slot_id == 1 then 
	 
		insert_item( slot1, rdx )
	 
     end
end
- You pick an item of an array via array_name[index]
- via table.getn(array_name) you get the itemcount(usually the max index, but in your case the count of items) of your array (if I remember correctly).
- via math.random(1,table.getn(array_name)) you choose randomly a number between 1 and the itemcount of your array.
Thank you very much @
Rollk is offline  
Old 03/26/2018, 01:56   #6983
 
Wael™'s Avatar
 
elite*gold: 415
Join Date: Nov 2011
Posts: 91
Received Thanks: 19

guys, I have the same issue if anyone can help @
Wael™ is offline  
Old 03/26/2018, 12:01   #6984
 
InkDevil's Avatar
 
elite*gold: 0
Join Date: Sep 2015
Posts: 594
Received Thanks: 1,188
Quote:
Originally Posted by Wael™ View Post

guys, I have the same issue if anyone can help @
I can't help with that, because I never used 7.X Files on my own,
so I have no idea about the db-backgrounds in that epic.
Sorry
InkDevil is offline  
Thanks
1 User
Old 03/26/2018, 12:09   #6985
 
Wael™'s Avatar
 
elite*gold: 415
Join Date: Nov 2011
Posts: 91
Received Thanks: 19

its fine man

hmmm do you know about the pets improving that happen in 8.1-9.1

like pets in 7.XX so slow when they take an item from the ground
is there any way to make it faster like 9.1 8.1 ?


thx for your time "
Wael™ is offline  
Old 03/26/2018, 12:52   #6986
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Pretty sure that one is hard coded into the game server.
ThunderNikk is offline  
Old 03/26/2018, 13:53   #6987
 
thefear511's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 920
Received Thanks: 234
Quote:
Originally Posted by Wael™ View Post
its fine man

hmmm do you know about the pets improving that happen in 8.1-9.1

like pets in 7.XX so slow when they take an item from the ground
is there any way to make it faster like 9.1 8.1 ?


thx for your time "
looters are hardcoded, they have made them faster in higher epics.

the thing responsible about this is sframe + herlock, if you have the source code or a reverse engineer expert you can make it possible in 7.2.
thefear511 is offline  
Old 03/26/2018, 17:51   #6988
 
elite*gold: 0
Join Date: Dec 2017
Posts: 188
Received Thanks: 24
who have the 9.4 databases of mssql 2008r2?
12sky2Server is offline  
Old 03/26/2018, 18:27   #6989
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,779
Received Thanks: 1,461
Why can't you just get the latest MSSQL developer edition?...



Even if you mean you have a 2008 R2 server you can install the latest edition of MSSQL on it.

Am I really understanding correctly that you want to run it on an old MSSQL 2008 R2 version?
ThunderNikk is offline  
Thanks
1 User
Old 03/26/2018, 19:01   #6990
 
Rollk's Avatar
 
elite*gold: 0
Join Date: Jul 2011
Posts: 81
Received Thanks: 16
Quote:
Originally Posted by Wael™ View Post

guys, I have the same issue if anyone can help @
I am not sure
but you can make a script that says that the account "ID" receives the passport
I do not have the 7.2 available for testing
But why want to do all the acount?
sorry for my bad English..
Rollk is offline  
Reply

Tags
7.4, client, rappelz


Similar Threads Similar Threads
[Helping Topic] 24/7 Helping Services!
08/27/2008 - EO PServer Hosting - 31 Replies
stucked on anything while setuping your server? post your problem here and you will get answer as fast as possible better than spamming with posts :cool: first of all try reading Ahmedpotop's Pserver All thing guide. if your couldn't solve it out post your problem down here ""That includes PHP rankings pages / registrations pages / Status pages""



All times are GMT +2. The time now is 22:30.


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.