For some reason your "adding naga" has a bunch of random spaces in it. It took me like 20 minutes figuring out what was wrong xD. Since apparently the spoiler does that you should mention that you have to remove the spaces. Genie worked fine for me though.
And i just realized that even after they both compiled right, none of them work. They both appear as question marks and have no skills or sprites.
This also happens on my server, my friend wants to try out ifrit/genie and I'm having trouble getting them to actually work.
It shows up just fine in the inventory, but when you put them in formation they cannot learn skills, have a question mark icon, and when you summon them it says: "you summon something" and it is invisible.
I did enter the script into arcadia, and then even tryed manually entering the numbers into the table.
I just wanted to first say thank you to all devs that have contributed to this project.
I noticed a few people were looking to adjust taming rates, and it has been mentioned how to blanket adjust all rates, but for those who wanted to change the rates by tiers I provide my query below.
This is my first SQL query so if it could be done better, faster, cleaner, whatever... I make no claims to know anything about this stuff, only that I have been reading the forums and thought I'd contribute. If this is the wrong spot to place this, you can put it wherever. --Enjoy!
--Tier 6
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.5000 --<<<<<<<< Adjust this to change tame success%
WHERE model LIKE '%dragon%'
GO
--Tier 5
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.6700 --<<<<<<<< Adjust this to change tame success%
WHERE model LIKE '%jini%' OR model LIKE '%keberos%'
GO
--Tier 4
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.7500 --<<<<<<<< Adjust this to change tame success%
WHERE model LIKE '%angel%' OR model LIKE '%horseman%' OR model LIKE '%tafari%' or model LIKE '%eimus%'
GO
--Tier 3
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.8200 --<<<<<<<< Adjust this to change tame success%
WHERE model LIKE '%hawkman%' OR model LIKE '%salamander%' OR model LIKE '%windsong%' OR model LIKE '%unicorn%'
GO
--Tier 2
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.9000 --<<<<<<<< Adjust this to change tame success%
WHERE model LIKE '%pixi%' OR model LIKE '%seiren%' OR model LIKE '%skelfighter%' OR model LIKE '%orc%' OR model LIKE '%wolf%' OR model LIKE '%octopus%'
GO
--Tier 1
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=1.0000 --<<<<<<<< Adjust this to change tame success%
WHERE model LIKE '%chichen%' OR model LIKE 'beast_hen%' or model LIKE '%turtle%' OR model LIKE '%panthera%'
GO
--View Results
SELECT model, taming_id, taming_percentage, taming_exp_mod
FROM MonsterResource
WHERE (taming_percentage > 0.0000)
ORDER BY taming_percentage, taming_id
I only wrote it to change those monsters with taming_id's. I made an assumption that those were the only mobs that were able to tame. I very well could be wrong, and if so I apologize.
Out of curiosity, how many did I miss?
====
EDIT
====
On a second inspection I found 57 models that were not changed by the script I wrote but their taming_percentage and taming_id are both 0. I fully admit that I am ignorant of how this works internally. With that said , if I simply need to include those 57 models I can fix the script. If I am just way off base and totally out of my league, just let me know and I'll remove my script. I'd rather do that than leave up something that isn't effective. I put this up to try and be helpful, I won't be butthurt by informing me that I wasn't.
Does anyone have any idea on what ports need to be forwarded to allow me to connect to my server? My server is located behind a router on a separate connection, I've forwarded a few ports and am able to login, but when I try to select my server from the list, I get an error with random junk in it and the game closes. If I take the router out of the setup, and just connect directly to the internet it works fine. So I'm guessing there's some ports I'm missing. I've searched the forums but couldn't find any info on it. Any help will be appreciated. Thanks!
A7 Issues with my server 03/16/2011 - Dekaron Private Server - 4 Replies So i have i have been searching for the last few days now. so i finally find a good place to download a clean A7 server files. i get them applied i think. they came with a bin and data folder. so i put the date folder into the my old client and the bin folder in there. i went threw changed all the ips and thn took the share folder and put it in the server sided share folder. now i needa know if thats correct cuz it is supposed to have the aloken in there and i dont see her. it also deleted my...
Server Issues 9DVN 04/06/2010 - 9Dragons - 20 Replies Hey guys,
I'm having the same problem as diablo666ro. "Cannot Retrieve server list. Please refer to the notice on our website.". It's happening all the time. I have tried everything that this site provides. Its not changing anything. This is the SS I got. Its attached below. Please help both diablo and I. We really wanna play ><
Any help is GREATLY appreciated!!
EO Server Creation Issues 04/14/2008 - EO PServer Hosting - 1 Replies Alright , im a big fan of EO , and i have decided to host a eudemons private SERVER , I attempted following Dragon** Guide on this forum , only it was not neatly written , + the TuT Was to fast , but with my knowledge , i attempted it without a guide BUT whenever i attempt to login with test/test , i get 'The server is Down' error , no matter everything i try !
If anyone could help me with this issue , join the hamachi network @ BlanketEO/blanket ........ :P
Whoever helps me create...
Server.dat Issues 12/10/2006 - Conquer Online 2 - 9 Replies Hi Guys.
Im having a few problems, Ive been playing on Qonquer fine for the last 2 months untill the new server group fairy tales came into place. I have my client updated as Qonquer instructed and extracted the zip folder for the patches he provided. Ive had Qonquer working for the past few months and everything was fine untill the new servers came out so Im thinking maybe its a server.dat problem as Qonquer didnt update the server.dat he has on his site. If anyone has Qonquer working and a...