Jump to content

Mootie

Members
  • Posts

    815
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mootie

  1. Add it manually if the diff patch didn't work
  2. Then you did a wrong things.
  3. Mootie

    Thor Patcher

    No need to double post anyway http://rathena.org/board/topic/80774-thor-patcher/?view=findpost&p=191404
  4. Turn this off //Should patcher ignore everything else and finish patch immediately? Force_Start=true set true to false so people cant start your game without patching. plus only use those checksum if you know what you are doing. thor patcher video guide = = part 1 = part 2
  5. Add new user with your webhosting ip and grant all privileges with the same password you had on your phpmyadmin.
  6. Update your idnum2itemdesctable for that item id and for the skull cap look at your idnum2itemresnametable with that item id
  7. http://rathena.org/board/topic/67027-rss2news-for-fluxcp/
  8. Try removing this if (.timedelay == 1){ mes .npc$; mes "I'm sorry, I need a few moments to rest before I am able to broadcast to the entire server again."; close;} Remove all the time delay related. Pro scripters correct me if im wrong thank you
  9. should be your URL root http://examplRO.com/patch/
  10. Upload it to your cpanel give privileges to your ips access into your database.
  11. http://rathena.org/board/index.php?app=ipbwiki good luck
  12. this is your error Message: MySQL error (SQLSTATE: 42S22, ERROR: 1054): Unknown column 'level' in 'field list' change the level to groupd_id
  13. disco,110,80,5 script WoE Prize 835,{ if ( agitcheck() ) goto L_woeon; switch(select("Kriemhild [Primary Castle]:Scarlet Palace [Secondary Castle]")) { case 1: if ( getcastledata( "prtg_cas01", 1) != getcharid(2) ) goto L_not_owner; if ( $castle_claimed[1] ) goto L_claimed; if ( getguildmasterid( getcharid(2) ) != getcharid(0) ) goto L_not_gm; mes "receiving the reward for this castle"; getitem 13503,1; set $castle_claimed[1], 1; close; L_not_owner: mes "Your guild failed to take this castle"; mes "If your guild owned a castle ask your guild master to claim reward from me"; close; L_claimed: mes "Your guild already received the reward for this castle"; close; L_not_gm: mes "Ask your Guild Master to see me"; close; case 2: if ( getcastledata( "payg_cas02", 1) != getcharid(2) ) goto L_not_owner2; if ( $castle_claimed2[1] ) goto L_claimed2; if ( getguildmasterid( getcharid(2) ) != getcharid(0) ) goto L_not_gm2; mes "receiving the reward for this castle"; getitem 13504,1; set $castle_claimed2[1], 1; close; L_not_owner2: mes "Your guild failed to take this castle"; mes "If your guild owned a castle ask your guild master to claim reward from me"; close; L_claimed2: mes "Your guild already received the reward for this castle"; close; L_not_gm2: mes "Ask your Guild Master to see me"; close; } L_woeon: 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; OnAgitEnd: set $castle_claimed[1], 0; // everytime woe ends the variable resets set $castle_claimed2[1], 0; // everytime woe ends the variable resets end; OnInit: waitingroom "Castle Reward",0; end; }
  14. //=================================== // Pincode system //=================================== // NOTE: Requires client 2011-03-09aragexeRE or newer. // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse. // Default: yes pincode_enabled: yes https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/char_athena.conf for the party share http://rathena.org/board/topic/72437-how-to-increase-exp-gained-when-players-are-in-party/
  15. Check mo ung inter_athena.conf mo hndi mo dpat papalitan yang login_db_db: (e2 lng dpt ang papalitan mo example name ng log logs) login_db_db: logs log_login_db: loginlog ( fixed na tong ganito)
  16. Check on the privileges look for the host it can be localhost or global host
  17. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/groups.conf
  18. Are you using this one? http://rathena.org/board/files/file/2504-multi-currency-shop/
  19. Same OS in my dedicated server what i did is i go to control panel > System and Security > allow a program through windows firewall add the 3 .bat login,char,map
  20. http://rathena.org/board/files/file/2843-pin-code-buttons-and-guild-buttons/
  21. Mootie

    404 not found

    Oh ic so after ulpoad that kind of error show up?that problem is minor as you said ea-dev code it so askt em to fix it for you or someonelse
×
×
  • Create New...