Exp Bar wont gain Exp

05/29/2014 20:19 Aceking#31
Omg, a 3 page thread just to uncomment a single line?

Wow.....

I strongly suggest you go take as many programming tutorials you can. And then resume your private server after you can create an application with multiple classes or structures and KNOW how to edit them.
That should at least give you the ability to work with your source, because right now this is rather ridiculous.

I am all for helping people, but your asking to be spoon fed here.
05/29/2014 20:50 abdoumatrix#32
Quote:
Originally Posted by Aceking View Post
Omg, a 3 page thread just to uncomment a single line?

Wow.....

I strongly suggest you go take as many programming tutorials you can. And then resume your private server after you can create an application with multiple classes or structures and KNOW how to edit them.
That should at least give you the ability to work with your source, because right now this is rather ridiculous.

I am all for helping people, but your asking to be spoon fed here.

2 of them to learn to use BBcodes :D
05/30/2014 01:13 KraHen#33
I was leveling my exp bar this whole week, it just got to level 56.
05/30/2014 13:11 fairytaleco#34
Still Not Working Here The screenshot of my problem. i hope you can help me
05/30/2014 14:45 Dr.unreal#35
Quote:
Originally Posted by fairytaleco View Post
Still Not Working Here The screenshot of my problem. i hope you can help me
Okay wow dude, just wow. Please please please, do us a big favour and actually try to solve a few problems on your own? “I uncommented a line in my source that someone else located for me and it’s not working! I’m all out of ideas! Help!” – That kind of attitude won’t get you far. Do as people suggested and actually try to invest some of your time into programming. Go through some tutorials to at least understand the structure of the source you are working with, and THEN attempt to do anything. Simply poking around without any knowledge may give you results yes, but in long run will just be a waste if you can’t manage anything on your own.
05/30/2014 14:55 fairytaleco#36
man that why i post here coz i need help. not like you have big brain easy for you to say it.
05/30/2014 15:11 Dr.unreal#37
Quote:
Originally Posted by fairytaleco View Post
man that why i post here coz i need help. not like you have big brain easy for you to say it.
I’m sorry, but what?!? It’s easy for us to say what exactly? Do you reckon people that try to help you here didn’t have to work hard and invest a ton of time into programming? (not saying we, me especially didn’t enjoy it, it was great fun) Do you reckon taking first steps in programming was easy for anyone? You really need to understand that even through people are nice to you at the moment, most of the community is not as nice as to spoon-feed a freeloader for ever. All I did was point out the major concern for your case and I still stand by the opinion you should work on stuff yourself for more than 5 minutes before you ask for help.
05/30/2014 15:34 abdoumatrix#38
Quote:
Originally Posted by fairytaleco View Post
Still Not Working Here The screenshot of my problem. i hope you can help me

then u should delete it cuz it is more crappy source than i though.
05/30/2014 17:13 fairytaleco#39
ok thank anyway i guess you guys cant help then.
05/30/2014 22:30 Aceking#40
Its probably not sending the update whenever you kill the monster.
But nobody here is going to spend the next 3 pages of this thread trying to explain to you how to find that section of code.

You honestly need to learn how to program, at least the basics.
05/31/2014 11:22 fairytaleco#41
i know the basic just dont know where to start looking in source. Will Can you Till Me what section i have to look for it.
05/31/2014 12:00 abdoumatrix#42
Quote:
Originally Posted by fairytaleco View Post
i know the basic just dont know where to start looking in source. Will Can you Till Me what section i have to look for it.


what is so hard about understanding simple english.

the source is written in english.

check every file u see in the source and u will know
05/31/2014 13:01 Dr.unreal#43
Quote:
Originally Posted by fairytaleco View Post
i know the basic just dont know where to start looking in source. Will Can you Till Me what section i have to look for it.
Riiight because that worked so well last time where people told you where to look and you immediatly posted the whole file (without tags lol) and asked them for locating the problem .... lol.
05/31/2014 13:08 fairytaleco#44
Will hope some one out there can till me where to look for that problem.
05/31/2014 15:46 abdoumatrix#45
Quote:
Originally Posted by fairytaleco View Post
Will hope some one out there can till me where to look for that problem.
i already did that.
Experience property for experience

and in it u can find update packet (10010). that update the exp bar each time u give it another value.

try this
PS : u should face duplicate code replace them with those.