Jump to content

Anime s2

Members
  • Posts

    68
  • Joined

  • Last visited

Everything posted by Anime s2

  1. How can I make Professors to be able to dispel enemies wearing GTB? I mean the user can be still dispelled when gtb card is equipped The other abilities/effects remained normal. Only dispell can bypass gt skill.c
  2. Hello! I would like to request for a player pack giver script that records a player information. (SQL table) account_id char_id name ip last_unique_id (gepard shield) Redeem_time (Date like 2019-06-05 00:33:5) Limit = 2 box package per player
  3. lol, Vanro players. Poring King ex admin?
  4. Can somebody please help me with this? I want Atroce card to be this effect: I want Dracula card to be this effect:
  5. i'm using rAmod 254 Help me on this problem Thank you 1505,Mace_,Maça,5,0,,800,100,,1,4,0x0004C5B3,7,2,2,1,2,1,8,{},{},{} 5013,Horn_Of_Lord_Kaho,Chifre de Lord Kaho,4,20,,100,,5,,4,0xFFFFFFFF,7,2,256,,0,1,99,{ },{},{}
  6. How to delete players accounts if player is not active for almost 11 months?
  7. I used SQL eAthena for a long timeeeee, But now, I want to change to rAthena... my server is running since 2012 with eAthena(eAMOD).....
  8. Items are disappearing when i use @item after updating the database sql files
  9. I used SQL eAthena(eamod) for a long time But now, after long time I want to use rathena The only problem I found
  10. Commands like /effect and many more? I'm using 2010 client and 2015
  11. Error says that you lack 1 column on your modified part in item_group_db.txt which requires atleast 2. Post the modified portion of your item_group_db.txt if you still can't figure it out. db/pre-re/item_group_db.txt import: db/pre-re/item_custombox.txt db/pre-re/item_custombox.txt 454,19807,100 db/const.txt item_custombox 454
  12. How to make a new item group? I want to make a new box wherein if a player open a box all it contains one custom items! https://rathena.org/board/topic/68778-how-to-make-a-custom-obb-or-oca/?p=278189
  13. Why I can't change max level of my rAthena? I'm using pre-re db/pre-re/job_exp.txt map.h client.conf
  14. "i made" some custom skills, but i don't know exactly how to put sound in each skill. is there an example? Anti-Mage sounds - Dota 2 Wiki.mp3
  15. I did this script to compare the mac address of players with defined in array. If the result works, the player will be sent for the jail up
  16. Can someone tells me what is the best way to compare last macs ? OnPCLoginEvent: setarray .@mac_list$[0],"bc:ee:7b:57:b4:2","bc:ee:7b:58:b4:2"; query_sql("SELECT `last_mac` FROM `login` WHERE `account_id` = '" + getcharid(3) + "'", .@mac_ip$); for (set .@i,0; .@i < getarraysize( .@mac_list$ ); set .@i , .@i + 1 ) { if (.@mac_ip$ == .@mac_list$[.@i]) { set .@jailok,1; } } if(.@jailok) atcommand "@jail " + strcharinfo(0); Problem: multiple messages : "player jailed" is there another way? sorry for my bad english.
  17. can someone create sql command to set #SECURITYCODE variable for all inactive accounts on the server that has not yet have this variable?. The value has to be a random number of 4 characters (between 1000 and 9999), must be stored in global_reg_value table http://postimg.org/image/4i032qzf3/ sorry for my bad english.
  18. I downloaded prontera from kro, but there isnt any ghost effect on map, is this effect from prontera or somewhere else?
×
×
  • Create New...