|  | 
| 
			03-26-2015
			
			
		 | 1 | 
| ??? Join Date: Dec 2011 
				Posts: 291
				 | Leveling Algorithm So I'm currently trying to make some sort of leveling system, like from Runescape, but within Graal and with GS2. The basic idea is to get X number of EXP, which is then used to calculate the next level. The only issue I'm having is creating a proper equation which works. Could anyone possibly help? | 
| 
			03-31-2015
			
			
		 | 2 | 
| iowstcseewratb Join Date: Jan 2015 Location: Idk 
				Posts: 658
				 | Steal from Pokemon.
				  | 
| 
			03-31-2015
			
			
		 | 3 | 
| Amdin Join Date: Dec 2013 
				Posts: 1,290
				 | |
| 
			03-31-2015
			
			
		 | 4 | 
| maymay ambassador Join Date: Aug 2011 
				Posts: 1,508
				 | Look at other games and see how they calculate their max required exp, along with deciding how much exp you gain from a certain task. PHP Code: 
			 | 
| 
			03-31-2015
			
			
		 | 5 | 
| Nerd Join Date: Sep 2011 Location: Berlin 
				Posts: 3,825
				 | There are some informative posts on this Stackoverflow thread: http://stackoverflow.com/questions/6...l-based-on-exp
				  | 
| 
			03-31-2015
			
			
		 | 6 | ||
| ??? Join Date: Dec 2011 
				Posts: 291
				 | 
 Ah, alrighty thanks. Would I be placing this in a class, or a weapon then? 
 | ||
| 
			03-31-2015
			
			
		 | 7 | 
| Deus Vult Join Date: Oct 2014 Location: Le Canada 
				Posts: 3,811
				 | cant open level editor keeps sqying i need bass.ltd or something, where do i get that? i was on editor a month ago and it worked | 
| 
			03-31-2015
			
			
		 | 8 | |
| ??? Join Date: Dec 2011 
				Posts: 291
				 | 
 That might work if you download it and replace it with your current one, it's from Emera   | |
| 
			03-31-2015
			
			
		 | 9 | |
| Nerd Join Date: Sep 2011 Location: Berlin 
				Posts: 3,825
				 | 
 #ClearlyOnMyMeriod | |
| 
			03-31-2015
			
			
		 | 10 | 
| ??? Join Date: Dec 2011 
				Posts: 291
				 | |
| 
			03-31-2015
			
			
		 | 11 | 
| Nerd Join Date: Sep 2011 Location: Berlin 
				Posts: 3,825
				 | |
| 
			03-31-2015
			
			
		 | 12 | |
| Amdin Join Date: Dec 2013 
				Posts: 1,290
				 | 
 | |