Jump to content

Cyro

Members
  • Posts

    1138
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Cyro

  1. hello there , if you find any post that contains spam or non-related to your post you can always use "report post" button PS- you need to improve your understanding skills so you can find the answer for you question perhaps the answer for your question can be found in google easily, so i did it for you and posted the answer ,
  2. Source - Google Domain Name Servers (DNS) are the Internet's equivalent of a phone book. They maintain a directory of domain names and translate them to Internet Protocol (IP) addresses.This is necessary because, although domain names are easy for people to remember, computers or machines, access websites based on IP addresses. Information from all the domain name servers across the Internet are gathered together and housed at the Central Registry. Host companies and Internet Service Providers interact with the Central Registry on a regular schedule to get updated DNS information. When you type in a web address, e.g., www.jimsbikes.com, your Internet Service Provider views the DNS associated with the domain name, translates it into a machine friendly IP address (for example 216.168.224.70 is the IP for jimsbikes.com) and directs your Internet connection to the correct website. After you register a new domain name or when you update the DNS servers on your domain name, it usually takes about 12-36 hours for the domain name servers world-wide to be updated and able to access the information. This 36-hour period is referred to as propagation.
  3. Cyro

    Sprite

    https://rathena.org/board/files/category/101-sprites-palettes/
  4. check your theme/css folder (flux.css ,style.css)
  5. yes! it explains alot that you need edit your theme, add layouts and position those images for two servers in proper way
  6. this might be the reason
  7. tried rechecking client version and packets in mmo.h?
  8. 2897,Pushcart_Clip,Pushcart Clip,5,30000,,100,,0,,,0xFFFFFFFF,7,2,136,,0,0,0,{ skill "MC_PUSHCART",3; skill "MC_VENDING",10; },{ setcart; },{ skill "MC_PUSHCART",10; setcart 0; } 2866,Falcon_Clip,Falcon Clip,5,30000,,100,,0,,,0xFFFFFFFF,7,2,136,,0,0,0,{ skill "HT_FALCON",1,skill "HT_DETECTING",; },{ setfalcon; },{ setfalcon 0; }
  9. You can search for jumper event, it is almost similar
  10. you got warning point since your topic title is uninformative
  11. - script commands_start -1,{ OnPCBaseLvUpEvent: if ( BaseLevel >= 20 ) { query_sql("UPDATE `login` SET `group_id` = 1 WHERE `account_id` ="+getcharid(3)+""); announce strcharinfo(0)+" has unlocked player commands",0; dispbottom "congratulations! now you need to relog to use commands"; end; } } give commands to group one instead of group 0, so when they reach level 20 script change groupid to 1 ( i didn't test the script though )
  12. https://rathena.org/thirdpartyservices/
  13. if you are using linux , you can just copy your web files into var/www/html
  14. check this links or you can try this tool (not still working or not ) http://www.mediafire.com/file/vqmqujvf223bo7z/lua+to+lub+compiler.rar
  15. i think its an issue with your client diff, or you might be not updated client version in your mmo.h
  16. OnPCLoadMapEvent: { showevent 4,2; } This one shows event icon with green colour
  17. This is not emotion it is npc icon triggered using showevent showevent <icon>{,<mark color>{,<char_id>}} Show an emotion on top of a NPC, and optionally, a colored mark in the mini-map like "viewpoint". This is used to indicate that a NPC has a quest or an event to a certain player. Available Icons: Remove Icon : QTYPE_NONE ! Quest Icon : QTYPE_QUEST ? Quest Icon : QTYPE_QUEST2 ! Job Icon : QTYPE_JOB ? Job Icon : QTYPE_JOB2 ! Event Icon : QTYPE_EVENT ? Event Icon : QTYPE_EVENT2 Warg : QTYPE_WARG Warg Face : QTYPE_WARG2 (Only for packetver >= 20120410) Mark Color: 0 - No Mark 1 - Yellow Mark 2 - Green Mark 3 - Purple Mark If you want to use emotion permanently on npc, use timer or freeloop
  18. Make sure your client diff support navigation Check system > towninfo.lub
  19. https://rathena.org/thirdpartyservices/
  20. What colours you are talking about? If you talking about character clothes colour Check save_clothcolor: yes in conf/client.conf
  21. #define MAX_CHARS X <<<- change x value as your need https://github.com/rathena/rathena/wiki/compiling <<<-- for compiling
  22. make sure your webfiles have read permissions
  23. apply upgrade sql as @Technoken said,
×
×
  • Create New...