Open source for gs -> find the formula -> edit -> compile -> profit
The formula supposed to be lua file, right? Searched insides lua files but couldn't find it, so I should add it on new lua file or on any existing lua file and save it?!
You could really just increase the taming chance in monster resource and make it 100%
I think the value would actually need to be 1.00 for that.
The calculation id for trying to figure out the probability of a tame when it is not at 100% with all of the in game modifiers and how they would affect it.
I have zero knowledge of working with sql. How would I write a query that would change the taming chance to 50% for tamable creatures? It's been nearly 30 years since I've even tried working with a database.
EDIT: Never mind I got off my lazy **** and did it manually
Hello, I have been testing my local server and the GM tools, the problem I have is that when I place cards from pet+1 to +5 onwards they come out gray and cannot be used... what is this error due to?
Inserting staged pets by insert item command for a tamed card inserts a broken tamed card and it needs to be repaired.
A better way to do it would be "insert summon by summon ID" and I dont know where it is buried in the forum at the moment.
If someone else hasnt helped out by the time I get out of work I will dig around and find the script and the command syntax in my files.
Insert summon by summoncode or via monstercode basically adds a summon on s0.
You need to modify it, like that way :
Code:
function insert_tamed_creature(type,code,enhance,card_id)
if type == 1 then
insert_item(card_id,1,0,0,-2147483648)
elseif type == 2 then
insert_summon_by_summon_id(code)
else
insert_summon_by_monster_id(code)
end
if enhance > 0 then
modify_creature_enhance(card_id,enhance)
end
end
function modify_creature_enhance(card_id,enhance)
local card_array = get_item_handle_list(card_id)
local new_card = table.getn(card_array)
set_item_enhance(card_array[new_card],enhance)
end
[Info] Potency calculation in CoEmuv2 08/17/2009 - CO2 Private Server - 15 Replies Well as its stated,
Where is it? Because i got the mentor packets and i am creating it atm,
And i want to know where it is so i can make a calculation of the shared potency if someone know where it is kthx.
xellios
Mangos/Trinity Spell calculation 03/13/2009 - WoW Private Server - 3 Replies In welcher Datei befindet sich die Berechnung der einzelnen Spells?
Vorallem die Skalierung mit Addheal (2.4.3) interessiert mich, da PoM einfach zu schwach skaliert.
In which file is the calculation for spells written?
Especially the addheal/spelldmg scale (2.4.3) is what I'm looking for.
Prayer of Mending scales to low, so I will try to fix, but can't find the right file.
x y angle calculation [question] 11/16/2008 - General Coding - 2 Replies Hey guys,
I'd like to ask something about a calculation which I was thinking of.
I got 2 points, 1 point is the point where I am and the other point is the point to which I want to move. But first I have to look towards this point ( face angle ). It is about a game, called warhammer.
I heared, that there is a possibility to calculate the angle.
Let's say the point is (which I was reading out CE):
x1 = 27802.375;
AL Damage Calculation 07/15/2007 - Archlord - 0 Replies Does anyone know how AL computes damage? I have been playing with combinations of weapons and stones and can't find the magic equation. Here is what I have been doing:
Ab = Base Attack (without weapon)
Aw = Attack with Weapon
Ae = Attack bonus due to Elemental Stones (e.g. 4 level 3 stones is 5+5+1+5+1+5+1 = 23)
Sb = Skill bonus for Basic Attack (%)
Se = Skill bonus for Elemental Attack (%)
a = attenuation factor based on mob level and player level
b = boolean for elemental damage...
Disconnect bei route calculation 01/16/2006 - Ragnarok Online - 1 Replies also wenn ich Xkore aufmach einlogg etc
dann auf der map stehe, steht im Opencore calculating map...
danach bekomm ich sofort nen disconnect from server.
also weder das ich Irgendwas mache oder irgendwer bei mir ist.
Habe versucht die autorestarts umzustellen aber das problem tritt immernoch auf.
mfg. T2B
btw habe die Such funkt. benutzt nur leider nix gefunden