-
Posts
658 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Rikimaru
-
Then you'll have to edit this part of the Script : if([email protected] < 2 ) { // Jackpot Prize 1% win mes "Congratulations you won the jackpot!!!"; set Zeny, Zeny+1000000; } else if([email protected] < 5) { Other Prize 5% win mes "Congratulations you won consolation prize!!"; switch(rand(4)) { case 0: getitem 985,4; break; case 1: getitem 984,4; break; case 2: set Zeny,Zeny+250000; break; case 3: set Zeny,Zeny+500000; break; } } else { mes "Too bad you didn't win anything!!"; } close; } to this part: if([email protected] < 61) { if([email protected] < 41) { if([email protected] < 31) { if([email protected] < 26) { if([email protected] < 16) { if([email protected] < 6) { mes "Congratulations you won the Jackpot!!"; set Zeny, Zeny+1000000; close; } mes "Congratulations you won consolation prize!!"; set Zeny, Zeny+300000; close; } mes "Congratulations you won consolation prize!!"; set Zeny, Zeny+200000; close; } mes "Congratulations you won consolation prize!!"; set Zeny, Zeny+100000; close; } mes "Congratulations you won consolation prize!!"; getitem 984,5; getitem 985,5; close; } mes "Congratulations you won consolation prize!!"; getitem 984,2; getitem 985,2; close; } else { mes "Too bad,you didn't win anything!!"; close; }
-
Please go to your rAthena Server Folder/conf/groups.conf open the groups.conf file. Then you can add the commands,which you want the lvl 0 Group ( Normal Players ) to have like this : groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { commands: true charcommands: true help: true rates: true uptime: true showdelay: true exp: true mobinfo: true iteminfo: true whodrops: true time: true jailtime: true hominfo: true homstats: true showexp: true showzeny: true whereis: true /* feature commands */ refresh: true noask: true noks: true main: true autoloot: true alootid: true autotrade: true request: true go: true who: true warp: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } },
-
Ich hatte das mal,da ist der Client auch einfach nicht gestartet,das hatte ich aber bei 2012-03-07,da habe ich dann einfach den Client neu gedifft,da hat es funktioniert,wo das Problem genau lag weiß ich jetzt auch nicht. Tut mir leid.
-
Es kann auch sein,dass du einfach falsch gedifft hast,welches Programm hast du zum Diffen benutzt? Shin's Diffpatcher oder was anderes?
-
What do you mean with that?You mean you want a Card to give the Acid Demonstration skill as effect,or do you want to Increase the Damage of Acid Demonstration?
-
Kein Problem,wenn du nicht alles verstehst und danach noch fragen hast,sag mir bescheid!
-
Also,du lädst dir MySQL runter,und ließt dir aber vorher Judas Bible hier durch : http://supportmii.com/ro1/JudasBible.pdf Viel Glück!
-
Batman How I met your Mother or Two and a Half Men?
-
Also you can use this AntiBot Script,you'll just have to add tabs. http://rathena.org/board/topic/66165-anti-bot-disable-commands-on-start/page__hl__%2Banti+%2Bbot
-
Dann glückwunsch!
-
Hmm... Hast du die richtigen lua files und eine voll gepatchte data.grf und rdata.grf?
-
Yes,seems like eAthena is back up,but even if it's back up,people are just going to use it to search older source changes/downloads (like Mysterious said), and they try to get the Support here and a lot of people use rAthena now instead of eAthena,so what's the matter?
-
Dragonball Z Firefox or Chrome?
-
Ja,da habe ich mich wohl verschrieben. Es ist einfach so,Man kann dir einfach viel besser helfen wenn du rAthena Benutzt als eAthena. Ich bin auch von eAthena auf rAthena umgestiegen,weil die Updates einfach viel besser und aktiver waren als bei eAthena und außerdem konnte mir auch so besser geholfen werden.
-
is there a script who can make a GM account?
Rikimaru replied to Famous's question in Script Requests
Normally this one should work : http://upaste.me/8aa8546e8238779 // = Made by Rikimaru // = In Game Group ID Giver // = This is only usable by rAthena Emulator Users , because of the group_id! // ================================================================================ MAPNAME,XXX,YYY,Z script GM Level NID,{ set [email protected]$,"^0000FF[ NPC NAME ]^000000"; if(getgroupid() > 98) { mes [email protected]$; mes "Hello "+strcharinfo(0)+",you're"; mes "an Administrator and you're"; mes "able to give a Player"; mes "a GM Level. Now please"; mes "input the ^FF0000ACCOUNT NAME^000000"; mes "of the Player!"; next; input @accid$; query_sql "SELECT COUNT(*) `login` WHERE `userid`='" + escape_sql(@accid$) + "'", @accountcount; if(@accountcount >= 1) { mes [email protected]$; mes "Now Input the group ID,which you want the account to get!"; next; input @group_id$; if(group_id$ > 99) { mes "That's too high!"; close; } query_sql "UPDATE `login` SET group_id='" + escape_sql(@group_id$) + "' WHERE `userid`='" + escape_sql(@accid$) + "'"; mes [email protected]$; mes "Okay,tell the Person to relog now!"; close; } else { mes [email protected]$; mes "That's a wrong account name!"; close; } } if(getgroupid() <= 98) { mes [email protected]$; mes "...."; close; } } -
You can even make an Item Bonus,which gives the Player a special GroupID like Admin or something else. All Script Commands can be used in item scripts,too,since it's the same scripting language,as long as there are no errors / no mistakes in that item bonus script.
-
how to disable GM below lvl 80 cannot use bloody branch?
Rikimaru replied to Brynner's question in Scripting Support
Did you test it already? -
Also ich kann nur sagen besser rAthena als eAthena benutzen,da rAthena seit langer Zeit ein aktiveres Team hat und auch mehr Updates macht und auch so auf dem neusten Stand bleibt. Außerdem ist dies ein Support Forum für rAthena Benutzer und nicht eAthena.Natürlich ist es kein Problem wenn man auch eAthena benutzt,nur bessere Hilfe kann man halt leisten wenn man auch den rAthena Emulator benutzt. Dazu kannst du auch noch auf http://www.rathena.org/wiki/Main_Page auch noch ein paar Guides lesen.
-
C++ Rune Knight or Royal Guard?