Re: Activate Skill without scroll - Source Code
up? on how the button works (I mean code)? everything works fine with me but i think nothing happens cuz I didn't do the button part. Thank in advance
Re: Activate Skill without scroll - Source Code
Quote:
Originally Posted by
nonxexus
up? on how the button works (I mean code)? everything works fine with me but i think nothing happens cuz I didn't do the button part. Thank in advance
up i hope we could make this work in urban source ;) i saw ur post there about this thing gold to unlock skills.. cause urban is scroll based... can't do source now because of lock down no internet source.. may i ask if u already add this on source code and compiled it and no error ? :)
Re: Activate Skill without scroll - Source Code
Quote:
Originally Posted by
masterband1427
up i hope we could make this work in urban source ;) i saw ur post there about this thing gold to unlock skills.. cause urban is scroll based... can't do source now because of lock down no internet source.. may i ask if u already add this on source code and compiled it and no error ? :)
I did add the buttons without errors in visual studio but a crappy one (image link here: https://ibb.co/b7rFct1 https://ibb.co/b7rFct1) and I was trying to fix it, but I really messed up my source with those crappy buttons good thing I did back up before messing my source. And then I get the idea of scrolls then I just switch to scrolls. HAHA
Re: Activate Skill without scroll - Source Code
Quote:
Originally Posted by
nonxexus
I did add the buttons without errors in visual studio but a
crappy one (image link here:
https://ibb.co/b7rFct1 https://ibb.co/b7rFct1) and I was trying to fix it, but I really messed up my source with those crappy buttons good thing I did back up before messing my source. And then I get the idea of scrolls then I just switch to scrolls. HAHA
I see so you messed up ur gui well if u compile it without error on ur source code it might be not too difficult to fix it in ur gui.. cause gui is only client sidr and it will not effect the server side even if u messed around with ur gui files... Im gonna try to do this when the lockdown is lifted for now im just gonna wish for all of us to be safe.. god bless humanity. í ½í²“
Re: Activate Skill without scroll - Source Code
Quote:
Originally Posted by
masterband1427
I see so you messed up ur gui well if u compile it without error on ur source code it might be not too difficult to fix it in ur gui.. cause gui is only client sidr and it will not effect the server side even if u messed around with ur gui files... Im gonna try to do this when the lockdown is lifted for now im just gonna wish for all of us to be safe.. god bless humanity. ������
Well, In my case, our situation right now gives us opportunity to spend more time in stuff like this. :) Yeah, I will still try to fix the GUI since I don't have an error on the source and soon post the solution here. God bless to all of us!
Re: Activate Skill without scroll - Source Code
if you're using urban source or files i think the skill on that file still uses scroll for gaining skill not the activating scroll with gold kind . you can explore other source with that function and try to merge it on urban .
1 Attachment(s)
Re: Activate Skill without scroll - Source Code
m_wSkipPacketNum error on GLGaeaServerMsg.cpp
Can someone help? thanks
Edit: I'm using Urban Source
Re: Activate Skill without scroll - Source Code
Quote:
Originally Posted by
iElyrb
m_wSkipPacketNum error on GLGaeaServerMsg.cpp
Can someone help? thanks
Edit: I'm using Urban Source
did you fix it ?
Re: Activate Skill without scroll - Source Code
Hello, I manage to add custom button for skill in EP7. Here is the screenshot :
https://ibb.co/Q9WrxCT
is anyone know how to activate gold requirement ?
Re: Activate Skill without scroll - Source Code
Re: Activate Skill without scroll - Source Code
Quote:
Originally Posted by
Death Gun
http://i.imgur.com/2i6rvyR.png
PHP Code:
Change this:
int(GLCONST_CHAR::lnSKILL_PREREQ[skill_id.wMainID][skill_id.wSubID])
To this:
int(GLSkillMan::GetInstance().GetData ( skill_id.wMainID, skill_id.wSubID ))
Button Code:
I just used the same button.
PHP Code:
//add money skill
//Activate Skill w/o Scroll - NaJ May 08, 2015
else if ( dwMsg & UIMSG_LB_UP ){
GLGaeaClient::GetInstance().GetCharacter()->ReqNonInvenSkill ( m_sNativeID );
DoModal ( "Learn Skill using Gold? Requirement must be complete.", MODAL_QUESTION, YESNO, MODAL_SKILL_LEVEL_UP_CONFIRM );
}
It's up to you if you'll gonna use this code. Because it has a bug haha
how to fix this