Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. getmapxy( @mapname$, @mapx, @mapy, 0, strcharinfo(0) ); if ( mobcount( @mapname$,"MonsterInvasion::On"+strcharinfo(0) ) == 0)
  2. if( countitem( <ticketID> ) ) warp "prontera",155,181; else npctalk "You dont have the ticket."; end;
  3. the pvpladder doesnt exist in your database.... and edit the themes folder file...to remove the v4p stuffs
  4. you have removed the specific item from the database but the item data still exist in your player's database. ensure you clear all the related items in both your server database and player's database...( ex. inventory / cart / storage...etc.. )
  5. OnMinute00: // start every hour StartEvent: //Announcement to notify all players
  6. you should edit the HTML / PHP part...i mean inside your themes folder ....not the modules folder...
  7. try do like this ? http://pastebin.com/raw.php?i=FHrz3WNv
  8. https://rathena.org/board/index.php?/files/file/2505-%7B?%7D/ or http://rathena.org/board/topic/77378-skillitem-map-restriction-now-supports-multiple-maps/
  9. !svn/bc/15000/trunk/npc/custom/warper.txt
  10. you can refer this file to get the skill name trunk/db/re/skill_db.txt
  11. you can try to use something like this to retrieve it... http://rathena.org/board/topic/77429-validate-system/ modify the script ..
  12. make sure your configuration is correct.. the group id must be listed in ascending order. inside your groups.conf
  13. delwaitingroom; waitingroom "message",0; add delwaitingroom or use OnInit label to create the waitingroom once...
  14. show your full script....
  15. it's a sprite..not script /item bonus..
  16. get random items... setarray .@itemid[0],607,512,501,502,504; getitem .@itemid[ rand( getarraysize( .@itemid ) ) ],1;
  17. this is a source mod that modify your server file..not client side...so it should work and compatible in all client / client data
  18. you can try this too.. http://rathena.org/board/topic/77378-skillitem-map-restriction-now-supports-multiple-maps/
  19. trunk/sql-files/upgrades/upgrade_svn17080.sql trunk/sql-files/upgrades/upgrade_svn17086.sql
  20. bonus bSpeedRate,n; Moving speed + n% (only the highest among all is applied) bonus bSpeedAddRate,n; Moving speed + n%
  21. try these ? Exchanger [ Cashpoint to Coins ] Exchanger [ Poring Coin - Zeny ] Exchanger [ Points to Tickets ] Exchanger [ Item to Item ] Exchanger [ Item to Item ] Exchanger [ Multi Item to 1 Item ]
  22. you can just remove the <yellow> or <aid> and GM sprite is not affected .... GM Sprite is not part of this ... refer Clientinfo
×
×
  • Create New...