Jump to content

Blazing Spear

Members
  • Posts

    208
  • Joined

  • Last visited

Posts posted by Blazing Spear

  1. inspired RO2 VIP Membership card

     

    Usable item

    1 Day Bronze Premium Membership Card

    auto change name example Name [ donator ]

    auto change group_id from normal to super player

    + 5 to all Stats
    + MaxHP 10%
    + MaxSP 10%
    + Movement Speed 20%
    + Exp x3
    + Job x2
    Auto Give Cash Points 5k
     
    - This Membership card valid only for 1day
    auto change name from Name [ donator ] to Name
    auto remover buffs status change
    auto demote from super player to normal player
     
    Help with this modification
  2. 		case 0x2739: // PIN Code was entered wrong too often
    			if( RFIFOREST(fd) < 6 )
    				return 0;
    			else{
    				struct mmo_account acc;
    
    				if( accounts->load_num(accounts, &acc, RFIFOL(fd,2) ) ){
    					struct online_login_data* ld;
    
    					ld = (struct online_login_data*)idb_get(online_db,acc.account_id);
    
    					if( ld == NULL )
    						return 0;
    
    					login_log( host2ip(acc.last_ip), acc.userid, 100, "PIN Code check failed" );
    				}
    
    				remove_online_user(acc.account_id);
    
    				RFIFOSKIP(fd,6);
    			}
    		break;
    

    compiling error : "src\login\login.c(945): error C2198: 'login_log' : too few arguments for call"

    ill just update my old rathena rev with harmony installed

     

     

    thanks

  3. [Config:Main]
    
    RootURL='http://sulitro.myragna.com/patcher/'
    
    RemoteConfigFile='main.ini'
    
    TimeOut=0
    
    StatusFile='sRO.dat'
    
    DefaultGRF='sRO.grf'
    
    ClientEXE='SulitRO.exe'
    ClientParameter='-1rag1'
    
    FinishOnConnectionFailure=false
    
    [Config:Window]
    AutoResize=true
    Style='none'
    
    Width=
    Height=
    
    DragHandling=true
    
    Background='images/bg.bmp'
    
    FadeOnDrag=false
    
    [Config:BGM]
    File=
    
    Loop=true
    
    Volume=20
    
    Directory=
    
    [Config:Misc]
    Title='Thor Patcher'
    
    HideProgressBarWhenFinish=true
    
    
    [ProgressBar:bar1]
    Width=342
    Height=10
    
    Left=23
    Top=486
    
    BackColorStart=$009DEEEF
    BackColorEnd=$00C2F1F1
    
    FrontColorStart=$006ED5B0
    FrontColorEnd=$0080DDCA
    
    FrontImage=
    BackImage=
    
    Hook='ProgressChange'
    
    
    
    [Label:Status]
    AutoResize = false
    
    Width=369
    Height=
    
    Left=15
    Top=498
    Alignment='center'
    
    FontColor=$000000
    FontName = ''
    FontSize =
    
    Text=''
    
    Hook='StatusChange'
    
    [NoticeBox:Box0]
    Width=347
    Height=250
    Left=21
    Top=217
    URL='http://sulitro.myragna.com/patcher/Web/Notice.html'
    
    
    
    [Button:Start]
    Default='images/start1.png'
    OnHover='images/start2.png'
    OnDown='images/start3.png'
    
    Left=383
    Top=211
    
    Hook='Start'
    
    [Button:Exit]
    Default='images/Exit1.png'
    OnHover='images/Exit2.png'
    OnDown='images/Exit3.png'
    
    Left=383
    Top=244
    
    Hook='Exit'
    
    [Button:Cancel]
    Default='images/Exit1.png'
    OnHover='images/Exit2.png'
    OnDown='images/Exit3.png'
    
    Left=383
    Top=211
    Hook='Cancel'
    
    
    //Thor Patcher remote config file
    [Main]
    //Allow patching or not?
    allow=true
    
    //Should patcher ignore everything else and finish patch immediately?
    Force_Start=false
    
    //if not, what message should appear?
    policy_msg=Server is taking a nap.
    
    //file_url - patch files should ALL put here.
    // This config entry will override the one in embed config.
    // o HTTP:
    //         http://domain.com/dir/
    // o FTP:
    //         ftp://domain.com/dir/
    //     o With <Username> [Password] [Port]
    //	ftp://username:[email protected]:port/dir/
    //     o Note: username is required if want put password, otherwise everything is optional.
    file_url=http://sulitro.myragna.com/patcher/Web/data
    
    [Patch]
    //use CheckSum tool, hash for client & patcher
    // used to make sure exe is up to date
    //  (leave empty to disable this feature)
    ClientSum=
    PatcherSum=
    
    
    //This is compressed file for patcher & client update
    // To make these work, ClientSum and/or PatcherSum can't be empty
    // Note: these files should put same place as patch file (file_url in internal config)
    //Relative address, not FULL URL!
    ClientPath=
    PatcherPath=sulitro.myragna.com/patcher/Web/data
    
    // Patch list file
    PatchList=sulitro.myragna.com/patcher/Web/plist.txt
    
    [Stars]
    // Shining o.O (Anyways, its for start button clones)
    // Since orignal client has check sum.. why not for clones? XD
    
    
    //How many? (it should same as amount of start button clone, but of course it's your choice)
    clients=0
    
    // _sum - checksum, use CheckSum tool.
    //client1_sum=
    // _Name - Filename of exe
    //client1_Name=
    // _Path - Path for file [Compressed]
    //client1_Path=
    
    [Misc]
    //Set a limit for fragment, when reach this limit, patcher will ask user to defrag
    FragmentLimit=50
    

     

     

     

    Still failed to communicate with the server

    what is wrong with the config?

  4. I tried it hard but when i clicked the skill still no happen. i already put it right and it appear in the misc tab but unlike other item like aura mazda when item put on the skill appear in misc tab when the item put off the skill gone in misc tab. unlike my custom skill it is already in misc tab even the item is not on or off it is active but still no happen when i clicked but when i use @useskill its 100% working

  5. i already tried but when i try in game nothing happen. i put it in item when item put on enable to use storage



    	case ALL_STORAGE:
    	if (sd->npc_id || sd->state.vending || sd->state.buyingstore || sd->state.trading || sd->state.storage_flag)
    		return -1;
    
    	if (storage_storageopen(sd) == 1)
    		break;
    

     

     

    is that wrong??

  6. how can i add this with the specified item class like this

     

     

        For weapons, the types are:
            0: bare fist
            1: Daggers
            2: One-handed swords
            3: Two-handed swords
            4: One-handed spears
            5: Two-handed spears
            6: One-handed axes
            7: Two-handed axes
            8: Maces
            9: Unused
            10: Staves
            11: Bows
            12: Knuckles
            13: Musical Instruments
            14: Whips
            15: Books
            16: Katars
            17: Revolvers
            18: Rifles
            19: Gatling guns
            20: Shotguns
            21: Grenade launchers
            22: Fuuma Shurikens
     
    Example:
    before
    4,1,{ item_script }
    after
    4,1,1,{ item_script } all dagger weapon
    4,1,2,{ item_script } Two-handed swords
    just like that
  7. However, normally it is caused by misconfiguration.

    Exception Details

    Error: PDOException

    Message: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)

    File: /home/flarer/public_html/flareCP/lib/Flux/Connection.php:81

    File Line Function/Method /home/flarer/public_html/flareCP/lib/Flux/Connection.php 81 PDO::__construct() /home/flarer/public_html/flareCP/lib/Flux/Connection.php 94 Flux_Connection::connect() /home/flarer/public_html/flareCP/lib/Flux/Connection.php 159 Flux_Connection::getConnection() /home/flarer/public_html/flareCP/modules/install/index.php 17 Flux_Connection::getStatement() /home/flarer/public_html/flareCP/lib/Flux/Template.php 337 include() /home/flarer/public_html/flareCP/lib/Flux/Dispatcher.php 168 Flux_Template::render() /home/flarer/public_html/flareCP/index.php 177 Flux_Dispatcher::dispatch() Exception Trace As String

    #0 /home/flarer/public_html/flareCP/lib/Flux/Connection.php(81): PDO->__construct(*hidden*)
    #1 /home/flarer/public_html/flareCP/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))
    #2 /home/flarer/public_html/flareCP/lib/Flux/Connection.php(159): Flux_Connection->getConnection()
    #3 /home/flarer/public_html/flareCP/modules/install/index.php(17): Flux_Connection->getStatement('SELECT VERSION(...')
    #4 /home/flarer/public_html/flareCP/lib/Flux/Template.php(337): include('/home/flarer/pu...')
    #5 /home/flarer/public_html/flareCP/lib/Flux/Dispatcher.php(168): Flux_Template->render()
    #6 /home/flarer/public_html/flareCP/index.php(177): Flux_Dispatcher->dispatch(Array)
    #7 {main}

     

    how to fix this??

  8. Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user 'root'@'localhost' (using password: YES) in /home/flarer/public_html/trunk/install/install.php on line 49
    Can't connect to Ragnarok MySQL server. Press back and check your MySQL host, user, password.

     

    i already configure right but sill came up to this

     

    how to fix that problem?? im currently installing my Ceres control panel



    i think i know the problem Webhost cant connect to phpmyadmin??

×
×
  • Create New...