-
Posts
248 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Werdio
-
Nein, geht immer noch nicht ;x
-
Hier :> /* Player groups configuration file --------------------------------- This file defines "player groups" and their privileges. Each group has its id and name, lists of available commands and other permissions, and a list of other groups it inherits from. Group settings -------------- <id> Unique group number. The only required field. <name> Any string. If empty, defaults to "Group <id>". It is used in several @who commands. <level> Equivalent of GM level, which was used in revisions before r15572. You can set it to any number, but usually it's between 0 (default) and 99. Members of groups with lower level can not perform some actions/commands (like @kick) on members of groups with higher level. It is what script command getgmlevel() returns. Group level can also be used to override trade restrictions (db/item_trade.txt). <commands> A group of settings <command name> : <bool> or <commandname> : [ <bool>, <bool> ] First boolean value is for atcommand, second one for charcommand. If set to true, group can use command. If only atcommand value is provided, false is assumed for charcommand. If a command name is not included, false is assumed for both atcommand and charcommand. For a full list of available commands, see: doc/atcommands.txt. Command names must not be aliases. <log_commands> Boolean value. If true then all commands used by the group will be logged to atcommandlog. If setting is omitted in a group definition, false is assumed. Requires 'log_commands' to be enabled in 'conf/log_athena.conf'. <permissions> A group of settings <permission> : <bool> If a permission is not included, false is assumed. For a full list of available permissions, see: doc/permissions.txt <inherit> A list of group names that given group will inherit commands and permissions from. Group names are case-sensitive. Inheritance results ------------------- Both multiple inheritance (Group 2 -> Group 1 and Group 3 -> Group 1) and recursive inheritance (Group 3 -> Group 2 -> Group 1) are allowed. Inheritance rules should not create cycles (eg Group 1 inherits from Group 2, and Group inherits from Group 1 at the same time). Configuration with cycles is considered faulty and can't be processed fully by server. Command or permission is inherited ONLY if it's not already defined for the group. If group inherits from multiple groups, and the same command or permission is defined for more than one of these groups, it's undefined which one will be inherited. Syntax ------ This config file uses libconfig syntax: http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files Upgrading from revisions before r15572 ------------------------------------- http://rathena.org/board/index.php?showtopic=58877 */ groups: ( { id: 0 name: "Normal Player" inherit: ( "Player" ) /* can do everything Players can and more */ level: 0 commands: { /* player commands */ commands: true charcommands: true help: true rates: true mobinfo: true iteminfo: true whodrops: true time: true jailtime: true hominfo: true homstats: true showexp: true showzeny: true refresh: true autoloot: true alootid: true autotrade: true request: true go: true storage: true gstorage: true guildstorage: true die: true duel: true whereis: true } permissions: { } }, { id: 2 name: "Support" inherit: ( "Super Player" ) level: 1 commands: { version: true where: true jumpto: true who: true who2: true who3: true whomap: true whomap2: true whomap3: true users: true broadcast: true localbroadcast: true } log_commands: true permissions: { receive_requests: true view_equipment: true } }, { id: 3 name: "Script Manager" inherit: ( "Support" ) level: 1 commands: { tonpc: true hidenpc: true shownpc: true loadnpc: true unloadnpc: true npcmove: true addwarp: true } log_commands: true permissions: { any_warp: true } }, { id: 4 name: "Event Manager" inherit: ( "Support" ) level: 1 commands: { monster: true monstersmall: true monsterbig: true killmonster2: true cleanmap: true item: [true, true] zeny: [true, true] disguise: [true, true] undisguise: [true, true] size: [true, true] raise: true raisemap: true day: true night: true skillon: true skilloff: true pvpon: true pvpoff: true gvgon: true gvgoff: true allowks: true me: true marry: true divorce: true } log_commands: true permissions: { can_trade: false any_warp: true } }, { id: 10 name: "Law Enforcement" inherit: ( "Support" ) level: 2 commands: { hide: true follow: true kick: true disguise: true fakename: true option: true speed: true warp: true kill: true recall: true ban: true block: true jail: true jailfor: true mute: true storagelist: true cartlist: true itemlist: true stats: true } log_commands: true permissions: { join_chat: true kick_chat: true hide_session: true who_display_aid: true hack_info: true any_warp: true view_hpmeter: true } }, { id: 99 name: "Admin" level: 99 inherit: ( "Support", "Law Enforcement" ) commands: { /* not necessary due all_commands: true */ } log_commands: true permissions: { can_trade: true can_party: true all_skill: false all_equipment: false skill_unconditional: false use_check: true use_changemaptype: true all_commands: true } } )
-
Hallo, meine Spieler haben sich beschwert, da @storage nicht geht. Hier eine kleine Übersicht zu groups.conf groups: ( { id: 0 name: "Normal Player" inherit: ( "Player" ) /* can do everything Players can and more */ level: 0 commands: { /* player commands */ commands: true charcommands: true help: true rates: true mobinfo: true iteminfo: true whodrops: true time: true jailtime: true hominfo: true homstats: true showexp: true showzeny: true refresh: true autoloot: true alootid: true autotrade: true request: true go: true storage: true // !!! >.< gstorage: true // !!!! <-Da guildstorage: true // selbe wie da oben die: true //geht auch nicht >.< duel: true whereis: true } permissions: { } Wie man sieht ist storage true aber im Spiel ist es ganz anders. Wenn ich @storage mache steht da "Your GM lvl in not authorifized" oder so was in der Art ;D Hoffe ihr könnt mir weiterhelfen, bin am verzweifeln .. soFar~
-
Also dein 0815 script funktioniert irgendwie nicht. Es läd zwar aber da wo man ein Hat auswählen sollte steht nichts, es ist leer. Im script sehe ich nicht die IDs von den Items, könntest du mir bitte ein beispiel mit der vorgegebenen ID geben, damit ich es in zukunft einfach kopieren und ersetzen kann und nicht viel rumschreiben muss und somit das Script zerstöre? (bin nochn newbie ) Danke im vorraus
-
Danke, aber ich verstehe nicht was ich in id2 eintragen soll oder in anz2 o.O
-
Könnte man es vielleicht so umschreiben, dass das Script zuerst die case funktion zeigt.. also z.B. so: Ich kann dir blabla mixen: Welches Custom möchtest du? Black White Rot // ich wähle mal rot Dafür benötige ich 1x bla 10x blah und wenn man den npc wieder anspricht, dass er von vorne frägt: Ich kann dir items mixen, welche farbe und so , geht das? Ist jetzt bisschen schlampig aber ist nur ein Beispiel :x
-
dragonia,37,43,0 script Cowgirl 123,{ if (quest == 1){ if (countitem(969) >= 10 && countitem(4001) >= 1){ mes "[Cowgirl]"; mes "Wunderbar, du hast alle Items gefunden."; delitem 969,10; delitem 4001,1; getitem 20140,1; set quest,0; close; } } mes "[Cowgirl]"; mes "Hallo Reisender, ich stelle Cowboy Hats her."; next; mes "[Cowgirl]"; mes "Ich brauche folgende Items:"; mes""; mes "^ff000010^000000x Gold"; mes "^ff00001^000000x Poring Card"; mes "Komm wieder, wenn du alle Items hast."; set quest,1; close; } } Funktioniert perfekt Nun würde ich gerne eine case Funktion einbauen, damit sich der Spieler eine Farbe aussuchen kann - wer kann helfen? + kann man es so scripten, dass wen man die items nicht hat nur die Nachricht: "Komm wieder, wenn du alle Items hast" erscheint?
-
Hallo rAthena Team, ich würde gerne wissen, wie ich einen Script so gestalte, dass er mir bestimmt items für bestimmt items gibt. z.B.: script Valkyrie Helm Mixer 123 If item (irgend eine Item ID o. mehrere IDs) | giveitem Valkyrie Helm | | @breakitem (mixitems von oben) <-------- Dies ist nur ein gedankliches Konstrukt, da ich nicht weiß wie ich diese befehle miteinander verknüpfen soll :/ Kann mir da jemand einen Beispiel geben, damit ich es zumindest etwas verstehe und dann so übernehmen und kopieren kann? Danke im Vorraus
-
Danke dir, aber ich benutze PuTtY, und in dem rAthena Order (SVN) kann ich nicht recompilem. :/
-
Hallo rAthena Member, ich habe ein problem. Ich weiß nicht in welcher conf man die @go Zielorte bestimmen kann >.< Ich möchte wenn ich z.B. @go prontera mache an einer anderen koordinate erscheinen. Danke im Voraus ~
-
Thank you Emistry, the server didn't accept my src_logo x')
-
Hello rAthena board, I've got a problem >.< I become a gravity(m) error if I make a screenshot ingame. Module Name: C:\Program Files\HP\Sealed Dragon Ro\Sealed Dragon Ro.exe Time Stamp: 0x4d7f06a5 - Tue Mar 15 07:26:45 2011 Exception Type: 0xc0000005 0x0041239b Sealed Dragon Ro.exe eax: 0x00000000 ebx: 0x1e598c58 ecx: 0x00000640 edx: 0x2fbd3000 esi: 0x00000383 edi: 0x527cd862 ebp: 0x00000000 esp: 0x0012abf0 stack 0012abf0 - 0012aff0 0012ABF0 : 10 00 00 00 00 00 00 00 B0 F8 4A 59 12 00 00 00 0012AC00 : 00 30 BD 2F 83 03 00 00 00 00 00 00 10 AC 12 00 0012AC10 : 20 00 3B 52 58 8C 59 1E 00 00 00 00 02 00 00 00 0012AC20 : 1F 00 00 00 00 F8 00 00 03 00 00 00 0B 00 00 00 0012AC30 : 05 00 00 00 03 00 00 00 E0 07 00 00 38 C9 B2 1E 0012AC40 : 1F F8 00 00 01 00 01 00 01 00 01 00 02 00 02 00 0012AC50 : 01 00 01 00 01 00 01 00 01 00 02 00 02 00 03 00 0012AC60 : 01 00 01 00 01 00 01 00 02 00 02 00 03 00 03 00 0012AC70 : 01 00 01 00 01 00 02 00 02 00 03 00 03 00 03 00 0012AC80 : 01 00 01 00 02 00 02 00 03 00 03 00 03 00 03 00 0012AC90 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0012ACA0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0012ACB0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0012ACC0 : C8 AC 12 00 00 00 00 00 01 00 01 00 01 00 01 00 0012ACD0 : 02 00 03 00 03 00 03 00 01 00 01 00 01 00 02 00 0012ACE0 : 03 00 03 00 03 00 03 00 01 00 01 00 01 00 03 00 Launch Info 0171 014D 0171 0177 0171 018E 018D 016A 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 Job : Champion Before that all works perfect - please help me to solve this soFar~
-
Thank you Mysterious. @Euphy please give me a example for a monster which can't move I watched at PUPA but I didn't find number "128" immobile passive. soFar~
-
How I can make this monster unmoveable? Custom (Goldini) monster (Goldini) copied from Mineral 2010,MINERAL,Goldini,Goldini,350,800000,0,0,1768,1,723,800,50,50,50,50,50,50,50,50,50,50,0,0,40,0x0,250,648,480,360,0,0,0,0,0,0,0,969,5000,969,4000,969,3000,969,2000,969,1000,0,0,969,500,0,0,0,0,0,0 And how I can turn of the skills of this monster?
-
Finally I made it x') *Le Script* new_zone04,100,29,6 script Novice Master 743,{ if (Class == Job_Novice && JobLevel < 10) { mes "[ ^ff0000Novice Master^000000 ]"; mes "Du benötigst Job Level 10 um das Training abzuschließen."; close; } mes "[ ^ff0000Novice Master^000000 ]"; mes "Wie ich sehe hast du dein Training absolviert."; next; mes "[ ^ff0000Novice Master^000000 ]"; mes "Möchtest du nun nach BLA gehen?"; switch(select("Ja","Nein")) { case 1: Save("BLA", 38, 21); warp "BLA",38,22; close; case 2: next; mes "[ ^ff0000Novice Master^000000 ]"; mes "Komm wieder wenn du bereit bist in die Stadt zu gehen."; close; } } PS: Joseph, you have not corrected the error "JovLevel" ^-^'
-
Just how do you guys make codebox work? When I try it, it gives me all the text color codes. DX Write [ then CODEBOX then ] then your sentence blah then [ then / then CODEBOX then ] Safe tut for idiots xDD Ok now my problem: The NPC didn't speak more then this .. I used your script Joseph No Close or Next ..... EDIT Ok Joseph you made a problem in the script watch here: if (Class == Job_Novice && NoviceJovLevel < 10) { // JoV Level? //do whatever end; } But it is still not working ..
-
No, it didn't work ;O mapserver Error messages: [Error]: Missing 2 right curlys at file 'npc/my/Novi4.txt', line '26'. [Error]: script error on npc/my/Novi4.txt line 21 parse_line: expect command, missing function name or calling undeclared function 16 : next; 17 : mes "[ ^ff0000Novice Master^000000 ]"; 18 : mes "Komm wieder wenn du bereit bist in die Stadt zu gehen."; 19 : close; 20 : } * 21 : 'e'lse 22 : { 23 : mes "[ ^ff0000Novice Master^000000 ]"; 24 : mes "Du ben÷tigst ^ff0000Job Level^000000 10 um das Training abzuschließen."; 25 : close; 26 : } [Error]: script error on npc/my/Novi4.txt line 21 parse_line: expect command, missing function name or calling undeclared function 16 : next; 17 : mes "[ ^ff0000Novice Master^000000 ]"; 18 : mes "Komm wieder wenn du bereit bist in die Stadt zu gehen."; 19 : close; 20 : } * 21 : 'e'lse 22 : { 23 : mes "[ ^ff0000Novice Master^000000 ]"; 24 : mes "Du ben÷tigst ^ff0000Job Level^000000 10 um das Training abzuschließen."; 25 : close; 26 : }
-
Yes, I realized it xD
-
It didn't work. I can speak to him with Jlvl 10 :/ Something wrong? ------EDIT------- You edited the Script now it works x') How I can add a mes so that the npc say that I must be Jlvl 10 ?
-
Hello, I would like to put a function so that a Novice with under Job Lvl 10 can't begin a conversation with this NPC. *Le Script* new_zone04,100,29,6 script Novice Master 743,{ mes "[ ^ff0000Novice Master^000000 ]"; mes "Wie ich sehe hast du dein Training absolviert."; next; mes "[ ^ff0000Novice Master^000000 ]"; mes "Möchtest du nun nach loltownwhatever gehen?"; switch(select("Ja","Nein")) { case 1: Save("anymap", 38, 21); warp "lol",38,22; close; case 2: next; mes "[ ^ff0000Novice Master^000000 ]"; mes "Komm wieder wenn du bereit bist in die Stadt zu gehen."; close; } }
-
Now it's right *-* new_zone02,17,182,4 script Novice Healing Assistent 102,{ if ( spoken == 1 ) {mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Gehe nun zum ^ff0000Novice Battle Assistenten.^000000"; close; } mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Willkommen, ich zeige dir wie man Tränke einsetzt."; next; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Mit heilenden Tränken kannst du deine ^008000HP^000000 oder ^000088SP^000000 wieder regenerieren."; mes "Somit kannst du im Falle eines Kampfes die Oberhand gewinnen."; next; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Zum Schluss erhälst du 20 ^008000Novice Potions^000000."; getitem 569,20; mes "Setzte sie sinnvoll ein!"; next; set spoken, 1; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Gehe nun zum ^ff0000Novice Battle Assistenten.^000000"; close; } }
-
new_zone02,17,182,4 script Novice Healing Assistent 102,{ if (GotNovicePotion) { mes "Gehe nun zum ^ff0000Novice Battle Assistenten^000000."; } else { mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Willkommen, ich zeige dir wie man Tränke einsetzt."; next; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Mit heilenden Tränken kannst du deine ^008000HP^000000 oder ^000088SP^000000 wieder regenerieren."; mes "Somit kannst du im Falle eines Kampfes die Oberhand gewinnen."; next; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Zum Schluss erhälst du 20 ^008000Novice Potions^000000."; getitem 569,20; mes "Setzte sie sinnvoll ein!"; next; set Talk, 0; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Gehe nun zum ^ff0000Novice Battle Assistenten.^000000"; close; } } Didn't work, or I'm a bad scripter ^-^"
-
switch(select("Label1","Label2")) { case 1: mes "Label1"; close; case 2: next; mes "Label2"; close; } }
-
I would make a Script with the function "If speaked with" but I don't know how x') *le Scripts* If I speaked with this NPC: new_zone02,38,183,4 script Novice Equip Assistent 101,{ if (Talk > 0) { mes "[ ^ff0000 Novice Equip Assistent^000000 ]"; mes "Gehe nun zum ^ff0000Novice Healing Item Assistenten.^000000"; close; } mes "[ ^ff0000 Novice Equip Assistent^000000 ]"; mes "Willkommen, ich zeige dir wie man das Equipment bedient."; next; mes "[ ^ff0000 Novice Equip Assistent^000000 ]"; mes "Mit der Tastenkombination ^008000Alt^000000 + ^ff0000Q^000000 öffnet sich ein Eqiupment Fesnter."; mes "Somit hast du einen Überblick über deine ganze Ausrüstung."; next; mes "[ ^ff0000 Novice Equip Assistent^000000 ]"; mes "Mit der Tastenkombination ^008000Alt^000000 + ^ff0000E^000000 öffnet sich dein Inventar."; mes "Somit hast du einen Überblick über deine ganzen Items oder Ausrüstungen."; next; mes "[ ^ff0000 Novice Equip Assistent^000000 ]"; mes "Zum Schluss erhälst du ein Equipment Starter Packet."; mes "Somit hast du einen Überblick über deine ganzen Items oder Ausrüstungen."; getitem 5055,1; getitem 2393,1; getitem 2414,1; getitem 2510,1; getitem 2112,1; next; set Talk, 1; mes "[ ^ff0000 Novice Equip Assistent^000000 ]"; mes "Gehe nun zum ^ff0000Novice Healing Item Assistenten.^000000"; close; } I can speak with this NPC: new_zone02,17,182,4 script Novice Healing Assistent 102,{ if (Talk > 1) end; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Willkommen, ich zeige dir wie man Tränke einsetzt."; next; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Mit heilenden Tränken kannst du deine ^008000HP^000000 oder ^000088SP^000000 wieder regenerieren."; mes "Somit kannst du im Falle eines Kampfes die Oberhand gewinnen."; next; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Zum Schluss erhälst du 20 ^008000Novice Potions^000000."; getitem 569,20; mes "Setzte sie sinnvoll ein!"; next; set Talk, 0; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Gehe nun zum ^ff0000Novice Battle Assistenten.^000000"; close; } îîîîîîîîî And if I speaked with this NPC I can speak with this NPC: new_zone02,23,188,6 script Novice Battle Assistent 55,{ //Novice Battle Training mes "[ ^ff0000Novice Battle Assistent^000000 ]"; mes "Möchtest du nun zum Trainingsgelände?"; next; switch(select("Ja","Nein")) { case 1: Save("new_zone03", 96, 31); warp "new_zone03",96,31; close; case 2: mes "[ ^ff0000Novice Battle Assistent^000000 ]"; mes "Komm wieder wenn du bereit bist."; close; } } new_zone03,94,33,6 script Novice Battle Assistent 55,{ //Novice Battle Training mes "[ ^ff0000Novice Battle Assistent^000000 ]"; mes "Möchtest du ein Paar Tipps?"; next; switch(select("Ja","Nein")) { case 1: mes "[ ^ff0000Novice Battle Assistent^000000 ]"; mes "Von hier aus weiter findest du eine Brücke."; mes "Geh über die Brücke und lauf immer gerade aus."; mes "Danach folge dem ^ff0000Wegweiser^000000 ."; next; mes "[ ^ff0000Novice Battle Assistent^000000 ]"; mes "Bitte beachte, dass du mindestens ^ff0000Job Level^000000 auf 10 haben musst um das Training zu beenden."; next; mes "[ ^ff0000Novice Battle Assistent^000000 ]"; mes "Übrigens:"; mes "Mit dem command ^008000/nc^000000 greift dein Charakter automatisch an. "; mes "Dies könnte dir sehr von nutzem sein."; next; mes "[ ^ff0000Novice Battle Assistent^000000 ]"; mes "Viel Glück!"; close; case 2: mes "[ ^ff0000Novice Battle Assistent^000000 ]"; mes "So sei es."; close; } } Please help me to complete this Script ;P soFar~
-
Yes now it is right x') I do the same thing for this script, but it didn't work *le Script* new_zone02,17,182,4 script Novice Healing Assistent 102,{ if (Talk > 0) { mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Gehe nun zum ^ff0000Novice Battle Assistenten.^000000"; close; } mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Willkommen, ich zeige dir wie man das Tränke einsetzt."; next; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Mit heilenden Tränken kannst du deine HP oder SP wieder regenerieren."; mes "Somit kannst du im Falle eines Kampfes die Oberhand gewinnen."; next; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Zum Schluss erhälst du 20 ^ff0000Novice Potions^00000."; getitem 569,20; mes "Setzte sie sinnvoll ein!"; next; set Talk, 1; mes "[ ^ff0000 Novice Healing Item Assistent^000000 ]"; mes "Gehe nun zum ^ff0000Novice Battle Assistenten.^000000"; close; }