Please verify you are human

Is it your birthday? It must be - Page 3
  Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rohan
You last visited: Today at 07:28

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Is it your birthday? It must be

Discussion on Is it your birthday? It must be within the Rohan forum part of the MMORPGs category.

Reply
 
Old 04/28/2018, 19:07   #31
 
im batman's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,212
Received Thanks: 721
Quote:
Originally Posted by smoka95 View Post
Hopefuly, we would see the Skill possition swap function working soon, ive been looking for something like this for very long time to work with and experiment
That is my next order of business. Currently building the framework for it now.
im batman is offline  
Old 04/28/2018, 19:50   #32
 
anoofy's Avatar
 
elite*gold: 0
Join Date: Jul 2016
Posts: 185
Received Thanks: 8
Quote:
Originally Posted by im batman View Post
That is my next order of business. Currently building the framework for it now.
if u want help with it i can tell u how to swap skills and i don't need money for it and i mean skill swap not just skilltree.bin i mean with rohanclient.exe
anoofy is offline  
Old 04/28/2018, 20:17   #33
 
im batman's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,212
Received Thanks: 721
Quote:
Originally Posted by anoofy View Post
if u want help with it i can tell u how to swap skills and i don't need money for it and i mean skill swap not just skilltree.bin i mean with rohanclient.exe
I already know how to and have for several years now (I'm not a noob developer). The actual swapping is easy. The challenge at the moment is the presentation. Arranging them on a canvas as dictated by the node's parent/child relationships takes some thinking. Not impossible, but there are no simple ways of showing n-way to n-way tree structures in a logical way (a Skill tree node can have multiple parents and/or child nodes).
im batman is offline  
Old 04/29/2018, 02:06   #34
 
elite*gold: 0
Join Date: Jun 2016
Posts: 91
Received Thanks: 14
Quote:
Originally Posted by im batman View Post
I already know how to and have for several years now (I'm not a noob developer). The actual swapping is easy. The challenge at the moment is the presentation. Arranging them on a canvas as dictated by the node's parent/child relationships takes some thinking. Not impossible, but there are no simple ways of showing n-way to n-way tree structures in a logical way (a Skill tree node can have multiple parents and/or child nodes).
I want to be your apprentice
deviling124 is offline  
Old 04/29/2018, 12:03   #35
 
anoofy's Avatar
 
elite*gold: 0
Join Date: Jul 2016
Posts: 185
Received Thanks: 8
Quote:
Originally Posted by im batman View Post
I already know how to and have for several years now (I'm not a noob developer). The actual swapping is easy. The challenge at the moment is the presentation. Arranging them on a canvas as dictated by the node's parent/child relationships takes some thinking. Not impossible, but there are no simple ways of showing n-way to n-way tree structures in a logical way (a Skill tree node can have multiple parents and/or child nodes).
this isn't the only challenge there is another one (animation) like idk for ex : the rush for the dhan with animation
anoofy is offline  
Old 04/29/2018, 14:52   #36
 
elite*gold: 0
Join Date: Apr 2010
Posts: 457
Received Thanks: 109
Quote:
Originally Posted by anoofy View Post
this isn't the only challenge there is another one (animation) like idk for ex : the rush for the dhan with animation
reading skills
Quote:
Skill tree editing is a WIP and will have limitations when it is done (no cross-race skills!).
smoka95 is offline  
Old 04/29/2018, 15:52   #37
 
im batman's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,212
Received Thanks: 721
Quote:
Originally Posted by anoofy View Post
this isn't the only challenge there is another one (animation) like idk for ex : the rush for the dhan with animation
Most skills are not compatible across race boundaries without hooking the map server and intercepting the skill execution. As I documented in the program's readme (access it with the "Help" menu), you need to have a clue what you are doing. You need to understand what simple bin edits will and will not do without hooking the mapserver.

The metaphor for the day is this: I provided a knife. What you cut with that knife is up to you. If you understand how to use a knife does, you will have a hope of not cutting yourself with it. If you don't, you had better have some bandages ready.
im batman is offline  
Old 04/29/2018, 19:05   #38
 
anoofy's Avatar
 
elite*gold: 0
Join Date: Jul 2016
Posts: 185
Received Thanks: 8
Quote:
Originally Posted by im batman View Post
Most skills are not compatible across race boundaries without hooking the map server and intercepting the skill execution. As I documented in the program's readme (access it with the "Help" menu), you need to have a clue what you are doing. You need to understand what simple bin edits will and will not do without hooking the mapserver.

The metaphor for the day is this: I provided a knife. What you cut with that knife is up to you. If you understand how to use a knife does, you will have a hope of not cutting yourself with it. If you don't, you had better have some bandages ready.
bro i know how to swap the skills from race to race for example templar with Crazy standing (CS) skill it's not that hard and i need no map server hook i only need 010 skilltree.bin and rohanclient it works without bugs/crashes but without animation
anoofy is offline  
Old 04/29/2018, 20:00   #39
 
im batman's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,212
Received Thanks: 721
Good for you. I am not going to argue the wisdom of following that recommendation with you. 99% of the people reading this forum will screw things up following that route.

This thread is to share a tool for those that could make use of it. If you want to use it, go ahead and be my guest. The source code is there. Fire up VS and hack the heck out of it if you want - no hex editors required.

And like I said, I am well aware how to change skillidx enum values in a skill tree.
im batman is offline  
Old 05/02/2018, 23:30   #40
 
im batman's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,212
Received Thanks: 721
Update May 2/2018
I've updated the github link on the 1st page with a number of fices & enhancements:

1. Rewrote the gel/gem import functions to completely bypass the need tor asdfRohan's code. The code used is all mine and is tailored directly to the functions need in this editor. Because of this it is several orders of magnitude faster (instead of an import taking several minutes and chewing up to 3GB of disk space & memory, it takes only a few seconds, no extra disk grinding and only about a couple hundred megabytes of memory.

2. Added a skill tree editor. With this you can edit skills, change skills with others available withing the same race and modify the points properties of the skill tree node.

Some details on the skill tree editor:

The skill tree used in Rohan is unusual because a page of skills can have 0 or more parent skills as well as 0 or more child skills. This can be challenging to represent without getting into nasty graphing functions. What I have done is simply have a multi-rooted tree view that can show the same skill in more than one trees view. Each tree represents a separate path through the skill page. If you modify one of those duplicated items, all trees that contain it will 'see' that change here is an example:



Changing "Taunt Roar" to the Guardian "Order Swing" will change all places where "Taunt Roar" appears in the other trees. Clicking "Commit" on this view will update the skill tree node in the skill tree editor. If you click "Cancel" no change takes place.



If you commit the skill tree editor , it will be saved to the in-memory binary image (it is not written to disk yet). You can access the skill edit change and tree node editors using the right mouse button on a highlighted skill list tree item. Double clicking the skill list tree item will pop up an editor for that skill and its levels.
im batman is offline  
Old 05/03/2018, 01:06   #41
 
DretoNEX's Avatar
 
elite*gold: 0
Join Date: Jul 2014
Posts: 886
Received Thanks: 440
I might be too stupid to use your program
DretoNEX is offline  
Old 05/03/2018, 17:14   #42
 
im batman's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 1,212
Received Thanks: 721
No, not stupid. Just running the version prior to the one I released yesterday at 5:00 PM U.S. Eastern daylight time.
the distance between entries in the job skill listbbox and the color of what should be the skill tree editor gives it away.

-------------- edit --------------
1: Took a look at the archive in github's web interface and I see it is not showing my latest update... Arrrgh!

I'll get it pushed out again. Thanks for the catch

2: Republshed to sync stuff up (I found the no-longer-used RHImage.dll still hanging around so removed it). After looking in the web interface everything looks good to go.
im batman is offline  
Thanks
1 User
Old 05/04/2018, 00:36   #43
 
elite*gold: 0
Join Date: Apr 2017
Posts: 18
Received Thanks: 11
Quote:
Originally Posted by im batman View Post
No, not stupid. Just running the version prior to the one I released yesterday at 5:00 PM U.S. Eastern daylight time.
the distance between entries in the job skill listbbox and the color of what should be the skill tree editor gives it away.

-------------- edit --------------
1: Took a look at the archive in github's web interface and I see it is not showing my latest update... Arrrgh!

I'll get it pushed out again. Thanks for the catch

2: Republshed to sync stuff up (I found the no-longer-used RHImage.dll still hanging around so removed it). After looking in the web interface everything looks good to go.
Sir batman is their a chance to update with swaping skills with other class?

Thanks! for sharing
tagsnek is offline  
Old 05/04/2018, 00:42   #44
 
elite*gold: 0
Join Date: Apr 2010
Posts: 457
Received Thanks: 109
It doesnt seem to save changes at all, even after i press "save skils" it pops 3 new files in edited but once replaced nothing really changes for me, also ive tried to do multiple changes and problem occurs which is: you have skill A u replace skill a with skill b, but you cannot use after that SKILL A to be moved somewhere else it disappears from the list.
Another problem, it loads guild skills intentional or not but if you try to edit any of them it crashes i could assume why that would happens, but im reporting it anyway
smoka95 is offline  
Old 05/05/2018, 21:47   #45
 
Ishtaria's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 1,166
Received Thanks: 855
Hey I've just downloaded this and find it very useful. Thanks old chap!
Ishtaria is offline  
Reply


Similar Threads Similar Threads
[HOT]*New*|~Must Have~|Multi-Tool by Goliath969 .:V1.2:. |~Must Have~|*New*[HOT]
04/22/2011 - WarRock Hacks, Bots, Cheats & Exploits - 13 Replies
Hallo E*Pvper, Heute stelle ich euch meinen neues ""Multi-Tool"" vor. Aktuelle Version .:{1.2}:. Keine Bekannten Bugs!!! • Ich werde die Hack's so oft wie möglich Aktualisieren!!! • Letztes Hack Update: 14.04.2011 20:27 • Letztes Nützliche Links Update: 14.04.2011
[Exploit] Obtaining Your Nexon Account's Birthday Year
01/10/2011 - Mabinogi Hacks, Bots, Cheats & Exploits - 20 Replies
Wasn't sure where to put this :confused: Step 1. Log into Nexon.net http://i56.tinypic.com/deybsg.jpg Step 2. Go to Charge Your Account and go to Earn Free NX http://i53.tinypic.com/2qbbvxi.jpg Step 3. Click the Peanut Labs section and then, just underneath the tab-banner type thing that says "Peanut Labs" right click. Step 4. Click "View Page Source" Step 5. CTRL+F and type in the letters "DOB"



All times are GMT +1. The time now is 07:28.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.