Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 02:37

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

Advertisement



Automatische Master/Hero job change

Discussion on Automatische Master/Hero job change within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
mcdragon1's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 373
Received Thanks: 235
Automatische Master/Hero job change

Einleitung

1. Öffne Navicat

2. Doppelklick auf die flyff datebase

3. Auf QUERY klicken

4. Klick New Query

5. Bei dem query editor füg den Code ein:

Code:
CREATE TRIGGER master_hero before UPDATE ON characters
FOR EACH ROW

begin
		if new.class=6 and new.level=120 then 
		    set new.class=16;
                    set new.level=60;
		    set new.exp=0;
		end if;
		if new.class=7 and new.level=120 then 
		    set new.class=17;
                    set new.level=60;
set new.exp=0;
		end if;
		if new.class=8 and new.level=120 then 
		    set new.class=18;
                    set new.level=60;
set new.exp=0;
		end if;
		if new.class=9 and new.level=120 then 
		    set new.class=19;
                    set new.level=60;
set new.exp=0;
		end if;
		if new.class=10 and new.level=120 then 
		    set new.class=20;
                    set new.level=60;
set new.exp=0;
		end if;
		if new.class=11 and new.level=120 then 
		    set new.class=21;
                    set new.level=60;
set new.exp=0;
		end if;
		if new.class=12 and new.level=120 then 
		    set new.class=22;
                    set new.level=60;
set new.exp=0;
		end if;
		if new.class=13 and new.level=120 then 
		    set new.class=23;
                    set new.level=60;
set new.exp=0;
		end if;

		if new.class=16 and new.level=120 then 
		    set new.class=24;
set new.exp=0;
                    end if;
		if new.class=17 and new.level=120 then 
		    set new.class=25;
set new.exp=0;
       		end if;
		if new.class=18 and new.level=120 then 
		    set new.class=26;
set new.exp=0;
          	end if;
		if new.class=19 and new.level=120 then 
		    set new.class=27;
set new.exp=0;
                end if;
		if new.class=20 and new.level=120 then 
		    set new.class=28;
set new.exp=0;
                end if;
		if new.class=21 and new.level=120 then 
		    set new.class=29;
set new.exp=0;
              	end if;
		if new.class=22 and new.level=120 then 
		    set new.class=30;
set new.exp=0;
		end if;
		if new.class=23 and new.level=120 then 
		    set new.class=31;
set new.exp=0;
		end if;
	end
6. Klick Run

7. Es funktzuniert 100%

Beispiel:
wenn dein job Billposter ist und du 120 bist, log dich einfach aus und du bist ein Master Bp auf lvl 60!


Credits: jaime012 und an mich fürs übersetzten

Link:

Edit: Neuer Code
mcdragon1 is offline  
Thanks
7 Users
Old 10/13/2008, 16:10   #2
 
elite*gold: 0
Join Date: Sep 2008
Posts: 30
Received Thanks: 23
Hmm, naja geht einfacher, mit " .job "" "
Kriegst trotzdem ein Thanks,
Nr. 1 ^^
Tusayd is offline  
Old 10/13/2008, 16:13   #3
 
elite*gold: 0
Join Date: Jun 2008
Posts: 456
Received Thanks: 116
Aber wenn du 1k User hast willst du dann jedes mal .setjob machen? Und ein User hat keine GM Rechte also kann er nicht .job JOBID machen.
Metzelder is offline  
Old 10/13/2008, 18:48   #4
 
elite*gold: 0
Join Date: Sep 2008
Posts: 30
Received Thanks: 23
Naja, habe jetzt nicht an die Menge gedacht^^
Dazu ist das schon sehr nützlich.
Tusayd is offline  
Old 10/13/2008, 19:31   #5
 
elite*gold: 0
Join Date: Jun 2008
Posts: 114
Received Thanks: 14
Ich hab den ghanzen tag d untersucht und hab genau das selbe gecodet und u indest es auf ********! naechtes mal muss ich besser kueken!T.T
xXxDarkheroxXx is offline  
Old 10/13/2008, 19:58   #6
 
elite*gold: 0
Join Date: Oct 2008
Posts: 27
Received Thanks: 1
Irgendwie funktioniert da snicht ô.o

Wenn ich auf Run Klicke kommt.......



Weis jemand woran das liegt? <.<
Wie mach ich das es funktioniert? xD
valron93 is offline  
Old 10/13/2008, 20:24   #7
 
elite*gold: 0
Join Date: Jun 2008
Posts: 114
Received Thanks: 14
mach bitte bild vom gesamten screen
xXxDarkheroxXx is offline  
Old 10/13/2008, 21:41   #8
 
elite*gold: 0
Join Date: Oct 2008
Posts: 27
Received Thanks: 1
Ich hab das Problem schon gelöst^^
valron93 is offline  
Old 10/14/2008, 06:06   #9
 
