Jump to content

ZelosAvalon

Members
  • Posts

    181
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ZelosAvalon

  1. i need a script for when an player kill a monster event he'll get a Event Point, but idk how i can configure this, i was make a var #Event_Point but didn't work , maybe i need to make a sql for this ? any1 can explain me how i can do this ?
  2. i need help for edit my script, i try to i need help for edit my event i when i make script for exchange one per one working, but i try to make an script where de player can put how many coins he have for exchange more coins at a time. this script give for a player just 1 coin and delete all coins he put in #pas1. the ratio is: 5 Silver => 1 Golden
  3. I need help for configure Putty for check the logs of my ragnarok server, always when i try to loggin with Putty the give me a message : Access Denied , what is this ? any1 know how i can fix it ? please i need help!
  4. but how i can use it on script ? can u give me an example ? i use this npc and how i can know QUESTS ID ? warper.txt
  5. I am looking for a script where when a player attempts to teleport to a map which needs quest to access. The player can not teleport for there, and a message appears saying: You are not authorized to enter this map. anyone know where I can see the ID of the quests? atm i'm try to configure npc for teleport to mid_camp, but first u need to finish the quest "onward to the new world quest"
  6. i miss the old ppl on this forum, always helped me when I needed it!
  7. i have this event : i want to change it, to choose what monster will appear in the invasion and what MVP, in the invasion of every monster kill for a player, this player will got 1 Event Point, and who killing MVP got 10! and i need a NPC for trade this Event Point, any1 can help me ? I had this NPC, but I lost when I formated my machine, and has it been 3 years that didn't work with scripts, I went back 1 week ago! ty anyway, I hope some help! I need something like this, is just one example, does not work!
  8. Hello guy i need some help to found a Hexed and a Lua files, always my hexed crash and game closed any1 can help me ? i lf a updated hexed and lua files !
  9. I'm looking for a script for an Invasion Event: Need this: an NPC Invasion set with this options: - What monster will summon - What boss will summom map When clean (when all monsters die, the boss will summom) - How many monsters (Amounts que of monsters are summoned on the map) - Where this will Appear monsters (I would choose the map where the invasion will happen) - When this monster will Appear (same npc to WOE configuration for example: saturday: 5:00 pm | sunday: 1:00 am.) When I would choose the event will start and time a script which will show the amounts of monsters, still alive on the map. The players will get 1 Event Point for every monster killed. The player to kill the MVP (boss) at the end of the event will earn 20 Point Event. an NPC Reward Event where players can exchange their Points Event for items my old npc "monsterinvasion" is annexed so that you can help me, it contains some scripts that can be useful! monsterinvasion.txt
  10. dont work =( I fixed my script so if the player already has a VIP Rental, any new rentals will stack. http://code.google.c...rce/detail?r=23 dont work too with this items : 8036,Ticket_VIP_15,Ticket Vip (15 days),2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_VIPstart", 1296000; },{},{} 8037,Ticket_VIP_30,Ticket Vip (30 days),2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_VIPstart", 2592000; },{},{}
  11. I've got many problems with the WOE. 1 - HP and the HP% of Emperium is showing up for all players during WOE. 2 - The Emperium is showing up without WOE be active! please, the last time I'll ask somebody help me! ja is the fourth topic I do about it and no one helped me!
  12. i put but dont work =/ where i need to put it ? i need to change more .conf ? or just atcommand ? help me please and this messages you can post for me what messages is : 806, 807 ... for i can change ?
  13. i need help about hairstyle i chance it on client.conf but dont work, anyone can help me ? if any1 can tell me where i can get more hairstyles too i will be happy!
  14. ty man working , but if a player use the vip ticket 15 days and later use vip ticket 30 days, they don't add up, he loses the 15 days VIP, and won vip 30 days, instead of staying with 45 days vip. you know how i can fix it ? //======================================== //==Abaixo o controle dos dias vip //======================================== - script vip -1,{ OnPCLoginEvent: query_sql "SELECT `vencimentoVip` FROM `login` WHERE `account_id` = '"+ getcharid(3) +"'", .@vencimentoVip; { dispbottom "[VIP Control]: viptime "+.@vencimentoVip+"."; end; } } //========================================= my sql : message when i log : i need to show when i log : date vip will expire example : ty man working , but if a player use the vip ticket 15 days and later use vip ticket 30 days, they don't add up, he loses the 15 days VIP, and won vip 30 days, instead of staying with 45 days vip. you know how i can fix it ? //======================================== //==Abaixo o controle dos dias vip //======================================== - script vip -1,{ OnPCLoginEvent: query_sql "SELECT `vencimentoVip` FROM `login` WHERE `account_id` = '"+ getcharid(3) +"'", .@vencimentoVip; { dispbottom "[VIP Control]: viptime "+.@vencimentoVip+"."; end; } } //========================================= my sql : message when i log : i need to show when i log : date vip will expire example :
  15. hello man, if you are using a weapon, some weapons decrease your aspd! especially two-handed you can increase the dopple effect in u item_db: Original: 4142,Doppelganger_Card,Doppelganger Card,6,20,,10,,,,,,,,2,,,,,{ bonus bAspdRate,10; },{},{} bonus Attack speed + 10% just change it if you want increase effect.
  16. thanks all, but now when wow ended , emperium continues and can still be attacked, it does not disappear!
  17. i need a script for two items: 8036,Ticket Vip 15,Ticket Vip 15,0,50,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ ????? },{},{} 15 days vips 8037,Ticket Vip 30,Ticket Vip 30,0,50,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ ????? },{},{} 30 days vips the item is consumable, and when someone use, will get time vip and i need a script similar to that message "mtod" that appears whenever someone logs in, but this appears, the time vip that you possess, and the time remaining for your vip expires. my sql vip table is located in: FROM `login` `vencimentoVip` SELECT `ID` FROM `login` `account_id` `vencimentoVip` i need to configure query_sql to show, vip time when the char login. and when i change it by item ticket vip or on website will show too!
  18. could someone explain to me how I add a custom command? @ sleep for example would like to implement, but do not know how! i see this topic but dont understand: http://www.eathena.ws/board/index.php?showtopic=93866
  19. WOE 1.0 and 2.0 has ended, but have some problems: 1 - nobody is expelled from the castle, 2 - Emperium not disappeared 3 - Emperium still can be attacked how i can fix it ?
  20. WOE 1.0 and 2.0 over, but nobody is expelled from the castle, and Emperium not disappeared and can still be attacked, how to fix it?
  21. I tested with only 20 players, but event dont work, i try to check and fix but don't see no1 error , just dont work =/ no1 player receive reward
  22. rathena last SVN Revision 17105
  23. I here again, and still can't configure my event event_invasion.txt i need to add on this script a command line which will give a reward for the 3 players who kill more monsters in the event. note : for the first player (who kill more monsters) will earn reward 1 for the second player will earn reward 2 for the third player will earn reward 3 the other players did not gain any reward, unless you kill the mvp
  24. how i can removing exp and drops penalty by difference in level http://rode-r.doddlercon.com/viewpage/d/3
×
×
  • Create New...