Jump to content

darking123

Members
  • Posts

    931
  • Joined

  • Last visited

Everything posted by darking123

  1. got this error when installing or doing yum install Setting up repositories not using ftp, http, or file for repos, skipping - Null is not a valid release or hasnt been released yet Cannot find a valid baseurl for repo: update Error: Cannot find a valid baseurl for repo: update here is my centos-base.repo # CentOS-Base.repo # # This file uses a new mirrorlist system developed by Lance Davis for CentOS. # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead. # # [base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 enabled=1 [update] name=CentOS-$releasever - Updates mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 enabled=1 [addons] name=CentOS-$releasever - Addons mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 enabled=0 [extras] name=CentOS-$releasever - Extras mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 enabled=0 [centosplus] name=CentOS-$releasever - Plus mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus gpgcheck=1 enabled=0 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 [contrib] name=CentOS-$releasever - Contrib mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib gpgcheck=1 enabled=0 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 here is my yum.conf [main] cachedir=/var/cache/yum debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest installonlypkgs=kernel kernel-smp kernel-devel kernel-smp-devel kernel-largesmp kernel-largesmp-devel kernel-hugemem kernel-hugemem-devel distroverpkg=centos-release tolerant=1 exactarch=1 retries=20 obsoletes=1 gpgcheck=1 plugins=1 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d
  2. 2188
  3. so what will i edit so that kiel card would have an effect... because i want that my server will have after cast delay...and to reduce it you will be using kiel card...so if i use 2 kiel card the after cast delay will now be 0
  4. oic can you help me then thank you
  5. if i set that to 0 then the kiel card and expert ring will have no more effect
  6. what will i edit it to implement my topic 2kiel+2expert ring =0 after cast delay // The rate of time it takes to cast a spell (Note 2, 0 = No casting time) casting_rate: 100 // Delay time after casting (Note 2) delay_rate: 100 // Does the delay time depend on the caster's DEX and/or AGI? (Note 1) // Note: On Official servers, neither Dex nor Agi affect delay time delay_dependon_dex: yes delay_dependon_agi: no // Minimum allowed delay for ANY skills after casting (in miliseconds) (Note 1) // Note: Setting this to anything above 0 can stop speedhacks. min_skill_delay_limit: 800
  7. oic..thank you sir...can i gather also the updated texture from kro?
  8. update sprite folder anyone?
  9. what is the item script if you use like bubblegum or something...card droprate will increase upto 100%
  10. what .txt in the mapflag folder will i put the nochat?? UPUPUP
  11. the chat room i am saying is the ALT + C how to disable it to town
  12. bump for this topic
  13. i want that the name of the person who break the emperium will be shown but it didnt help please this is what i edited i am using woe SE OnStartArena: set .@GID,getcharid(2); // Lower castle Economy set .@Economy,GetCastleData("arug_cas05",2) - 5; if (.@Economy < 0) set .@Economy, 0; SetCastleData "arug_cas05", 2, .@Economy; // Lower Castle Defence set .@Defence,GetCastleData("arug_cas05",3) - 5; if (.@Defence < 0) set .@Defence, 0; SetCastleData "arug_cas05", 3, .@Defence; // Set new owner SetCastleData "arug_cas05",1, .@GID; // Clear castle's data. for( set .@i, 4; .@i <= 9; set .@i, .@i+1 ) SetCastleData "arug_cas05", .@i, 0; // Disable Kafra disablenpc "Kafra Employee#aru05"; set .msg,2; if (.msg == 1) { announce "Fortress [" + GetCastleName("arug_cas05") + "]'s 'Valfreyja' was captured by ["+ .@name$ +"] of [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe; donpcevent "Manager#aru05_02::Onstart"; } else if (.msg == 2) { announce "The [" + getguildname(.@gid) + "] conquered by ["+ .@name$ +"] of the [Valfreyja 5] stronghold of "+GetCastleName("arug_cas05"),bc_all|bc_woe; mapannounce "arug_cas05","The emperium has been shattered!",bc_map,"0x00FF00",FW_NORMAL,20,0,40; if (agitcheck2()) { donpcevent "Manager#aru05_02::Onreset"; initnpctimer; } else { donpcevent "Manager#aru05_02::Onreset"; stopnpctimer; } } else if (.msg == 0) { announce "Fortress [" + GetCastleName("arug_cas05") + "]'s 'Valfreyja' was captured by ["+ .@name$ +"] of [" + getguildname(.@gid) + "] Guild.",bc_all|bc_woe; donpcevent "Manager#aru05_02::Onreset"; stopnpctimer; end; } MapRespawnGuildID "arug_cas05",GetCastleData("arug_cas05",1),2; GetCastleData "arug_cas05",0,"::OnRecvCastlear05"; end; OnTimer10000: donpcevent "Manager#aru05_02::Onchange"; mapannounce "arug_cas05","Rebuild this stronghold's Guardian Stones and Fortress Gates to secure your guild's new aquisition!",bc_map,"0x00FF00",FW_NORMAL,20,0,40; end; }
  14. thank you sir is it ok to disable announce in case 1: callsub OnBuyItem,21037,10,1000,"Zeny",6647,1,"announce"; ??
  15. i tried 1973,1288,0 but when i spawn it ingame it says Monster "Emperium" Cannot Be Respawn
  16. sir lelouch i am currently using update data files with 2010-07-30 client and lua files...my client reads lua before lub i got again a gravity error when guild master is near or beside the emperium then he/sge recalls...the guildmembers experience gravity error..how to fix this
  17. i am using the code below and save it as auto-restarter.sh then i put it to my /home/testro then what will be the next step? #!/bin/bash run=1 if [ "$run" -eq 1 ]; then if [ $(ps | grep -e login-server | wc -l) -eq 0 ]; then # Login server down ./login-server_sql & > /dev/null fi if [ $(ps | grep -e char-server | wc -l) -eq 0 ]; then # Char server down ./char-server_sql & > /dev/null fi if [ $(ps | grep -e map-server | wc -l) -eq 0 ]; then # Map server down ./map-server_sql & > /dev/null fi sleep 10 ./auto-restarter.sh & fi
  18. [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: number value=250 [Debug]: Function: compare [Debug]: Source (NPC): Lower Headgear Quest at quiz_02 (329,85) [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: number value=150 [Debug]: Function: compare [Debug]: Source (NPC): Lower Headgear Quest at quiz_02 (329,85) [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: number value=250 [Debug]: Function: compare [Debug]: Source (NPC): Lower Headgear Quest at quiz_02 (329,85) [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: number value=250 [Debug]: Function: compare [Debug]: Source (NPC): Lower Headgear Quest at quiz_02 (329,85) [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: number value=100 [Debug]: Function: compare [Debug]: Source (NPC): Lower Headgear Quest at quiz_02 (329,85) [Warning]: Unexpected type for argument 1. Expected string. [Debug]: Data: number value=150 [Debug]: Function: compare [Debug]: Source (NPC): Lower Headgear Quest at quiz_02 (329,85)
  19. sir asura so i wont be editing anything to this script or should i edit /dev/null???if i will be editing it what will i put #!/bin/bash run=1 if [ "$run" -eq 1 ]; then if [ $(ps | grep -e login-server | wc -l) -eq 0 ]; then # Login server down ./login-server_sql & > /dev/null fi if [ $(ps | grep -e char-server | wc -l) -eq 0 ]; then # Char server down ./char-server_sql & > /dev/null fi if [ $(ps | grep -e map-server | wc -l) -eq 0 ]; then # Map server down ./map-server_sql & > /dev/null fi sleep 10 ./auto-restarter.sh & fi
  20. where can i search the normal eclipse sprite? SOLVED THANK YOU
  21. i need the complete files for this thank you ECLIPSE_P.spr and ECLIPSE_P.act
×
×
  • Create New...