So, how we could fix that thing with npc text else? I dont know how or where to find these npc text script.
And its not only the npcs only. When you drop something and there is a ae, oe, or ue in the word, like the german word for cube, the text after this letter is gone. Could you, or someone else help me pls?
Reguards
It is probably the abuse_list.txt
You will need to resource an override file that will correct the filters.
Thanks thndr. Im a beginner, yes. And its very cool that here is a thread for dummies. xP How would some guys say? 'Women always dummies in this thing!' ^^ I'll let you know if I get it or not.
I figured it out drop_percentage_00 is only for WHERE drop_item_id_00
When it becomes drop_item_id_01 then you need to change drop_percentage_01, but you are still changing drop_percentage_00 a value you have already changed.
Like this...
Code:
--------- [GM]Nada92 ---------
/* Return Scroll */
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_00 = 0 , drop_max_count_00 = 0 , drop_percentage_00 = .00000000 WHERE drop_item_id_00 = 603001
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_01 = 0 , drop_max_count_01 = 0 , drop_percentage_01 = .00000000 WHERE drop_item_id_01 = 603001
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_02 = 0 , drop_max_count_02 = 0 , drop_percentage_02 = .00000000 WHERE drop_item_id_02 = 603001
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_03 = 0 , drop_max_count_03 = 0 , drop_percentage_03 = .00000000 WHERE drop_item_id_03 = 603001
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_04 = 0 , drop_max_count_04 = 0 , drop_percentage_04 = .00000000 WHERE drop_item_id_04 = 603001
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_05 = 0 , drop_max_count_05 = 0 , drop_percentage_05 = .00000000 WHERE drop_item_id_05 = 603001
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_06 = 0 , drop_max_count_06 = 0 , drop_percentage_06 = .00000000 WHERE drop_item_id_06 = 603001
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_07 = 0 , drop_max_count_07 = 0 , drop_percentage_07 = .00000000 WHERE drop_item_id_07 = 603001
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_08 = 0 , drop_max_count_08 = 0 , drop_percentage_08 = .00000000 WHERE drop_item_id_08 = 603001
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_09 = 0 , drop_max_count_09 = 0 , drop_percentage_09 = .00000000 WHERE drop_item_id_09 = 603001
/* Forced Regen Scroll */
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_00 = 0 , drop_max_count_00 = 0 , drop_percentage_00 = .00000000 WHERE drop_item_id_00 = 601100207
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_01 = 0 , drop_max_count_01 = 0 , drop_percentage_01 = .00000000 WHERE drop_item_id_01 = 601100207
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_02 = 0 , drop_max_count_02 = 0 , drop_percentage_02 = .00000000 WHERE drop_item_id_02 = 601100207
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_03 = 0 , drop_max_count_03 = 0 , drop_percentage_03 = .00000000 WHERE drop_item_id_03 = 601100207
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_04 = 0 , drop_max_count_04 = 0 , drop_percentage_04 = .00000000 WHERE drop_item_id_04 = 601100207
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_05 = 0 , drop_max_count_05 = 0 , drop_percentage_05 = .00000000 WHERE drop_item_id_05 = 601100207
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_06 = 0 , drop_max_count_06 = 0 , drop_percentage_06 = .00000000 WHERE drop_item_id_06 = 601100207
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_07 = 0 , drop_max_count_07 = 0 , drop_percentage_07 = .00000000 WHERE drop_item_id_07 = 601100207
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_08 = 0 , drop_max_count_08 = 0 , drop_percentage_08 = .00000000 WHERE drop_item_id_08 = 601100207
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_09 = 0 , drop_max_count_09 = 0 , drop_percentage_09 = .00000000 WHERE drop_item_id_09 = 601100207
/* Forced Mana Scroll */
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_00 = 0 , drop_max_count_00 = 0 , drop_percentage_00 = .00000000 WHERE drop_item_id_00 = 601100208
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_01 = 0 , drop_max_count_01 = 0 , drop_percentage_01 = .00000000 WHERE drop_item_id_01 = 601100208
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_02 = 0 , drop_max_count_02 = 0 , drop_percentage_02 = .00000000 WHERE drop_item_id_02 = 601100208
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_03 = 0 , drop_max_count_03 = 0 , drop_percentage_03 = .00000000 WHERE drop_item_id_03 = 601100208
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_04 = 0 , drop_max_count_04 = 0 , drop_percentage_04 = .00000000 WHERE drop_item_id_04 = 601100208
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_05 = 0 , drop_max_count_05 = 0 , drop_percentage_05 = .00000000 WHERE drop_item_id_05 = 601100208
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_06 = 0 , drop_max_count_06 = 0 , drop_percentage_06 = .00000000 WHERE drop_item_id_06 = 601100208
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_07 = 0 , drop_max_count_07 = 0 , drop_percentage_07 = .00000000 WHERE drop_item_id_07 = 601100208
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_08 = 0 , drop_max_count_08 = 0 , drop_percentage_08 = .00000000 WHERE drop_item_id_08 = 601100208
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_09 = 0 , drop_max_count_09 = 0 , drop_percentage_09 = .00000000 WHERE drop_item_id_09 = 601100208
/* Forced Recovery Scroll */
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_00 = 0 , drop_max_count_00 = 0 , drop_percentage_00 = .00000000 WHERE drop_item_id_00 = 601100209
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_01 = 0 , drop_max_count_01 = 0 , drop_percentage_01 = .00000000 WHERE drop_item_id_01 = 601100209
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_02 = 0 , drop_max_count_02 = 0 , drop_percentage_02 = .00000000 WHERE drop_item_id_02 = 601100209
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_03 = 0 , drop_max_count_03 = 0 , drop_percentage_03 = .00000000 WHERE drop_item_id_03 = 601100209
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_04 = 0 , drop_max_count_04 = 0 , drop_percentage_04 = .00000000 WHERE drop_item_id_04 = 601100209
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_05 = 0 , drop_max_count_05 = 0 , drop_percentage_05 = .00000000 WHERE drop_item_id_05 = 601100209
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_06 = 0 , drop_max_count_06 = 0 , drop_percentage_06 = .00000000 WHERE drop_item_id_06 = 601100209
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_07 = 0 , drop_max_count_07 = 0 , drop_percentage_07 = .00000000 WHERE drop_item_id_07 = 601100209
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_08 = 0 , drop_max_count_08 = 0 , drop_percentage_08 = .00000000 WHERE drop_item_id_08 = 601100209
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_09 = 0 , drop_max_count_09 = 0 , drop_percentage_09 = .00000000 WHERE drop_item_id_09 = 601100209
I figured it out drop_percentage_00 is only for WHERE drop_item_id_00
When it becomes drop_item_id_01 then you need to change drop_percentage_01, but you are still changing drop_percentage_00 a value you have already changed.
Like this...
Thank you so much, i don't know how i couldn't notice that xD
Scrolls are removed now.
The server im running is "[RELEASE] FULL FILE SERVER 8.1 ~" What client and Sframe should i be using? I tried using Official client with SFrame_ep8 but would not load. the only way i can connect and play on my server is if i use "Rappelz Tournament" client and sframe and the looters wont work on that one for me but i can connect .. ...Any help here would be awesome.. thanks guys
I want ask how to find X,Y from map m00xx_xx from file *.nfa or file *.nfc
The following threads may help you out a little bit...
Don't forget to look at the "collection of tools" sticky in these forums when looking for stuff.
Quote:
Originally Posted by ninex
The server im running is "[RELEASE] FULL FILE SERVER 8.1 ~" What client and Sframe should i be using? I tried using Official client with SFrame_ep8 but would not load. the only way i can connect and play on my server is if i use "Rappelz Tournament" client and sframe and the looters wont work on that one for me but i can connect .. ...Any help here would be awesome.. thanks guys
You can use an official 8.1 client. I believe it is still available at some mirror sites that have not been updated to 8.2 yet...happy hunting.
You will need a custom sframe you can use the one I am using.
If the loot pets still do not work resourcing the correct db_pet.rdb may help you correct that.
ENGLISCH:
Hello people
I have a GM tool used by Xijezu not funkioniert this
I have also tried to enter in the database under AllowCommandsForPermissions the commands works but it still does not anyone has an idea?
Excuse the bad English my English is not so good
DEUTSCH:
Hallo Leute
Ich habe ein GM tool von Xijezu benutzt jedoch funkioniert dieses nicht
ich habe auch schon versucht in der Datenbank unter AllowCommandsForPermissions die Befehle einzutragen jedoch klappt es immer noch nicht hat noch jemand eine idee?
The following threads may help you out a little bit...
Don't forget to look at the "collection of tools" sticky in these forums when looking for stuff.
.
first thanks for answer to me.
second I read this thread many times ... this thread is not what i want ... and this tools do not give you x,y the map ...
i just want how to convert or how to read file nfa to find the coord x,y this map.
Simple question, what is your fall table tools of monsters? Is it MonsterDropTableResource or DropGroupResource?
Both, the dbo.MonsterDropTableResource is what is linked to from the dbo.MonsterResource
Then the dbo.MonsterDropTableResource links to the dbo.DropGroupResource
The drop group resource is used so that when the creature is supposed to drop a soul stone it does not drop the same one every time but randomly some soul stones in the level range will have a chance to drop.
It also helps randomize card drops and other things.
@DeMeTR
The following will help. It starts with what I have linked and it goes on for a couple of pages in the help thread here. So be prepared to continue to read forward a little bit.
[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""