[HELP] With NPCs, Events, Announces.

07/17/2010 07:52 AaronzitoBR#1
Hey guys, I'm back! :D

1º - Sorry for my bad english, but believe... untill 2016 my english will be good... Perfect. World Cup in Brazil, my country. :)

Now... Lets Go!

I have so many questions about Eudemons Private Server... WAIT! I know how to do a server, but some configs ... I really can't understand, and I hope you guys can help me.

1 - How to edit a NPC on server? Like the "RevolutionEO - Information, in Cronus"?
Problem: My server name isn't RevolutionEO, and the name and text of the npc mension RevolutionEO Server.

Picture:

[Only registered and activated users can see links. Click Here To Register...]

Picture 2:
[Only registered and activated users can see links. Click Here To Register...]

On Picture 2 I can't find the IDs or text on navicat-DB.

2 - How to remove a NPC? Like "StreetLamp" in Cronus.
Problem: I don't like this : ) I have tried to delete the StreetLamp on gameserver/ini/npc.txt ... but now the NPC/Eudemon "100" appears in the same place of the lamppost... =/

Picture:

[Only registered and activated users can see links. Click Here To Register...]


3 - How to change the "Updates" notes?

[Only registered and activated users can see links. Click Here To Register...]

4 - How to edit the drops of mobs (like item)? =/

[Only registered and activated users can see links. Click Here To Register...]

5 - How to do a "Event Card"?
Like drop of flowers cards or something like that?

6 - Dark Castle work on this DB? :(

Guys, sorry for the 1.000 questions :( But I'm realy lost!

Thank you, see ya!
07/17/2010 11:07 AziQ#2
for questions no 3 i think go cq_npc in navicat .try find the name(StreetLamp) .cause the lamp is "NPC" .so must delete the npc in db .
07/17/2010 12:53 magewarior2#3
streetlamps are prob. to find in cq_dynamicnpc

its prob. in chinees, so look for cordinate`s :bandit:
07/17/2010 16:30 Nukleuz#4
1.just search the 1st id from the npc in cq_action.. follow it and u can edit it or just search Revolution in cq_action and replace it with ur server name

2.same as above and for sure the id is there.. find it slowly

3.the npc is in cq_dynanpc.. the easy way to find it.. sort mapid = 1000 then stay as close as u can the the streetlamp npc.. check the coordinate and find it in the cq_dynanpc.. try to delete 1 and restart ur server.. if the streetlamp gone, check the lookface id and delete all the npc with the same lookface or u can use code like below
Code:
delete from cq_dynanpc where lookface >= 13456 and mapid <= 1000;
4.mostly we use 3 type or drop setting , data type 801 which is dropitem command , data type 501 which is award item to the player inventory or just use monster droprule

5.create the event item u want in itemtype.dat , insert the data in cq_itemtype and update droprule to drop the event item from certain mobs

6.not sure.. never try it..to test just find the what time the npc teleport u and use pm command to teleport to the dark castle map and see if the map working
07/17/2010 19:20 chathouse#5
stop with delete this Lamp,.. Simply send the lamp in the NPCCamp change @ cq_npc mapid from 1000 >100

and Barbeque is name BBCEvent in cq_npc

Maybe you need so you someday


and this RevolutionEO text is @ cq_action

07/17/2010 22:50 AaronzitoBR#6
I tried everything you said, none worked.

I did not find the text in "cq_action," I did not find any ID or name on "cq_action", "Cq_npc", "cq_dynanpc".

1 - I searched for "I~am~the~RevolutionEo~ ..." and can't find it. I found other RevolutionEO texts, but not the Text on NPC.
2 - I searched the ID on "cq_action", "cq_npc", "cq_dynanpc" but the ID doesn't exist.
3 - Where else can be an NPC in the database?
4 - I can't understand how to sent a NPC do the NPC Map.

:(
07/17/2010 23:19 chathouse#7
Do you use Navicat???

[Only registered and activated users can see links. Click Here To Register...]

Then all entries will be listed on one page.

It would about 123542 Entries be.
07/17/2010 23:42 AaronzitoBR#8
Quote:
Originally Posted by chathouse View Post
Do you use Navicat???

[Only registered and activated users can see links. Click Here To Register...]

Then all entries will be listed on one page.

It would about 123542 Entries be.
WoW... I didn't know about this! There is another pages '-' I NEVER SAW THIS BEFORE.