Jump to content

Poring King

Members
  • Posts

    1016
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Poring King

  1. Try this not tested ACMD_FUNC(afk) { nullpo_retr(-1, sd); if( map[sd->bl.m].flag.autotrade != battle_config.autotrade_mapflag ) { clif_displaymessage(fd, msg_txt(sd,1179)); // Autotrade is not allowed on this map. return -1; } if( pc_isdead(sd) ) { clif_displaymessage(fd, msg_txt(sd,1180)); // You cannot autotrade when dead. return -1; } sd->state.autotrade = 1; if( battle_config.at_timeout ) { int timeout = atoi(message); status_change_start(NULL,&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.at_timeout) : battle_config.at_timeout) * 60000, 0); } channel_pcquit(sd,0xF); //leave all chan clif_authfail_fd(sd->fd, 15); return 0; } This is just quick rearch look for Chatterboy post ..
  2. #define PRERE so your server will use the pre-re item,server feature , UI etc ..
  3. Thats why you did not recieve any cash points its because you idle or vend
  4. woah i read the whole threand just like reading One piece :3 this is pretty good project i hope this project would not be abanddon and continue . im looking for thise +1
  5. Here is my Hourly points for my test server - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: addtimer .timer,"hourlypoints::OnPointGet"; end; OnPointGet: while(checkvending() >= 1 || checkchatting() == 1 || checkidle()>=.dlimit) { sleep2 .delay; if(.@mes$=="") dispbottom set(.@mes$,"The hourly points event haulted because you were vending, chatting, or idle."); } set #CASHPOINTS, #CASHPOINTS + .point_amt; dispbottom "You received "+.point_amt+" SEA CPM by staying ingame for 1 hour"; dispbottom "Current Balance = "+#CASHPOINTS+" SEA CPM"; set @consecutive_hour, @consecutive_hour + 1; //Check for 3 hours consecutive if(@consecutive_hour == 3) { set @consecutive_hour,0; set #CASHPOINTS, #CASHPOINTS + .cpoint_amt; dispbottom "You receive "+.cpoint_amt+" SEA CPM in playing for 12 consecutive hours"; dispbottom "Current Balance = "+#CASHPOINTS+" SEA CPM"; } addtimer .timer,"hourlypoints::OnPointGet"; end; OnInit: set .timer, 1000*60*60; //Timer in milliseconds. set .cpoint_amt, 50; //Points gained for consecutive time online. set .point_amt, 10; //Normal points gained. set .delay, 500; //Delay for idle re-check check. set .dlimit, 60*5; //Stop points if afk greater then in seconds. } Customize it in your desire goto OnInit
  6. If you want to remove the whole renewal on your server kindly define your renewal.h #define renewal into #define pre renewal trunk/src/config/renewal.h /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas #define RENEWAL or PRERE
  7. as always @Adel you always make surprises ! keep it up +1
  8. You can use our search engine there are lot of topics regarding on freebies NPC
  9. Im currently Making a new server ^_^ Need Co Developer or Assistant Developer

  10. There are a lot of people in this forum did not read the whole topic reply thats why they keep saying that "The link are broken Blablabalbalbal " if you read the topic and the reply you will see if there is no update etc . http://www.mediafire.com/file/t7vg35c9xmvwm9v/bk.zip Creadit to the owner of the one who reupload it . @Haikenz
  11. Sorry dude i cant give you have should you do to change it . because i want you to learn something on this day ! Read this and you can solve your problem by your self and you will learn something today . // Structure of Database : // ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper // Note: Keep the Sprite_Name field as it is in the game client.
  12. Try this Gold poring is already exist on our current mob_db database . no need to create a custom mob .. 2248,GOLDPORING,Golden Poring,Golden Poring,1,15,1,0,0,0,0,0,160,5,1,1,1,1,999,1,10,12,1,3,21,0x170083,400,1872,672,480,0,0,0,0,0,0,0,6012,2000,6485,2000,6486,2000,6487,2000,7470,2000,7602,2000,6487,2000,969,10,0,0,0,0
  13. i already create a 4 group 1=normal 2= VIP silver 3= VIP Gold 4=VIP Premium The reason why i want to have it because to create a securty that enabled/disable . this can_trade permission is disallowing this group >>> item drop , trade , sell , vend etc... my idea is to enabled/disable 1 by 1 each of this by using script or what ever ? Example: Dropping item are current : Enabled Allowing your account to trade : Disable Allowing your account to sell : Enabled Allowing your account to vend : Disable
  14. Hello rAthena Is there a possible to change the player permission using updating there mysql ? example : True = 1 false = 0 switch(select("(Enabled : Disable ")){ case 1: Enabled query"bblablalbablalba "so on so fort ... can_trade: true case 2: Disable can_trade: false query"bblablalbablalba "so on so fort ... }
  15. Do you ever try to modified your SRC ? i think you modified the src and that was cost of error ? , look to your src and go to adding @go commands and try to look what the error there . ithink you miss declaire a string there not so sure buddy . Since the error tells "Cliff_parse error " i really think that you modified the src files
  16. i have the mob db already , but the mob is copy database from turtle dungeon mob item ! since i cant find any reference or info about the monster drop . if i ever have a chance i will distrubute it here in rAthena with a new thrend even that i will use it to my current server .
  17. It should be work if you change the default reg into lua setting's /scissors
  18. What is this ? Setup or RO.exe ? if setup having a trouble proceed in this way : http://nn.ai4rei.net/ get the latest Setup if RO.exe try to config using Setup and Enabled the Lua Setting
  19. equipment is including HG and armor
  20. OnInit: //* Configuration *\\ //Price .bindprice = 0; .unbindprice = 100000; //What to allow to be bound - Add as necessary //1 = Equipment - 2 = Consumables - 4 = Etc .allowbind = 1; Look for this and customize .
  21. You should provide any information that make's other people can answer your question . its much better if you also provide some screenshot's on map-server.bat if ever
  22. I think this man are trying to make a Proxy server like some other server that they have a lot of proxy server but only 1map 1char and 1 log in server only .
×
×
  • Create New...