Puma D. Ace's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 901
Received Thanks: 261
Was noch zu erwähnen ist das der pServer mit MySQL root rechten laufen muss ansonsten gibts probs.
Puma D. Ace is offline  
Old 10/14/2008, 10:37   #10
 
elite*gold: 0
Join Date: Feb 2008
Posts: 27
Received Thanks: 2
Quote:
Originally Posted by valron93 View Post
Irgendwie funktioniert da snicht ô.o

Wenn ich auf Run Klicke kommt.......



Weis jemand woran das liegt? <.<
Wie mach ich das es funktioniert? xD
Hab das selbe Problem weiß keiner worans liegt ôO? Vllt zu alte Version von Navicat oda woran kanns liegen ( hab v 8.0.22 )
G4mer is offline  
Old 10/14/2008, 12:08   #11
 
Puma D. Ace's Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 901
Received Thanks: 261
Lesen verstehen.
Was will uns die Fehler Meldung denn sagen ?
This version of MySQL does not yet support multiple triggers....
Diese Version von MySQL unterstützt derzeit nicht mehrfache Triggers....

Gut deutsch MySQL Datenbank/Server zu alt.
Puma D. Ace is offline  
Old 10/14/2008, 21:48   #12
 
elite*gold: 0
Join Date: Feb 2008
Posts: 27
Received Thanks: 2
Quote:
Originally Posted by KevinsComputer View Post
Lesen verstehen.
Was will uns die Fehler Meldung denn sagen ?
This version of MySQL does not yet support multiple triggers....
Diese Version von MySQL unterstützt derzeit nicht mehrfache Triggers....

Gut deutsch MySQL Datenbank/Server zu alt.
Da hat Mr. Oberschlau falsch gelegen ....
Ich hab bei ******** geschaut und da steht es wie man es behebn kann ...
Quote:
Originally Posted by ********

Connect using navicat then
double click your flyff database and
right click characters table
click design view
click trigger tab
then delete the trigger
Zu deutsch :
Navicat öffen
doppelklick auf die Flyff Datenbank und
rechtsklick auf die Charakter Tabelle
dann auf design view oder auf deutsch Tabelle Entwerfen
auf den trigger Tab klicken
dann den trigger löschen

und es funkt nix mit alten Version

btw : Übersetzen kann jeder @KevinsComputer
G4mer is offline  
Old 10/22/2008, 12:43   #13
 
elite*gold: 0
Join Date: Oct 2008
Posts: 53
Received Thanks: 5
lol kannste mal nen tut dazu machen???

Kapier nciht was ich klicken soll ^.^
.:Mike1993:. is offline  
Old 11/04/2008, 15:40   #14
 
elite*gold: 140
Join Date: Oct 2008
Posts: 14
Received Thanks: 1
also bei mir geht das alles iwie nicht ich mach lvl 120 und relogg und bin immer noch 120 und nix master oder hero
kann mir wer helfen wäre echt net ;D
xuiiN2k7 is offline  
Reply


Similar Threads Similar Threads
Kaufe Hero RM l Master Rm Lv 110+ geht auch !
03/27/2010 - Flyff Trading - 6 Replies
Hai leute ;D Ich kaufe folgenden Char´s Hero Rm lv 121 Master Lv 110+ würde auch gehn. ich Zahle auf Steamwalker ! Der Name Sollte passend zum Spiel sein.
Idee automatisch master hero changer update?
10/14/2008 - Flyff Private Server - 7 Replies
Halloh, wollte fragn obs geht mit dem Automatisch master/hero changer das man macht, nen npc, den labert man an, dann führt der automatisch iwie die datei aus und wenn man reloggt is man master/hero ?? wäre übelst nice
[QUESTION] is it possible to change normal weapon's to intense,hero,relic or leon's
06/04/2008 - RF Online - 9 Replies
i tried changing the hex values using CE but only the text color changes, anyone knows how can i make this work in CE or WPE... so that i can use normal upgraders i mean the lucky normal upgraders because i want to use an ignorance upgrader to relic or hero or leon weapon... i tried this but not working in CE... anyone knows the packets in WPe much appreciated if you reply... tnxz
para sa mga pinoy> possible ba normal weapons change to hero,intense or leon's weapon
05/21/2008 - RF Online - 0 Replies
mga tol, possible ba na pwede maging normal weapons ang mga hero or intense weapons or leons weapon's... kasi nung ginamit ko CE... nahanapan ko kaso ung text lang ata ang napapalitan... possible kaya sa WPE....
HERO Talics Master Combination..
05/02/2008 - RF Online - 8 Replies
Well i just wondering... is it possible to hack the Hero Combination? like you know when u r gambling with the talic master. u can choose how many talics u want to put rt? then the outcome will be based on how much u put the talics... the bigger the amount, then the prize will be more also, but one thing is bothering me that is the fail percentage, even if u r using the high talic master one it still can fail.... i got an idea...



All times are GMT +2. The time now is 02:37.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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