Jump to content

Yoh Asakura

Members
  • Content Count

    261
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Yoh Asakura

  1. There's no such option, and if it has I didin't choose. sryy, I wrote the wrong word. the option is Increase attack display, if you choose that option ,your attck damage number can show above 32K It's not about this and I didin't select this option. That's right. The damage is above 32k, which is not normal. The mercenaries are really strong, they can kill very easy because they are hiting 100k+ How to fix this?
  2. There's no such option, and if it has I didin't choose.
  3. @@Aeromesi Could you share the script?
  4. Hi, How to see the videos that we have recorded using the button record in game?
  5. Hi, After I started using this new emulator from Hercules, the players from my server (pre-renewal) can hit (physical hit) more than 32k in pvp maps. The server is a high rate, but before the hit was not above 32k... Anyone knows why? This is a bug? I already report as a bug but nobody has answered.
  6. Can't see since I only have SSH connection and to see the logs I would have to turn down the server and turn it on again.
  7. Hi, Today I realised that only GM level 99 and players level 0 can log in the server. GM level 60, 70, 80 and so on can't log in. They can only get till the char selection. Why is that?
  8. @@Mhalicot By the way, I asked Dastgir to make a modification in your "autoattack plugin" but he didin't reply. Could you do it? "Would you add something to the "autoattack" plugin? Because this scripts only let the char attack all the mobs around, but it would be nice to select which mob(s) you want to attack, example: "@autoattack +MobId or MobName" :D"
  9. Hi, I wonder if it's possible to have a SQL table that show us which player has killed which player in the pvp map, and if possible showing the time, date. Because even if we block dual accounts players can kill each other only to receive points...
  10. @@Mhalicot The main.sql file already comes with the table. CREATE TABLE IF NOT EXISTS `ipbanlist` ( `list` VARCHAR(255) NOT NULL DEFAULT '', `btime` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `rtime` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `reason` VARCHAR(255) NOT NULL DEFAULT '', KEY (`list`)) ENGINE=MyISAM;
  11. File Name: Change Gender Script File Submitter: Yoh Asakura File Submitted: 31 Mar 2015 File Category: Utility Change Gender Script A simple script that changes the character's sex. It's possible to define a price to change the sex in the script. Script edited and translated by Yoh Asakura. Click here to download this file
  12. Version 3.0

    231 downloads

    Change Gender Script A simple script that changes the character's sex. It's possible to define a price to change the sex in the script. Script edited and translated by Yoh Asakura.
  13. File Name: IP Ban Script File Submitter: Yoh Asakura File Submitted: 31 Mar 2015 File Category: Utility IP Ban Script A simple and useful script that allows GM's to Ban someone's IP from the server. It's also possible to put a reason why you want to ban that IP. The IP and the reason (if any) will be at your database, in "ipbanlist" table. Original author: unknown Script edited by: Yoh Asakura. Click here to download this file
  14. Version 1.0

    172 downloads

    IP Ban Script A simple and useful script that allows GM's to Ban someone's IP from the server. It's also possible to put a reason why you want to ban that IP. The IP and the reason (if any) will be at your database, in "ipbanlist" table. Original author: unknown Script edited by: Yoh Asakura.
  15. I won't ask them, haha. Since Paypal has blocked my paypal account because I was selling gold in my ragnarok server. They told I need a license from gravity to use this game... @edit: Is there any card that lowers earth attack?
  16. It's still not working. Script: //Noygg Eventpvp_n_6-5 mapflag zone Noyggpvp_n_6-5 mapflag zone Noygg MapZoneDB: { name: "Noygg" disabled_items: { Yggdrasil_Seed_Box: true Underripe_Yggseed: true Dried_Yggdrasilberry: true Leaf_Of_Yggdrasil: true Seed_Of_Yggdrasil: true Yggdrasilberry: true }},
  17. Even with this the merchants can enter in the pvp arena with the item Yggdrasil. They put it in their cart...is there anyway to block the item in their cart?
  18. Just to check...I would like to let my char at prontera with @at and then with another account be able to go to pvp arena without having my @at character kicked. I'll try the script you've edited.
  19. @edit 2: It's normal now. I've edited the cell pvp addon part. I disabled the buffs and the deathmatch. +// Addon Cell PVP [Ize]+// Enable Deathmatch for cell pvp+// Default: 0+// 0 = No+// 1 = Yes+cellpvp_deathmatch: 0 +// Enable buff when player is dead for cell pvp+// Default: 1+// 0 = No+// 1 = Yes+// Request core npc files use name "deathmatch_core"+cellpvp_autobuff: 0 I believe it's the buffs that was causing gravity error, since I never get the buffs after the player dies.
  20. I'm sorry, I don't know how to do it since I'm still newbie to edit scripts. Could you edit it for me? I always try to learn from the scripts already made.
  21. I see, but why is that? Should lower earth damage...since it enchants with earth property...
  22. Hi. I have a script that blocks dual accounts but if I let my char in prontera in @afk for example, and then if I go to the pvp (which has the mapflag to block dual acc) my char from prontera will be kicked. Why if I didin't put mapflag in prontera? - script blockdual -1,{OnPCLoadMapEvent: query_sql "SELECT `name` FROM `char` INNER JOIN `login` ON `login`.`account_id` = `char`.`account_id` WHERE `char`.`online` = '1' AND `login`.`last_ip` IN (SELECT `last_ip` FROM `login` WHERE `login`.`account_id` = '"+getcharid(3)+"')",.@name$; for(set @i,0; @i < getarraysize(.@name$) && getarraysize(.@name$) > 1; set @i,@i+1){ if(getcharid(0) == getcharid(0,.@name$[@i])) continue; atcommand "@adjgmlvl 0 "+.@name$[@i]; atcommand "@kick "+.@name$[@i]; } if (getarraysize(.@name$) > 1) { mes "^FF0000[Guardian]^000000"; mes "Sorry, you can't use double account in this place."; close; }end;} // Mapflagpvp_n_6-5 mapflag loadevent
  23. I didin't get you. Why earth is considered the weakest of all elements cards? check the element table(http://irowiki.org/wiki/Element) only earth and wind attacks are lowered by sandman card... btw how did you conduct you test? That's the problem. Earth attacks are not being lowered by the sandman card. I made many tests with the Elements cards for robe. Tests: I've tested one by one. I equipped for example a card to enchance my robe with the fire element, then I use the fire element conversor to hit my char, the hit was 30k. I've done the same with all the other elements, and all of them the hit was 30 except for the EARTH element. With earth element I hit 90k (using the robe enchanced with earth).
  24. I didin't get you. Why earth is considered the weakest of all elements cards?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.