Jump to content
  • 0

ShowMultisell function not working. Error (not allowed)


Question

Posted (edited)

hi, im using MyExt64 I want to call ShowMultisell  from ai, or directly open multisell from html but none of them working.. 

server is epilogue.

 

when I try to call ShowMultisell from ai it says "multisell not allowed"

 

when i try directly from html it does nothing, html window just dissapers but multisell window not openning.

"bypass -h menu_select?ask=-303&reply=803"

 

where 803 is id of multiseel that i created:

 

MultiSell_begin [server_manager_weapon_b] 803 
is_dutyfree = 1

selllist={		
{{{[great_sword];1}};{{[adena];8000000}}};
{{{[great_sword_focus];1}};{{[adena];12000000}}};
{{{[great_sword_health];1}};{{[adena];12000000}}};
{{{[great_sword_crt.damage];1}};{{[adena];12000000}}};
{{{[heavy_war_axe];1}};{{[adena];8000000}}};
{{{[heavy_war_axe_health];1}};{{[adena];12000000}}};
{{{[heavy_war_axe_anger];1}};{{[adena];12000000}}};
{{{[heavy_war_axe_rsk.focus];1}};{{[adena];12000000}}};
{{{[kshanberk];1}};{{[adena];8000000}}};
{{{[kshanberk_focus];1}};{{[adena];12000000}}};
{{{[kshanberk_guidence];1}};{{[adena];12000000}}};
{{{[tsurugi*samurai_longsword];1}};{{[adena];12000000}}};
{{{[sword_of_valhalla];1}};{{[adena];8000000}}};
{{{[sword_of_valhalla_acumen];1}};{{[adena];12000000}}};
{{{[sword_of_valhalla_magicregen];1}};{{[adena];12000000}}};
{{{[kris];1}};{{[adena];8000000}}};
{{{[kris_backblow];1}};{{[adena];12000000}}};
{{{[kris_focus];1}};{{[adena];12000000}}};
{{{[kris_evasion];1}};{{[adena];12000000}}};
{{{[arthro_nail];1}};{{[adena];8000000}}};
{{{[arthro_nail_rsk.evasion];1}};{{[adena];12000000}}};
{{{[arthro_nail_rsk.haste];1}};{{[adena];12000000}}};
{{{[dark_elven_long_bow];1}};{{[adena];8000000}}};
{{{[dark_elven_long_bow_evasion];1}};{{[adena];12000000}}};
{{{[dark_elven_long_bow_miser];1}};{{[adena];12000000}}};
{{{[great_axe];1}};{{[adena];8000000}}};
{{{[great_axe_anger];1}};{{[adena];12000000}}};
{{{[great_axe_crt.stun];1}};{{[adena];12000000}}};
{{{[great_axe_light];1}};{{[adena];12000000}}};
{{{[spell_breaker];1}};{{[adena];8000000}}};
{{{[spell_breaker_acumen];1}};{{[adena];12000000}}};
{{{[ice_storm_hammer];1}};{{[adena];8000000}}};
{{{[ice_storm_hammer_focus];1}};{{[adena];12000000}}};
{{{[ice_storm_hammer_anger];1}};{{[adena];12000000}}};
{{{[staff_of_evil_sprit];1}};{{[adena];25000000}}}
}
MultiSell_end								

 

any help will be appriciated

Edited by girogius

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

From myext64.ini :

 

; Multisell filtering - if true, allows only multisells mentioned in last HTML sent to user
; in format action="bypass -h menu_select?ask=-303?reply=#" where # is multisell ID
; TO MAKE IT FULLY WORKING, YOU NEED SOME CHANGES IN HTML - OTHERWISE SOME MULTISELLS WON'T WORK!
; If you need to allow multisell that's not in format parsed by the filter, you can use this hack (example):
; <A action="bypass menu_select?ask=23000&reply=655" altaction="bypass -h menu_select?ask=-303&reply=655">Buy special products.</A><BR>
; If you need to allow multiple multisells, you can hack it this way:
; <A action="bypass menu_select?ask=23000&reply=655" alt1action="bypass -h menu_select?ask=-303&reply=655" alt2action="bypass -h menu_select?ask=-303&reply=655">Buy special products.</A><BR>
; IF YOU DON'T USE THIS OPTION, ANYONE CAN USE ANY MULTISELL!
; FOR EXAMPLE BLACKSMITH AND MERCHANT OF MAMMON CAN BE USED EVEN IF USER IS NOT REGISTERED IN SEVEN SIGNS!
MultisellFiltering = true

Edited by Blitzkrieg
  • 0
Posted
13 minutes ago, Blitzkrieg said:

From myext64.ini :

 

; Multisell filtering - if true, allows only multisells mentioned in last HTML sent to user
; in format action="bypass -h menu_select?ask=-303?reply=#" where # is multisell ID
; TO MAKE IT FULLY WORKING, YOU NEED SOME CHANGES IN HTML - OTHERWISE SOME MULTISELLS WON'T WORK!
; If you need to allow multisell that's not in format parsed by the filter, you can use this hack (example):
; <A action="bypass menu_select?ask=23000&reply=655" altaction="bypass -h menu_select?ask=-303&reply=655">Buy special products.</A><BR>
; If you need to allow multiple multisells, you can hack it this way:
; <A action="bypass menu_select?ask=23000&reply=655" alt1action="bypass -h menu_select?ask=-303&reply=655" alt2action="bypass -h menu_select?ask=-303&reply=655">Buy special products.</A><BR>
; IF YOU DON'T USE THIS OPTION, ANYONE CAN USE ANY MULTISELL!
; FOR EXAMPLE BLACKSMITH AND MERCHANT OF MAMMON CAN BE USED EVEN IF USER IS NOT REGISTERED IN SEVEN SIGNS!
MultisellFiltering = true

ohh...

Guest
This topic is now closed to further replies.


×
×
  • Create New...