Jump to content

Yoh Asakura

Members
  • Content Count

    261
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Yoh Asakura

  1. @@Dastgir I know that. I followed what @Gaar mentioned but it's still not working. OnCheckAFK: if( checkidle() >= .idle_time ) { atcommand "@kick" + strcharinfo(0); end; }
  2. Not working. It's not kicking...no error in ssh.
  3. @@Mhalicot It didin't work. If I have a char in prontera and the other one goes to pvp_n_6-5 map, the prontera char will get kicked.
  4. You should make a SQL table for this script.
  5. Thank you for this. I've updated the Custom Weapon page because it didin't mentioned this. http://herc.ws/wiki/Custom_weapons
  6. @@Mhalicot I see, but how can I do it? I need to edit the item_group or item_package or item_chain?
  7. @@mrlongshen @@evilpuncker Already gave the permission 777 but still the same. In 'Hostname' => '127.0.0.1', can be 127.0.0.1 or must be localhost? (My FluxCP is in the same VPN as my server)
  8. @@Tokeiburu Thank you for the support. These are my folders. Everything is allright, but I still can't see the sprite of the item. http://postimg.org/g...xfr2o/4cdc0938/
  9. @@Tokeiburu GRF Editor translated the folder 인간족 into Àΰ£Á· But I still can't see the weapon sprite... In herc.ws/wiki/Custom_weapons it says: "Don't forget to give the weapon an icon in /sprite/¾ÆÀÌÅÛ/," So GRF Editor translated it wrong? @edit These are the folders http://postimg.org/gallery/pfqxfr2o/4cdc0938/
  10. Hi, Is it possible to make an item (like a box) that when you use it you have chances to get items. And each item will have a % to get. e.g: 50% to get yggdrasil item, 10% to get some cards (we can put the cards id here), and 0,1% to get some hats. Is this possible?
  11. I already did one by one, but anyway...I will try what you guys said. @@Tokeiburu Mallufet way is not so good because I must put all the Items ID and names...I would like something automatic, where I don't need to put ID's or names...
  12. @@Tokeiburu Thank you so much.
  13. @@mrlongshen @@Garr I can see here that is possible, but could you guys help me? How can I do it? But this way I have to put the AegisName and the Name and the ID's of the items...it would take too long...I need something faster, like the SDE the members above said. But how to use it?
  14. Same description but with the right #AegisName, #Name and #Id would already help a lot. After I can just find and replace the description. I could not do it with your program because when we click enter it goes to the other option...
  15. How can I translate the korean folders to the "strange names" like... Strange names: ¾ÆÀÌÅÛ ¾Ç¼¼»ç¸® À¯ÀúÀÎÅÍÆäÀ̽º Korean names I want to translate: sprite/인간족/궁수 sprite/인간족/위저드 sprite/인간족/헌터 These are for the weapon sprite, but with the korean name the server does not recognizes, and the sprite does not appear.
  16. Hi, I wonder if there's a program that can help us to auto-input texts, this way we don't need to edit line by line, 1 by one. Example, the itemInfo.lua, instead of doing it one by one there must have a program that can auto input the lines. Like if I want to put the ID 19001 until 19080 with the description of iteminfo.lua this program would do it all. Like this text bellow. Anyone knows a program that can do it? I'm asking because @@Dastgir has a program that can make the accessoryid and accname.lua automatically. [8290] = { unidentifiedDisplayName = "", unidentifiedResourceName = "", unidentifiedDescriptionName = { }, identifiedDisplayName = "Helm of Fire", identifiedResourceName = "helm_of_fire", identifiedDescriptionName = { "Description in here", "description2", "Jobs : ^777777All^000000", }, slotCount = 1, ClassNum = 0 },
  17. Hi, I would like to know if there's anyone who could update this script for me. It's a lottery system. Dastgir helped me with it, he helped me to put the "Total Bets until now". I already tried this script and it's working fine. I also translated it, but there are many things in portuguese, so for those who wants to know... Translation: bilhete = ticket recebeu = received premio = reward acumulado = accumulated loteria = lottery fechado = closed resultado = result banco = bank apostas = bets numeros = numbers How it works the script? The player can bet zeny and he will receive a ticket with random numbers and in the end of the day the winner(s) will be announced by the npc, but can also have no winners. The player can buy how many tickets he wants I believe...at least he can buy more than 1. What I would like to add? An option to bet with cash. But the cash bet MUST HAVE A WINNER. It's like the cash bet system from Invision Power Board forum, it must have a winner. But the winner(s) will only be announced in the end of the month. The npc must show the total bets until now, and the total accumulated. And to be fair with everyone, you can only bet 5 cash and you can bet only 1 time per month. If anyone has a better idea about this script please post here. Full Script: http://upaste.me/2228180914afd51c0 Thank you so much.
  18. @edit Strange because I always rename the sprite item with the ³²_ and ¿©_. That's why the item was like that. Then after what you've said I picked the sprite item from the folders ³² and ¿© and now it's working. Anyway, thank you..
  19. I already added many custom items and all of them worked, but this one when is equipped the item appears on the floor. Already checked all...itemInfo, accname, accessoryid, item_db2, sprite name, collection and item name, and everything is normal...So why this bug??
  20. Change Loc: 8192 to Loc: 004 for cloak. For armor: Loc: 16 For Boots: Loc: 064 For Shield: Loc: 032 For Belts: Loc: 136 And you must check if the names are correct in itemInfo, item_db2, accname, accessoryid, collection and item.
×
×
  • Create New...

Important Information

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