Alexandria
Members-
Content Count
341 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Alexandria
-
Hello there, Can someone update this amazing script to the latest version? http://upaste.me/dfa6217928afa3c17
-
Thank you!
-
Hello guys! How can I change the item price for 10 cash points? OnMobKilled: killmonster "poring_w01","All"; mapannounce "poring_w01","Poring Catcher: Nice !! "+strcharinfo(0)+" caught the real Poring !",bc_all,0xFFCCFF; getitem 3001,1; sleep2 5000; mapannounce "poring_w01","Poring Catcher: 2nd Round !! Catch [ Poporing ] !!",bc_all,0xFFCCFF; sleep2 3000; Thank you!
-
@@Dastgir, thank you for answering me. @ tried to help me but I'm stuck again. I applied this part (battle.c): Diff 1 And the second part (battle.c): Diff 2 But I got this warnings when I'm compiling: Error Any help? Thank you!
-
Thank you but I cant see an "input" to write the name of the character which is going to get the points
-
Hello there, Is there a way to give to my users credit points by using a NPC? (if you arent a GM level 99, you cant give credits points) Thank you!
-
Thank you!
-
Hello there, I would like to broadcast my motd each 1 hour. https://github.com/HerculesWS/Hercules/blob/master/npc/MOTD.txt Thank you!
-
npc checks your credits (flux cp table)
Alexandria replied to Alexandria's question in Script Requests
Thank you, I will test it -
Hello there, Is there a way to show in a npc how many donation credits do you have without going to the website? (flux cp) Thank you
-
Any help please?
-
Hello, My users are complaining about the reflect to mvps. I was wondering if this code would stop that 1 player can kill a mvp without help. http://herc.ws/board/topic/8273-reject-swords-reflect-max-hp-cap/ If its yes, is the code complete? and where do have to apply it? Thank you.
-
Hello there. I'm trying to duplicate the map called "ra_temsky" by using my "resnametable.txt". Im using 2013 08 07. s_mall.gnd#ra_temsky.gnd#s_mall.gat#ra_temsky.gat#s_mall.rsw#ra_temsky.rsw#유저인터페이스maps_mall.bmp#유저인터페이스mapra_temsky.bmp# But it looks like this: (It doesnt have clouds and mini map) And It should look like this: Any help would be appreciated
-
When you use the diff to use the default ragnarok icon, Avast antivirus says its a virus when you patch ur .exe
-
Thank you, I'm wondering why did you add this line: setarray .rewardIds_1, 7227;
-
Thank you for answering ossi0110 and Dastgir. @@Dastgir, I have to 2 question: 1. is it just going to affect @go command or all type of teleportation? (items, skills and commands) 2. I know that I have to add a line in any file of battle/conf but what is this? int64 warp_delay = 5000; //Seconds*1000 (Second) Delay(For Player).int64 warp_delay_mob = 6000; //Seconds*1000 (Second) Delay(For Monster).int64 warp_delay_pet = 7000; //Seconds*1000 (Second) Delay(For Pet).int64 warp_delay_homun = 8000; //Seconds*1000 (Second) Delay(For Homunculus).int64 warp_delay_merc = 9000; //Seconds*1000 (Second) Delay(For Mercenary).int64 warp_delay_others = 10000;//Seconds*1000 (Second) Delay(For Others).
-
Hello guys! I was wondering if there is a way to add a 10 seconds of delay after being hit by a monster or player and also you can't use @go if you are dead. Thank you!
-
Thank you! It's working. Just last question. If I want to add more items to 60% categorie, 30% and 10% categorie, what do I have to do?
-
Thank you for helping me but I am having this error in console: line 20 column 18 parse_line: need ';' 17: end; 18: 19: OnInit:* 20: .rewardIds = 5474, 5137, 5766, 5786, 5074, 5132; ~~~~~~~~~~~~~~~~~^ Do you know how can I fix it? Thank you.
-
Hello there. I made a quest npc but I'm missing the last code. The npc will give you 1 item of follow items: 5474, 5137, 5766, 5786, 5074 and 5132 But the player will have 60% to get: 5474 or 5137 30% to get: 5766 or 5786 and 10% to get: 5074 and 5132 with a broadcast: announce "PLAYERNAME has been rewarded with ITEMXname;bc_all;" Any help would be awesome! Thank you.
-
Hi there, Just 2 questions /* * List here any IP ranges a char- or map-server can connect from. * A wildcard of "0.0.0.0:0.0.0.0" means that server connections are allowed * from ANY IP. (not recommended). */allowed: ( //"0.0.0.0:0.0.0.0", <-- comment "127.0.0.1:255.0.0.0", "x.x.x.x:255.0.0.0", // <-- change x to your Lan IP or Char-Server) Does it have to be the public IP of my dedicated/VPS or internal IP? And my second question... how do I get that information in console? (I have a Centos 6) Because in windows, you can get all information of lan by typing "ipconfig" in cmd.
-
small edition for "Urgent Call" and "I miss you" function
Alexandria replied to Alexandria's question in Source Support
Any help? -
small edition for "Urgent Call" and "I miss you" function
Alexandria posted a question in Source Support
Hello there, I have a custom map in my server called "pvp_vs_guild", you can't leave that map without any another way. (There is a npc which helps you to exit) But when someone uses the skill called Urgent Call (guild skill) or I miss you (wedding skill) in prontera or another map, they can leave "pvp_vs_guild". Do you guys know how can I edit my SRC folder to block those guys who try to leave in that way? Thank you in advanced! -
Message doesn't appear in a custom theme for fluxcp
Alexandria replied to Alexandria's question in General Server Support
in css stylesheet your theme - class - message. .message{background-color: #faa;color: #222;} Thank you! It worked -
Message doesn't appear in a custom theme for fluxcp
Alexandria replied to Alexandria's question in General Server Support
Thank you! It works good now! Last question, where can I change the color font and the background? (About this message)