Jump to content

Bin4ry

Members
  • Posts

    782
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Bin4ry

  1. Adding a recovery option like question or use goddemit's send mail function with some php skill to remove password is fine.
  2. Welcome back @Pinky! @^Clydelion Agreed with GreenBox. IMO the latest item info is easier
  3. You can use co.cc redirect URL or config your VPS's name server to the co.cc.
  4. If you want to edit Add News permission, edit from \addons\content_management\config\access.php
  5. Elaborate more. Like a non-rebirth then trans 3rd or just a non-rebirth 3rd job.
  6. animeresort,159,199,4 script Royal Room 757,{ if (getcastledata("prtg_cas01",1) == getcharid(2) && strcharinfo(0) == getguildmaster(getcharid(2))) warp royal_room3,101,155; end; } else { mes "You are not allowed!"; close; }
  7. For news you don't have to touch the .php, just add news entry from ur CP. Also, did you apply those SQL files under \addons\content_management\schemas\logindb?
  8. Bin4ry

    Trade log

    Learn how to query your SQL. Like: SELECT * FROM tradelog WHERE nameid='512' Edit: This would query all trade related to Apple from trade log.
  9. You mean those free blog wordpress hosted? Like abc.wordpress.com? No. You mean those .com you purchased from Wordpress? If they provide FTP and MySQL then yes.
  10. Use search feature you can find millions of these. - script FreebieAuto -1,{ OnPCLoginEvent: if (Freebie == 0) { getitem 512,1; set Freebie, 1; } end; } prontera,150,150,1 script Claim Your Freebie! 53,{ if (Freebie == 0) { getitem 512,1; set Freebie, 1; } end; }
  11. After you add the entry in \addons\content_management\config\addon.php Did you add the entry to http://127.0.0.1/cp/?module=pages&action=add (Change the URL)
  12. @Dramosith, you can always view the list of script commands here https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/script_commands.txt By the way, we should stop flooding Euphy's topic
  13. Uh nope, In rA we have bindatcmd script command *bindatcmd "command","<NPC object name>::<event label>"{,<atcommand level>,<charcommand level>};
  14. @Dramosith, that was a very good idea! But how about bindatcmd @ms instead Edit: ms means Mission Status
  15. There aren't easy way, you will have to port them into rA and run mapserv. Then apply those table updates SQL to overcome those errors.
  16. Bin4ry

    Hello World!

    Welcome to rA! Good luck on your learning
  17. Looking forward to see GmOcean's updates Btw, are your update intended to stop those NPC monster appears? (Smoking Orc and etc)
  18. Don't know why there is an "Item Loot Event" idea flash in my mind suddenly makeitem 512,~,~,~,~; makeitem 619,~,~,~,~; OnPCLootEvent: if (map == "eventmap" || itemid == 512) { @eventpoint, @eventpoint + 5; delitem 512, 1; end; } else if (itemid == 619) { @eventpoint, @eventpoint - 5; delitem 619,1; end; } Sounds stupid tho. Hahaha
  19. Bin4ry

    Trade log

    Thanks Aleos for correcting
  20. Bin4ry

    Trade log

    Enable log in conf/inter.conf
  21. Just disable Payon's refiner then is fine. (*If not mistaken only official refiner that can +20 is Payon's)
×
×
  • Create New...