Jump to content

SQL Developer

VIP Member
  • Posts

    727
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by SQL Developer

  1. Hey any idea about how make mob run? Not Npcwalker because it's making mob into npc :D
  2. Hey if any designer have time and want to make some tests for his skills try out a facebook pack with photo-cover for me if is possible Keys: Lineage,Interlude,Pure PvP server Name: Lineage 2 LostWard
  3. Hey my friend i would like to have if someone have it skype php,l2tales use it and everyone who check his post/profile on any forum add him auto in skype friend .. anyone got it?
  4. Go to navicat -> etcitem(table) -> left click on item_id -> Sort Ascending -> Find your item who have problem id and change the "price" ,in you problem you must low the price if you have PvP server and you dont care realy about adena make all the etciitem price 0 adena by double click on price then put "0" .. next page and next page etc. I hope i help have a nice day
  5. nai h roy the cat einai pou kaneis ta class quest apla exw allaksei name .. kai na kaneis copy past to gm shop pou leei o logos kai apla na allakseis to id kai to type eisai ok mhn ta grafeis ena ena
  6. 31228 31228 Class Trader 1 1 Monster.cat_the_cat 9 16 70 male L2ClassMaster 40 3862 1493 11.85 2.78 40 43 30 21 20 10 490 10 1335 470 780 382 278 0 333 0 0 0 88 132 0 0 0 LAST_HIT
  7. i try allready this: <button value="Button Name" action="bypass -h npc_%objectId%_multisell 123456789" width=76 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"> and this : <button value=\"Donation List\" action="bypass -h npc_%objectID%_multisell 123456789" width=95 height=21 back=\"bigbutton_over\" fore=\"bigbutton\"> and doesnt work ... can you fix me the whole line to copy past? or tell me my wrong
  8. Hey i have a code here and i would like to add one extra button [Donate Shop] and open multisell is this possible? if yes explain me how to do it .. thanks private void showHtmlWindow(L2PcInstance activeChar) { TextBuilder tb = new TextBuilder(); NpcHtmlMessage html = new NpcHtmlMessage(1); tb.append("<html><head><title>Donation Manager</title></head><body><center><table width=\"250\" bgcolor=\"000000\"><tr><td align=center><font color=\"6fd3d1\">Easy Donation With Paysafe Card</font></td></tr></table>_______________________________________<br><br><table width=\"250\"><tr><td><font color=\"ddc16d\">Select Donation amount:</font></td><td><combobox width=80 height=17 var=amount list=5-Euro;10-Euro;15-Euro;20-Euro;25-Euro;50-Euro;100-Euro;></td></tr></table><br><br><font color=\"ddc16d\">Paysafe Card Pin:</font><table width=\"250\"><tr><td><edit var=\"pin1\" width=50 height=12 type=number></td><td><edit var=\"pin2\" width=50 height=12 type=number></td><td><edit var=\"pin3\" width=50 height=12 type=number></td><td><edit var=\"pin4\" width=50 height=12 type=number></td></table><br><br><multiedit var=\"message\" width=240 height=40><br><br><button value=\"Donate!\" action=\"bypass -h npc_" + getObjectId() + "_donate $amount $pin1 $pin2 $pin3 $pin4 $message\" width=95 height=21 back=\"bigbutton_over\" fore=\"bigbutton\"><br><button value=\"Donation List\" action=\"bypass -h npc_" + getObjectId() + "_dlist\" width=95 height=21 back=\"bigbutton_over\" fore=\"bigbutton\"><br><font color=\"a1df64\"></font></center></body></html>"); html.setHtml(tb.toString()); activeChar.sendPacket(html); } private void info(L2PcInstance activeChar) { TextBuilder tb = new TextBuilder(); NpcHtmlMessage html = new NpcHtmlMessage(1); tb.append("<html><head><title>Donation Manager</title></head><body><center>blablabla<br><br><br><br><br><br><br><br>name</center></body></html>"); html.setHtml(tb.toString()); activeChar.sendPacket(html); } }
  9. tip: eixa exw ena tablet lenovo kai katalathos ekleina thn fwteinotita kai otan thn ekleines teleios den anoige kan h othoni .. mpas kai einai mia xara o fortistis sou kai apla ekanes kamia tetoia vlakia? dokimase na to kaneis reboot an den anoigei kan h othoni oute tipota
  10. i dont know how to write a code for this i ask for it if there is any shared , but i will realy try it because i want learn
  11. i think about it but i want somethink more "special" and "new" .. players allways like about unique thinks
  12. Hey i make {pvp} armor for IL (Dragonic,imperial,majestic) Any idea if there is any npc like Reputation manager on gracia++ who change normal armor/weapons+reputation(fame) points for {pvp} items? or any upgrade npc who will get normal armor/weapons and pay him to make you {pvp}
  13. Any idea where is the armors set passive skill? i want edit the set stats if you understand me for example i try search Dragonic Light armor set Lv1 passive and i didnt found it nowhere ... Using L2Jfrozen (IL)
  14. shop 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 dude make one html what is this where you will put all those shops? shops will be more than players :D
  15. i try make a npc(monster) run arround a location,i did it but monster change tou Npc .. i use type NPCWalker how can i change it to MonsterWalker?
  16. Hey mates i got a coded htm can someone make on htm on extra button "Donate Shop" to open multisell 102910(for example i will change it later) tb.append("<html><head><title>Donation Manager</title></head><body><center><table width=\"250\" bgcolor=\"000000\"><tr><td align=center><font color=\"6fd3d1\">Easy Donation With Paysafe Card</font></td></tr></table>_______________________________________<br><br><table width=\"250\"><tr><td><font color=\"ddc16d\">Select Donation amount:</font></td><td><combobox width=80 height=17 var=amount list=5-Euro;10-Euro;15-Euro;20-Euro;25-Euro;50-Euro;100-Euro;></td></tr></table><br><br><font color=\"ddc16d\">Paysafe Card Pin:</font><table width=\"250\"><tr><td><edit var=\"pin1\" width=50 height=12 type=number></td><td><edit var=\"pin2\" width=50 height=12 type=number></td><td><edit var=\"pin3\" width=50 height=12 type=number></td><td><edit var=\"pin4\" width=50 height=12 type=number></td></table><br><br><multiedit var=\"message\" width=240 height=40><br><br><button value=\"Donate!\" action=\"bypass -h npc_" + getObjectId() + "_donate $amount $pin1 $pin2 $pin3 $pin4 $message\" width=95 height=21 back=\"bigbutton_over\" fore=\"bigbutton\"><br><button value=\"Donation List\" action=\"bypass -h npc_" + getObjectId() + "_dlist\" width=95 height=21 back=\"bigbutton_over\" fore=\"bigbutton\"><br><font color=\"a1df64\"></font></center></body></html>");
  17. i am sure nobody will help you on this but i will give you a litlle tip .. write on google a huge server name .. then will open you 1000page and there will be many forums check what he did and do the same way to sucess
×
×
  • Create New...