Jump to content

Mootie

Members
  • Posts

    815
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mootie

  1. Mootie

    404 not found

    Thats awful well can you tell qhat ea-dev gave to you? Is it just a theme folder or entire flux cp?
  2. Mootie

    404 not found

    Get a support to ea-dev
  3. prontera,161,178,5 script God Item Rental 806,{ mes "[God Item Rental]"; if(hasitem == 1) { mes "Hello. You already claimed your rental God items."; close; } else { mes "Hello "+strcharinfo(0)+"!"; mes "I can let you use my God item set for ^008C005 day^000000! Please make sure that you have reached the required level to use these items."; next; mes "Sleipnir - ^8C0000Level 94^000000"; mes "Megingjard - ^8C0000Level 94^000000"; mes "Kaho Horn - ^8C0000Level 1^000000"; mes "Mjolnir - ^8C0000Level 94^000000"; mes "Brisingamen - ^8C0000Level 94^000000"; mes "Asperika - ^8C0000Level 94^000000"; switch(select("Rent the items:Maybe later")) { case 1: set hasitem, 1; rentitem 2629,432000; rentitem 2630,432000; rentitem 2410,432000; rentitem 5013,432000; rentitem 1530,432000; rentitem 2541,432000; close; break; case 2: mes "OK. Maybe some other time."; close; break; } } } try
  4. Read my guide links are in my signiture
  5. Related means almost the same topic if You are going to read the entire post,replies Your questions is almost the same as your question the only reason why you open a new question which is really related to your topic it because no one helping or providing the fix of your need right? You can bump your topic anyway. Read this topic btw http://forum.ratemyserver.net/general-job-question/(renewal)-casting-time/ And based goggle search so you can know about how that renewal cast work https://www.google.com.ph/search?q=renewal+cast+ragnarok&ie=UTF-8&oe=UTF-8&hl=en&client=safari
  6. Mootie

    hi there

    Go to your cpanel then config > error.php set this $showExceptions = false; // Whether or not to show exceptions (only applies to error.php) to $showExceptions = true; // Whether or not to show exceptions (only applies to error.php) so your problem with " oh,what happend " will show the real error
  7. Use https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/mob_item_ratio.txt
  8. You dont have to double post btw http://rathena.org/board/topic/80356-never-instant-cast/ your topic related
  9. Based on goggle search engine https://www.google.com.ph/search?q=how+to+recolor+items+rathena&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a next time try to search many topic about this elsewhere
  10. Mootie

    asurahosting

    Buy a domain and thts it
  11. Search on youtube there is a tutorial made by asura
  12. Mootie

    asurahosting

    Report it in asurahosting remember this is rAthena board community not connected in asurahosting problems
  13. Glad to help you out.
  14. You have to hex it. look for this hex value 5A 65 6E 79 Zeny on the same row you will find job lv. base lv. or search using text-string
  15. Hi, http://rathena.org/board/topic/65085-how-to-installby-flux-cp-calcium-kids-help/#entry107917 http://rathena.org/board/topic/67109-flux-control-panel-setup-with-screens/ nxt time try to search
  16. http://rathena.org/board/files/file/2843-pin-code-buttons-and-guild-buttons/ and for the character creation update you data folder and you renewal grf and next time try to search
  17. prontera,156,177,5 script WoE Prize 100,{// setcastledata "prtg_cas01", 1, getcharid(2); // debug if ( agitcheck() ) { mes "A war is currently in progress"; mes "If your guild owned a castle ask your guild master to see me to claim the reward"; close; } select "Kriemhild [Primary Castle]"; if ( getcastledata( "prtg_cas01", 1) != getcharid(2) ) { mes "Your guild failed to take this castle"; close; } if ( $castle_claimed[1] ) { mes "Your guild already received the reward for this castle"; close; } if ( getguildmasterid( getcharid(2) ) != getcharid(0) ) { mes "Ask your Guild Master to see me"; close; } mes "receiving the reward for this castle"; if ( $castle_prtg1_gid != getcharid(2) ) { $castle_claimed_times[1] = 0; $castle_prtg1_gid = getcharid(2); } if ( !$castle_claimed_times[1] ) { // 1st time getitem 7960,200; getitem 12103,20; getitem 7959,20; } else if ( $castle_claimed_times[1] == 1 ) { // 2nd time getitem 7960,250; getitem 12103,30; getitem 7959,30; } else { // 3rd time onwards getitem 7960,300; getitem 12103,40; getitem 7959,40; } $castle_claimed[1] = 1; $castle_claimed_times[1]++; close;OnAgitEnd: $castle_claimed[1] = 0; // everytime woe ends the variable resets end;OnInit: waitingroom "Kriemhild Reward",0; end; }
  18. http://rathena.org/board/topic/78539-judas-services-full-serverclient-setup-addons/
  19. You have to fix your css for the designs
  20. http://rathena.org/board/forum/45-paid-services/ or http://rathena.org/board/forum/60-r%C3%A9sum%C3%A9s/
  21. http://rathena.org/board/files/file/2738-icabits-item-builder/
  22. Edward said that they dnt teach how to use 3rd party pre-made websites. Then you can contact someone else. to help you
  23. As far as i know asurahosting dnt guve free cpanel anymore so if you are old customer of them you have the free cpanel before it become paid. Login to asurahosting client area you will see web hosting open it then click access control panel it will direct you to cpanel then look for file manager after clicking file manager there will be pop up something open the www the. Upload your flux there Note you should use zip file not rar one
  24. http://rathena.org/board/files/file/2843-pin-code-buttons-and-guild-buttons/
×
×
  • Create New...