Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. duplicate your prontera map. then you can use OnPCLoadMapEvent to check which kingdom they belong to and stayed on what map then kick accordingly.
  2. item_rate_card: 100000 item_rate_card_boss: 100 item_drop_card_min: 100 item_drop_card_max: 500 item_drop_heal_min: 1000 item_drop_heal_max: 1000 item_drop_equip_min: 1000 item_drop_equip_max: 1000
  3. missing file ?? maybe you should try diff your client without remove the "Ignore Client File Missing" ? if it's file missing then you will know what file is missing
  4. // Add(<shop number>,<reward ID>,<reward amount>,<Zeny cost>,<point cost>,<required item ID>,<required item amount>{,...}); just add another quest
  5. edit the channel setting here conf/channels.conf OnPCLoginEvent: atcommand "@join #main"; atcommand "@join #chat"; atcommand "@join #trade"; end;
  6. waitingroom getmapusers( "map" )+" Player in PVP",0;
  7. Emistry

    Failure...

    wew.... why you're disappointed with it ? * sent to me as my birthday gift !! wahhaha
  8. like this ? http://upaste.me/r/8518ce
  9. if( CheckVending() || getgroupid() >= 2 ){
  10. movenpc 0,rand(2,390),rand(2,390); your npc name is 0 ??? movenpc accept "string" for first parameter which indicate the NPC name.
  11. i think should be [jobtbl.JT_Fire_Moth] = "Fire_Moth",
  12. Script Release Rules and Regulations Script Release Rules and Regulations Your script release should contain at the very least a 3-4 sentence description that states what your script does. Please update your topic as soon as possible.
  13. { if( isequippedcnt( 9293,.....,9298 ) ) unequip EQI_HEAD_TOP; },{},{}
  14. you can just actually make use of these 2 option .rebirth_blevel = 99; // Minimum base level to reborn OR change to third class .rebirth_jlevel = 50; // Minimum base job level to reborn OR change to third class set to a value where the players cant even reach, then no more transcendent class since they cant reach the required level/job to rebirth.
  15. Emistry

    Offtopic

    ENGLISH -> SPANISH Kirito learn Spanish ?? is it GGO will be in Spanish version ? xD
  16. at least show your current script if you want somebody to edit your script.
  17. by default, you dont really need to re-create the connection to sql. in your module folder, just write the statement for sql to retrieve the data. then in your theme folder, write the html/php code to display the data.
  18. Topic Closed Post at Employment forum if you are going to pay someone to do the work.
  19. Topic Closed Post at Employment forum if you are going to pay someone to do the work.
×
×
  • Create New...