Jump to content

Elsa Mist

Members
  • Posts

    387
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Elsa Mist

  1. @Weistony that is not what he want... change '1' to how many amount that you would like to give.
  2. may i know where is it? thx !! in your trunk/conf/battle/guild.conf search for this // Can the 'Glory of Guild' skill be learnt in the Guild window, // and does changing emblems require it? (Note 1) // P.S: This skill is not implemented on official servers require_glory_guild: no // Limit Guild alliances. Value is 0 to 3. // If you want to change this value, clear the guild alliance table. // Default is 3 max_guild_alliance: 0 set to 0 ro disable guild ally make sure if your server already have a exist guild ally query your sql to delete all guild ally in your phpmyadmin SQL table named guild_alliance.
  3. try move this thread to source support if this topic take affect to source.
  4. just disable guild ally in ur conf. if you dont know how to make custom mapflag... simple aite? dont make it hard just make it easy, twis a lil bit...
  5. @Nepster its me again.. Ive got one problem, i cant buy zeny and cash. even my zeny and cash is more than selling prize it still say that im dont have enough items. i have try with my GM & normal account still not enough items. kindly, see image below on chat box. FYI, for zeny and cash i change the item ID is it ok? because ID 30000 & 30001 is already use by my costume. its okay now, im manage to solve it... hehehe btw @napster,,,, thank you so much forthis patch,,,, love u more...
  6. already check it... and this is my Sql-files/upgrades/upgrade_extended_vending_item.sql ALTER TABLE `vendings` ADD COLUMN `extended_vending_item` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `title`; same like ur patch... im really lost...
  7. @Napster i will try it as soon as posible... @Napster compile is good no error. but when server runing. there is and db error ad it say : [SQL]: DB error - Unknown column 'extended_vending_item' in 'field list' [Debug]: at vending.c:654 - SELECT `id`, `account_id`, `char_id`, `sex`, `title` , `extended_vending_item` FROM `vendings` WHERE `autotrade` = 1 AND (SELECT COUN T(`vending_id`) FROM `vending_items` WHERE `vending_id` = `id`) > 0; i think i have figure it out but i dont know how to do next... im using latest sql table for r17704 ur given sql is ALTER TABLE `vendings` ADD COLUMN `extended_vending_item` smallint(5) unsigned NOT NULL DEFAULT '0' AFTER `sit`; in my sql version dosent have 'sit'; this is error on my sql : #1054 - Unknown column 'sit' in 'vendings' im adding it manually.
  8. failed when compile with r17704. make[1]: Entering directory `/home/ragnarok/trunk/src/map' MKDIR obj_sql CC map.c CC chrif.c CC clif.c clif.c: In function ‘clif_parse_OpenVending’: clif.c:12342: error: ‘struct map_session_data’ has no member named ‘vend_loot’ clif.c:12351: error: ‘struct map_session_data’ has no member named ‘vend_loot’ clif.c:12381: error: ‘struct map_session_data’ has no member named ‘vend_loot’ make[1]: *** [obj_sql/clif.o] Error 1 @Napster : could you please make this patch for r17704... Seem like rAthena will never be improve if no one do this. everybody will running to another emulator and rAthena will dying. same like eA.... if i know C++ and etc, surely i will do all that for free for rA...
  9. Elsa Mist

    anti bot

    Hi Zanje, perhaps u can try existing scripts. - script Sample -1,{ function GetString; OnPCLoginEvent: switch( rand(2) ){ Case 0: set .@String$,GetString( 15,rand(5,10) ); mes "Input the ^FF0000RED COLOUR^000000 part"; mes "^0000FF"+GetString( 15,rand(5,10) )+"^FF0000"+.@String$+"^0000FF"+GetString( 15,rand(3,10) )+"^000000"; input .@Input$; if( .@Input$ != .@String$ ){ mes "Wrong.."; atcommand "@kick "+strcharinfo(0); } break; Case 1: set .@A,rand(1000); set .@B,rand(1000); mes "If A = "+.@A+" B = "+.@B; switch( rand(4) ){ Case 0: set .@Answer,.@A + .@B; mes "How many is A + B ?"; break; Case 1: set .@Answer,.@A - .@B; mes "How many is A - B ?"; break; Case 2: set .@Answer,.@A * .@B; mes "How many is A * B ?"; break; Case 3: set .@Answer,.@A / .@B; mes "How many is A / B ?"; break; } input .@Input; if( .@Input != .@Answer ){ mes "Wrong"; atcommand "@kick "+strcharinfo(0); } break; } close; function GetString { if( getarg(0) & 1 ) setarray .@List$[ getarraysize( .@List$ ) ],"1","2","3","4","5","6","7","8","9"; if( getarg(0) & 2 ) setarray .@List$[ getarraysize( .@List$ ) ],"A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"; if( getarg(0) & 4 ) setarray .@List$[ getarraysize( .@List$ ) ],"a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"; if( getarg(0) & 8 ) setarray .@List$[ getarraysize( .@List$ ) ],"!","@","#","$","%","^","&","*","(",")","-","=","/","+"; set .@Str$,""; while( getstrlen( .@Str$ ) < getarg(1) ) set .@Str$,.@Str$ + .@List$[ rand( getarraysize( .@List$ ) ) ]; return .@Str$; } } credits to the owner...
  10. this post dont have any support. Im using svn: r 17704. yes it not compatible with my SVN. all u need is try and error. i am beginner on scripting and src mod. just try and error and fix the error. the console will give u the error. the error will give u the detail where the problem. its not hard thought.
  11. at least even Adelay is still new and develop, there is no other way to bypass it. rather than IG witch it still under develop but already have been bypass by all cheat program... can u see? that a fact... the 'best' thing is, IG is useless. even if u have a low ping to ur server u will experience lag. the developer of IG is not a true hacker, as i know Adelay dev team is a dev of hackers too... for me, to get something usefull u must know the backgroung of each person from the dev team...
  12. Hi Community, Im trying to modified a script of Happy Hour in latest SVN to my like. Im noob and still learning in Renewal scripting. This is the script - script FloatingRates -1,{ OnInit: OnMon2100: OnTue2100: OnWed2100: OnThu2100: OnFri2100: OnSat2100: OnSun2100: //------------------- FR_start: set $@brate,rand(2000,3000); set $@jrate,rand(2000,3000); set $@drate,rand(2000,3000); //Base exp setbattleflag("base_exp_rate",$@brate); //Job exp setbattleflag("job_exp_rate",$@jrate); //Drops //setbattleflag("item_rate_common",$@drate); //setbattleflag("item_rate_heal",$@drate); //setbattleflag("item_rate_use",$@drate); //setbattleflag("item_rate_equip",$@drate); //we don't change card drops rate, because these values won't change them anyway atcommand "@reloadmobdb"; announce "Happy Hour is being held. Current rates are between 20x/20x ~ 30x/30x or type @rates to see the Happy Hour Rates",bc_all,0xFF6060; end; OnMon2259: OnTue2259: OnWed2259: OnThu2259: OnFri2259: OnSat2259: OnSun2259: FR_end: //if((gettime(5)==8 && gettime(6)==24) || (gettime(5)==9 && gettime(6)==23)) { //Base exp setbattleflag("base_exp_rate",500); //Job exp setbattleflag("job_exp_rate",500); //Drops //setbattleflag("item_rate_common",500); //setbattleflag("item_rate_heal",500); //setbattleflag("item_rate_use",500); //setbattleflag("item_rate_equip",500); //we don't change card drops rate, because these values won't change them anyway atcommand "@reloadmobdb"; announce "Happy Hour is Ending. Current rates are back to normal at 5x/5x.",bc_all,0xFF6060; end; } The scripts run well. But everytime im @reloadscript this script will be activate even not in the hour tht im configured. and it keeping the floating rate after the period of hour. Hope anyone could help me on this... Thanks!
  13. its not working with the r17704
  14. Hello rA, Is there anyone now or have Extended vending system for Rev 17704? Because right now im trying using Lilith diff, seem like r 17704 have to many diffrent between Lilith instruction with my src r 17704. and this is error that i got after recompile clif.c: In function ‘clif_parse_OpenVending’: clif.c:12399: warning: passing argument 3 of ‘vending_openvending’ makes pointer from integer without a cast vending.h:25: note: expected ‘const uint8 *’ but argument is of type ‘bool’ clif.c:12399: warning: passing argument 4 of ‘vending_openvending’ makes integer from pointer without a cast vending.h:25: note: expected ‘int’ but argument is of type ‘const uint8 *’ clif.c:12399: error: too many arguments to function ‘vending_openvending’ clif.c:12401: warning: passing argument 3 of ‘vending_openvending’ makes pointer from integer without a cast vending.h:25: note: expected ‘const uint8 *’ but argument is of type ‘bool’ clif.c:12401: warning: passing argument 4 of ‘vending_openvending’ makes integer from pointer without a cast vending.h:25: note: expected ‘int’ but argument is of type ‘const uint8 *’ clif.c:12401: error: too many arguments to function ‘vending_openvending’ make[1]: *** [obj_sql/clif.o] Error 1 make[1]: Leaving directory `/home/comelro/trunk/src/map' make: *** [map] Error 2 Here is the link of the Lilith Extended Vending http://rathena.org/board/topic/60817-extended-vending-system-18/ . If someone could help on this, it is much appreciate for all of us that using the latest SVN. Since Lilith is not online since 2011. Thank you again rA community.
  15. i think i have saw this on Thailand Eathena... is it really your works dude? i think i have saw this on Thailand Eathena... is it really your works dude?
  16. can u do that? if u can do the animated i'd like it...
  17. Hi CC, thank for the reply. im really not sure what is the actual size of the banner, it for RMS purpose. According to some link i read it will be 468x60. Thank you
  18. Hi there, if someone could help me on this... im really suck on this thing. i can paid if you want... Happy Ragnarok Online 255/120 | Super High Rate Balanced Donation Donation Quest Harmony Proteted Any design tht look nice and neat it is enough for me, theme must be "happy". thank you for any help!
  19. Hi Guys, I have try all three script fireworks from here. to bad it have error on my console. does this script working on eathena? can anyone help me please. Thank in advance.
  20. Hello Guys! can anyone help on this Mining script? town02,137,67,3 script Mining Room 848,{ set .@npc$, "[ " + strnpcinfo(1) + " ]"; mes .@npc$; mes "Go to mining room requires you to have Mine Hat on your head and 10x Old Pick."; mes "You can get those item at the ETC Item NPC. So would you like to go?"; next; if ( select("Yes:No") - 1 ) { mes .@npc$; mes "Come back when you are ready"; close; } if ( countitem( 7318 ) < 10 || getequipid( EQI_HEAD_TOP ) != 5031 ) { mes .@npc$; mes "You do not follow my requirements"; close; } mes .@npc$; mes "Bye bye!"; close2; delitem 7318, 10; warp "dew_dun01",0,0; } the script is fine actually. just need some modified a little bit. can anyone help to add when the player is already in the Mining map. the player cant unequip the Mine Hat. they need to wear it while mining.. Thank in advance
  21. just get headeach, ill try many way but nothing happen... sigh~~ BUMP
  22. did u mean screenshot from console? there is no error showing up from console.. its just show invalid command in-game message...
×
×
  • Create New...