Jump to content

Rikimaru

Members
  • Posts

    658
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Rikimaru

  1. Then you'll have to edit this part of the Script : if(.@rand < 2 ) { // Jackpot Prize 1% win mes "Congratulations you won the jackpot!!!"; set Zeny, Zeny+1000000; } else if(.@rand < 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(.@rand < 61) { if(.@rand < 41) { if(.@rand < 31) { if(.@rand < 26) { if(.@rand < 16) { if(.@rand < 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; }
  2. 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 } },
  3. 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.
  4. Es kann auch sein,dass du einfach falsch gedifft hast,welches Programm hast du zum Diffen benutzt? Shin's Diffpatcher oder was anderes?
  5. 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?
  6. Kein Problem,wenn du nicht alles verstehst und danach noch fragen hast,sag mir bescheid!
  7. 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!
  8. Batman How I met your Mother or Two and a Half Men?
  9. 2783
  10. 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
  11. 2772
  12. 2769
  13. Dann glückwunsch!
  14. Hmm... Hast du die richtigen lua files und eine voll gepatchte data.grf und rdata.grf?
  15. 2761
  16. 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?
  17. Dragonball Z Firefox or Chrome?
  18. 2758
  19. 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.
  20. 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 .@n$,"^0000FF[ NPC NAME ]^000000"; if(getgroupid() > 98) { mes .@n$; 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 .@n$; 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 .@n$; mes "Okay,tell the Person to relog now!"; close; } else { mes .@n$; mes "That's a wrong account name!"; close; } } if(getgroupid() <= 98) { mes .@n$; mes "...."; close; } }
  21. 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.
  22. 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.
  23. 2754
  24. C++ Rune Knight or Royal Guard?
×
×
  • Create New...