Register for your free account! | Forgot your password?

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

  • 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 08/09/2013, 22:26   #2266
 
elite*gold: 0
Join Date: Apr 2012
Posts: 463
Received Thanks: 837
16128 = tileSize * segmentPerMap * tilePerSegment
= 42 * 64 * 6 = 16128

From TerrainSeamLessWorld.cfg. Honestly, I don't think they changed that, many files seems to use these coords

I will see what are the coords in the correct region, that will help us better than tring random coords ^^

the X position is 113000~ at the beginning of the region (so 7 * 16128)

Y is 64500, so 4*16128.

So it seems that first formula is right, try position 113429, 71641
absoluteX = 7 * 16128 + 533 = 113429
absoluteY = 4 * 16128 + 7129 = 71641

this should be correct
glandu2 is offline  
Thanks
1 User
Old 08/09/2013, 22:38   #2267
 
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,458
Thank you c1ph3r and thank you very much glandu for your help, I have obtained the following results thanks to your advice

ismokedrow is offline  
Old 08/09/2013, 22:44   #2268
 
elite*gold: 0
Join Date: Apr 2012
Posts: 463
Received Thanks: 837
I found your quest thing ^^
The object is a quest object that can be picked up (but i couldn't as shown in chat windows because I don't have the required quest)
glandu2 is offline  
Old 08/09/2013, 22:46   #2269
 
elite*gold: 0
Join Date: Jul 2013
Posts: 50
Received Thanks: 1
Hallo zusammen

ich suche einen befehl für die lua ich möchte einen Boss hinstellen und wenn er tot ist soll er ein Zufalls buff werfen weiß jemand was ich da schreiben muss?
Queeni is offline  
Old 08/09/2013, 23:17   #2270
 
elite*gold: 0
Join Date: Sep 2008
Posts: 120
Received Thanks: 98
Um ein Monster per lua hinzustellen schreibst du eine Funktion:
Code:
function SpawnBoss()
add_npc() //Die Parameter musst du dir selber suchen, hab ich jetzt nicht.
end
oder wenn du einen Charakter mit Permission=100 hast, kannst du add_npc() auch gleich ausführen.

Du schreibst eine Funktion in lua. Bsp:
Code:
function GiveBuff()
add_state(id, lv, dauer)
end
Dann gehst du in Arcadia.dbo.MonsterResource
und suchst den gewünschten Mob.
Ganz rechts die letzte Spalte ist "script_on_dead".

Dort trägst du den Funktionsnamen ein.
Hier also "GiveBuff()" (ohne Quotes).

Die Funktion wird dann ausgeführt, nachdem der Mob stirbt.
Player95 is offline  
Old 08/09/2013, 23:22   #2271
 
elite*gold: 0
Join Date: Jul 2013
Posts: 50
Received Thanks: 1
Vielen dank
Queeni is offline  
Old 08/10/2013, 00:48   #2272
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,461
Quote:
Originally Posted by serm123 View Post
hi guys i have a small problem.
while i run captain herlock server after 5 OR 10 Mn he close automaticly why?? plz help me
Really will not be able to help without some more information if possible.

Is there any messages in either of your console windows?

Does it leave an arcadia.dmp file in your game server folder?

Is there anything in the game server log?

Are you doing anything specific when it decides to stop running?

Did you try to buff your self with buff levels that are extreme.
ThunderNikk is offline  
Old 08/10/2013, 16:35   #2273
 
tokesbowls's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 307
Received Thanks: 32
Hello,
So im really confused, How/Where/Why is the letter g blocked in my server.
Ive had some people point out area's to look but yet to solve this mystery
tokesbowls is offline  
Old 08/10/2013, 17:59   #2274
 
elite*gold: 0
Join Date: Jul 2013
Posts: 50
Received Thanks: 1
kann man in einer lua auch auf anderen ebenen spawnen lassen zb x,y,z
Queeni is offline  
Old 08/10/2013, 18:10   #2275
 
Nada92's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 68
Received Thanks: 2
Hello everyone

i have three problems with my server which are :
1. the hotbar skills and keys can not be saved after editing them.

2. when i start up my server by starting the files [ ] and [ ] it works well but, when i try to start it with any GM tool (like Royal GM Tool) it give the AUTH DB INIT ERROR

3.almost of the gm tools do not work when my server is running [xAdmin, Xijezu, Zoidberg and Royal GM tool] the only GM tool worked is puRE GM tool.

Thanks, and before you reply with "Use search button".. btw i did and its not that useful i found no matching results.
Nada92 is offline  
Old 08/10/2013, 18:24   #2276
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,461
Quote:
Originally Posted by Nada92 View Post
Thanks, and before you reply with "Use search button".. btw i did and its not that useful i found no matching results.
Amazing...try the search within a thread specifically the help thread. It will work much better than the google search at the top of the page.

Quote:
Originally Posted by Nada92 View Post
1. the hotbar skills and keys can not be saved after editing them.


Quote:
Originally Posted by Nada92 View Post
2. when i start up my server by starting the files [ ] and [ ] it works well but, when i try to start it with any GM tool (like Royal GM Tool) it give the AUTH DB INIT ERROR
The server settings are not correct in the GM tool.

Quote:
Originally Posted by Nada92 View Post
3.almost of the gm tools do not work when my server is running [xAdmin, Xijezu, Zoidberg and Royal GM tool] the only GM tool worked is puRE GM tool.
All of the GM tools that do not work for you do not inject commands into the game they copy them to the clipboard.

Control V to paste the command into the game chat window and voila it works.
ThunderNikk is offline  
Old 08/10/2013, 22:01   #2277
 
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,458
Quote:
Originally Posted by tokesbowls View Post
Hello,
So im really confused, How/Where/Why is the letter g blocked in my server.
Ive had some people point out area's to look but yet to solve this mystery
abuselist.txt :P You really should use American Clients if you don't wanna wonder why letters are weirdly blocked.
ismokedrow is offline  
Old 08/11/2013, 02:12   #2278
 
Spacer19's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 46
Received Thanks: 11
Hi,

I have a small question.

In this Subject: Page 2

There is a Screen Panel for Web Management Rappelz, but I'd like to know where and how it get it?

Thank you for your future answers.

Sincerely,
Spacer19 is offline  
Old 08/11/2013, 06:09   #2279
 
tokesbowls's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 307
Received Thanks: 32
Quote:
Originally Posted by ismokedrow View Post
abuselist.txt :P You really should use American Clients if you don't wanna wonder why letters are weirdly blocked.

Should i be afraid to ask where that is located at? I've searched my client for it and it doesn't exist or unable to locate.
tokesbowls is offline  
Old 08/11/2013, 06:46   #2280
 
Nada92's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 68
Received Thanks: 2
One more little question..

I have an issue with using the GM tools or commands here is my account and character information in the database [ you can see permission = 1 ]

Auth > Tables > dbo.Account


Telecaster > Tables > dbo.Character


but i still can not insert items by coding, for example here is the code which gives a White Dragon card :
Code:
/run insert_item(540037, 1, 0, 0, 2,"MoonLight")
Correct me if i was wrong.

when i type this in chat window ingame, it gives nothing but when i use the puRE GM tool i can spawn items by getting the ID of the item i want and paste it into it and click on "Insert Item" button and it works fine.

simply the codes given by GM tools do not work and the ones i type myself as well.
the only way i can insert item or buff up etc is to use the puRE GM tool.

Thanks.
Nada92 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 12:45.


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.