Also running around and testing found out that I can't become a high preist compleating the MK quests, I finish the last instance, come up the the deamon girl, she gives me my reward and after that when speaking to her she simply tells me that I can't become a master "go and finifh your quests"
OK check the item inserting out! got that fixed, my sleepe head needed a break, got that fixed by editing my permissions in th database they were set to 150 not 100, this one is out of the question.
I have seem to found the duplicating items in the database(the one promblem I was mentioning about when my post was started). Question : how to delete those items from the lines and add those items that I need?
Dozed into a hidden dungeon well we all know these instances where mobs are tough and found that they debuff you badly the debuffs go from x1 till x5 even as a gm its bad news.... where are those debuffs turned off?
Yes yes yes, a lot of questions.... but working alone on all of this isn't easy, don't have a team and not looking for one, doing this on my own ^^ looking for asked and aswered questions, what was not found is asked here
Lua script: (All soul pets except boss cards are working fine, did i forgot anything?
after defeating the bone dragon it dousn't consume any Empty pet card :540201
function new_taming_system(taming_id,mysterious_support)
-- BY ROYAL \ STRANGE2010
local need_card = find_item(540201)
if need_card > 0 then
local taming_percentage = math.random(1,100)
local whsp = get_value("name")
local state_lv = get_state_level(48400)
local h_state_lv = state_lv / 2
local tame_id = get_taming_id(taming_id)
local item_id = tame_id + 540000
if h_state_lv < 1 then
whisper(whsp,"لم تقم بتفعيل مهارة الصيد .")
elseif h_state_lv > 0 then
local tm_after = h_state_lv + 9
if taming_percentage <= 100 then
whisper(whsp,"لقد نجح صيد الوحش .")
insert_item(item_id, 1, 0, 1, -2147483648)
else
whisper(whsp,"لقد فشل صيد الوحش .")
end
delete_item(get_item_handle(540201),1)
end
else
whisper(whsp,"أنت لا تمتلك بطاقة الصيد .")
end
if mysterious_support == 8 then
mysterious_effect()
end
The empty card id = 540201 that works for all these pets
so tame_id + 540000 = 547768 (beast_foresteyes_01)
(how come it does work for these pets including this example ?)
Lets take a look at the Summonresource for beast_foresteyes_01
the taming id comes from the summon pet ID 7768 (first form)
Didn't get the answers that I was looking for, but at least now I've got some hints and I'll try to dig that what I have =)
Searched the MarketResource and found the duplicating tables, used a sql command to remove rows and removed them one by one, the ID's were like Newequip_crushop_helm 1-7...... also found that so called npc in the lua, but after deleting the rows and server start all is as it was O.O all items are in the shop and the same duplication of each other, tryed all codes of the npc's witch were in the dbo.MarketResource, but they are hooked to the NPC's where they are suposed to be WTF
Didn't get the answers that I was looking for, but at least now I've got some hints and I'll try to dig that what I have =)
Searched the MarketResource and found the duplicating tables, used a sql command to remove rows and removed them one by one, the ID's were like Newequip_crushop_helm 1-7...... also found that so called npc in the lua, but after deleting the rows and server start all is as it was O.O all items are in the shop and the same duplication of each other, tryed all codes of the npc's witch were in the dbo.MarketResource, but they are hooked to the NPC's where they are suposed to be WTF
Everything done in the server tables need to be replicated in client RDB files.
You will find many things listed in dbo.ItemResource and this should probably be left alone.
In dbo.MarketResource you will find lists of items being sold, and these will be tied to the contact_script for the NPC that sells them.
The .lua scripts just help direct the client to dialogues and contact_scripts for the NPCs
If you really want to edit shops there are three things you will need to read up on and familiarize yourself with.
1.
2.
3. .lua scripting in general
I hope this helps a little bit more.
Please feel free to go through the tools and guides thread in your spare time there are a lot of useful links to topics in there...
Using a Database Manager 2013 managed to edit some lines and added all the items to the npc that were needed ^^ the mantle and healmet npc will be left alone for a while, still looking for the MK fix so players can take the 3rd profession and how to disable the hidden dungeon mob debuffs ^^
Be careful with the Database manager on the string resource. There is a bug on skill tool tips that will cause the client to crash when you mouse over tool tips.
Use Glandu2's tool for the string resource instead it is a very nice release...
Not sure on why the MK can not advance to master class I have never tested it or fixed it as I am still developing other things.
Also will not ever make adjustments to the HC mob DOTs as I kind of like them how they are.
I do know that in the dbo.MonsterResource mobs have a skill_link_id where you will find the ID for the dbo.SkillResoure and that is where the edits would need to be made.
Of course you will need to find which mob IDs are in the hidden dungeons. Then you will also need to resource all of the table changes in RDB files for the client.
Well I'm not planing on using that tool with cards and other stuff, just used it to add lines to the MarketResource =) oh and yes there is a huge question.... and it goes like this : after re-login or char. sellect all the skills go away from skill pannels, read a russian KTS forum about it, the solution was simply editing the gameserver.opt - T game.cash_usable_server: 0(the sugestion was to change 1 to 0) but it didn't help me, maybe there is something wrong with the game client itself? And also am looking for a powder, don't know how its called in english blessed powder of ??? well its function is to repair a failed enhanced item, lets say I failed to enhance my armor from +10-+11 and it broke, by combining with that powder I restore my armor which was +10, searched and found this item code 10950021 but this creates a empty string in my inventory
[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""