Jump to content

Blazing Spear

Members
  • Posts

    208
  • Joined

  • Last visited

Everything posted by Blazing Spear

  1. Using this script :http://www.eathena.ws/board/index.php?showtopic=252567 i would like to implement it via OnPcLoginEvent: all gm level 1 "Super Player" will have [Donator] title in there name example: Capuche after login in 5sec will auto kick login again Capuche [Donator] then after expiration of rental VIP auto delete title i used this vip script :http://athena-scripts.googlecode.com/svn/dev/Brian/script_requests/vip_rental.txt
  2. 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
  3. how to make this sat and sunday whole day
  4. i just want to solve this error can you help me? i dont know what is the problem with that line
  5. my old rathena already have harmony but when update my rathena files i got that error in compiling
  6. 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
  7. Still failed to communicate with the server
  8. [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?
  9. Freebies giver - ip checking - account checking - limited up to 20 accounts only 1 account per ip 1 freebies per account thanks
  10. it is just like enchanting right?? i think astralRO had this system
  11. 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
  12. ok i think my problem is in the client side thanks btw
  13. 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??
  14. is there anyway how to make command into skill. Im planning to make @storage to active skill like identify in merchant
  15. 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
  16. However, normally it is caused by misconfiguration. Exception DetailsError: 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??
  17. i already tried in lan ip but its working when i put it in webhost darn same problem Sorry! DB error found, please try again later. but i already put right db
  18. it alway came up this went i login phpmyadmin with right password any suggestion how to fix it? #1045 Cannot log in to the MySQL server
  19. now i cant connect to my phpmyadmin. i dont know what happen to my phpmyadmin
  20. i already put right user and pass but still cant connect
  21. 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??
  22. i have same problem here i config it right but the same problem after i click install
×
×
  • Create New...